Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-31636 (GCVE-0-2026-31636)
Vulnerability from cvelistv5 – Published: 2026-04-24 14:44 – Updated: 2026-05-11 22:12| Vendor | Product | Version | |
|---|---|---|---|
| Linux | Linux |
Affected:
9d1d2b59341f58126a69b51f9f5f8ccb9f12e54a , < 7875f3d9777bd4e9892c4db830571ab8ac2044c0
(git)
Affected: 9d1d2b59341f58126a69b51f9f5f8ccb9f12e54a , < 20a188775a9a9982d1987e12660d9b44b40a6c99 (git) Affected: 9d1d2b59341f58126a69b51f9f5f8ccb9f12e54a , < 3e3138007887504ee9206d0bfb5acb062c600025 (git) |
|
| Linux | Linux |
Affected:
6.16
Unaffected: 0 , < 6.16 (semver) Unaffected: 6.18.23 , ≤ 6.18.* (semver) Unaffected: 6.19.13 , ≤ 6.19.* (semver) Unaffected: 7.0 , ≤ * (original_commit_for_fix) |
{
"containers": {
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "Linux",
"programFiles": [
"net/rxrpc/rxgk.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"lessThan": "7875f3d9777bd4e9892c4db830571ab8ac2044c0",
"status": "affected",
"version": "9d1d2b59341f58126a69b51f9f5f8ccb9f12e54a",
"versionType": "git"
},
{
"lessThan": "20a188775a9a9982d1987e12660d9b44b40a6c99",
"status": "affected",
"version": "9d1d2b59341f58126a69b51f9f5f8ccb9f12e54a",
"versionType": "git"
},
{
"lessThan": "3e3138007887504ee9206d0bfb5acb062c600025",
"status": "affected",
"version": "9d1d2b59341f58126a69b51f9f5f8ccb9f12e54a",
"versionType": "git"
}
]
},
{
"defaultStatus": "affected",
"product": "Linux",
"programFiles": [
"net/rxrpc/rxgk.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.23",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.19.*",
"status": "unaffected",
"version": "6.19.13",
"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.23",
"versionStartIncluding": "6.16",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.19.13",
"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\nrxrpc: fix RESPONSE authenticator parser OOB read\n\nrxgk_verify_authenticator() copies auth_len bytes into a temporary\nbuffer and then passes p + auth_len as the parser limit to\nrxgk_do_verify_authenticator(). Since p is a __be32 *, that inflates the\nparser end pointer by a factor of four and lets malformed RESPONSE\nauthenticators read past the kmalloc() buffer.\n\nDecoded from the original latest-net reproduction logs with\nscripts/decode_stacktrace.sh:\n\nBUG: KASAN: slab-out-of-bounds in rxgk_verify_response()\nCall Trace:\n dump_stack_lvl() [lib/dump_stack.c:123]\n print_report() [mm/kasan/report.c:379 mm/kasan/report.c:482]\n kasan_report() [mm/kasan/report.c:597]\n rxgk_verify_response()\n [net/rxrpc/rxgk.c:1103 net/rxrpc/rxgk.c:1167\n net/rxrpc/rxgk.c:1274]\n rxrpc_process_connection()\n [net/rxrpc/conn_event.c:266 net/rxrpc/conn_event.c:364\n net/rxrpc/conn_event.c:386]\n process_one_work() [kernel/workqueue.c:3281]\n worker_thread()\n [kernel/workqueue.c:3353 kernel/workqueue.c:3440]\n kthread() [kernel/kthread.c:436]\n ret_from_fork() [arch/x86/kernel/process.c:164]\n\nAllocated by task 54:\n rxgk_verify_response()\n [include/linux/slab.h:954 net/rxrpc/rxgk.c:1155\n net/rxrpc/rxgk.c:1274]\n rxrpc_process_connection()\n [net/rxrpc/conn_event.c:266 net/rxrpc/conn_event.c:364\n net/rxrpc/conn_event.c:386]\n\nConvert the byte count to __be32 units before constructing the parser\nlimit."
}
],
"metrics": [
{
"cvssV3_1": {
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-05-11T22:12:38.719Z",
"orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"shortName": "Linux"
},
"references": [
{
"url": "https://git.kernel.org/stable/c/7875f3d9777bd4e9892c4db830571ab8ac2044c0"
},
{
"url": "https://git.kernel.org/stable/c/20a188775a9a9982d1987e12660d9b44b40a6c99"
},
{
"url": "https://git.kernel.org/stable/c/3e3138007887504ee9206d0bfb5acb062c600025"
}
],
"title": "rxrpc: fix RESPONSE authenticator parser OOB read",
"x_generator": {
"engine": "bippy-1.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"assignerShortName": "Linux",
"cveId": "CVE-2026-31636",
"datePublished": "2026-04-24T14:44:50.637Z",
"dateReserved": "2026-03-09T15:48:24.125Z",
"dateUpdated": "2026-05-11T22:12:38.719Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-31636",
"date": "2026-06-27",
"epss": "0.00442",
"percentile": "0.35371"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-31636\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-04-24T15:16:42.920\",\"lastModified\":\"2026-04-27T20:21:04.133\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nrxrpc: fix RESPONSE authenticator parser OOB read\\n\\nrxgk_verify_authenticator() copies auth_len bytes into a temporary\\nbuffer and then passes p + auth_len as the parser limit to\\nrxgk_do_verify_authenticator(). Since p is a __be32 *, that inflates the\\nparser end pointer by a factor of four and lets malformed RESPONSE\\nauthenticators read past the kmalloc() buffer.\\n\\nDecoded from the original latest-net reproduction logs with\\nscripts/decode_stacktrace.sh:\\n\\nBUG: KASAN: slab-out-of-bounds in rxgk_verify_response()\\nCall Trace:\\n dump_stack_lvl() [lib/dump_stack.c:123]\\n print_report() [mm/kasan/report.c:379 mm/kasan/report.c:482]\\n kasan_report() [mm/kasan/report.c:597]\\n rxgk_verify_response()\\n [net/rxrpc/rxgk.c:1103 net/rxrpc/rxgk.c:1167\\n net/rxrpc/rxgk.c:1274]\\n rxrpc_process_connection()\\n [net/rxrpc/conn_event.c:266 net/rxrpc/conn_event.c:364\\n net/rxrpc/conn_event.c:386]\\n process_one_work() [kernel/workqueue.c:3281]\\n worker_thread()\\n [kernel/workqueue.c:3353 kernel/workqueue.c:3440]\\n kthread() [kernel/kthread.c:436]\\n ret_from_fork() [arch/x86/kernel/process.c:164]\\n\\nAllocated by task 54:\\n rxgk_verify_response()\\n [include/linux/slab.h:954 net/rxrpc/rxgk.c:1155\\n net/rxrpc/rxgk.c:1274]\\n rxrpc_process_connection()\\n [net/rxrpc/conn_event.c:266 net/rxrpc/conn_event.c:364\\n net/rxrpc/conn_event.c:386]\\n\\nConvert the byte count to __be32 units before constructing the parser\\nlimit.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H\",\"baseScore\":9.1,\"baseSeverity\":\"CRITICAL\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":5.2}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-125\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.16.1\",\"versionEndExcluding\":\"6.18.23\",\"matchCriteriaId\":\"EAE31F43-AAC5-4801-B2B2-119D62A532A2\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.19\",\"versionEndExcluding\":\"6.19.13\",\"matchCriteriaId\":\"1490EF9B-9080-481C-8D22-1306AAE664E4\"},{\"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/20a188775a9a9982d1987e12660d9b44b40a6c99\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/3e3138007887504ee9206d0bfb5acb062c600025\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/7875f3d9777bd4e9892c4db830571ab8ac2044c0\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]}]}}"
}
}
alsa-2026:30129
Vulnerability from osv_almalinux
The kernel packages contain the Linux kernel, the core of any Linux operating system.
Security Fix(es):
- kernel: rxrpc: fix RESPONSE authenticator parser OOB read (CVE-2026-31636)
- kernel: ipv6: icmp: clear skb2->cb[] in ip6_err_gen_icmpv6_unreach() (CVE-2026-43038)
- kernel: tcp: fix potential race in tcp_v6_syn_recv_sock() (CVE-2026-43198)
- kernel: scsi: qla2xxx: Completely fix fcport double free (CVE-2026-43414)
- kernel: RDMA/iwcm: Fix workqueue list corruption by removing work_list (CVE-2026-45898)
- kernel: RDMA/mana: Remove user triggerable WARN_ON() in mana_ib_create_qp_rss() (CVE-2026-46117)
- kernel: RDMA/mana: Validate rx_hash_key_len (CVE-2026-46145)
- kernel: nvmet-tcp: fix race between ICReq handling and queue teardown (CVE-2026-46135)
- kernel: KVM: arm64: vgic-its: Drop the translation cache reference only for the erased entry (CVE-2026-46316)
Bug Fix(es) and Enhancement(s):
- Unexpected execmem SELinux denials after CVE-2026-46054 fix [rhel-10.2.z] (JIRA:RHEL-185117)
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:10",
"name": "kernel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.28.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-64k"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.28.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-64k-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.28.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-64k-debug"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.28.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-64k-debug-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.28.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-64k-debug-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.28.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-64k-debug-devel-matched"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.28.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-64k-debug-modules"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.28.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-64k-debug-modules-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.28.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-64k-debug-modules-extra"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.28.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-64k-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.28.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-64k-devel-matched"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.28.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-64k-modules"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.28.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-64k-modules-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.28.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-64k-modules-extra"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.28.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-abi-stablelists"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.28.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.28.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-cross-headers"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.28.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-debug"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.28.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-debug-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.28.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-debug-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.28.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-debug-devel-matched"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.28.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-debug-modules"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.28.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-debug-modules-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.28.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-debug-modules-extra"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.28.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-debug-uki-virt"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.28.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.28.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-devel-matched"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.28.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-doc"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.28.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-headers"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.28.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-modules"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.28.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-modules-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.28.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-modules-extra"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.28.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-modules-extra-matched"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.28.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.28.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-64k"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.28.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-64k-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.28.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-64k-debug"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.28.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-64k-debug-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.28.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-64k-debug-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.28.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-64k-debug-modules"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.28.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.28.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.28.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-64k-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.28.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-64k-modules"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.28.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-64k-modules-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.28.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-64k-modules-extra"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.28.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.28.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-debug"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.28.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-debug-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.28.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-debug-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.28.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-debug-modules"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.28.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-debug-modules-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.28.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-debug-modules-extra"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.28.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.28.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-modules"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.28.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-modules-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.28.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-modules-extra"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.28.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-tools"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.28.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-tools-libs"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.28.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-tools-libs-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.28.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-uki-virt"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.28.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-uki-virt-addons"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.28.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-zfcpdump"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.28.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-zfcpdump-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.28.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-zfcpdump-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.28.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-zfcpdump-devel-matched"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.28.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-zfcpdump-modules"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.28.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-zfcpdump-modules-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.28.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-zfcpdump-modules-extra"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.28.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "libperf"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.28.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "perf"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.28.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "python3-perf"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.28.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "rtla"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.28.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "rv"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.28.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: rxrpc: fix RESPONSE authenticator parser OOB read (CVE-2026-31636)\n * kernel: ipv6: icmp: clear skb2-\u003ecb[] in ip6_err_gen_icmpv6_unreach() (CVE-2026-43038)\n * kernel: tcp: fix potential race in tcp_v6_syn_recv_sock() (CVE-2026-43198)\n * kernel: scsi: qla2xxx: Completely fix fcport double free (CVE-2026-43414)\n * kernel: RDMA/iwcm: Fix workqueue list corruption by removing work_list (CVE-2026-45898)\n * kernel: RDMA/mana: Remove user triggerable WARN_ON() in mana_ib_create_qp_rss() (CVE-2026-46117)\n * kernel: RDMA/mana: Validate rx_hash_key_len (CVE-2026-46145)\n * kernel: nvmet-tcp: fix race between ICReq handling and queue teardown (CVE-2026-46135)\n * kernel: KVM: arm64: vgic-its: Drop the translation cache reference only for the erased entry (CVE-2026-46316)\n\n\nBug Fix(es) and Enhancement(s): \n\n * Unexpected execmem SELinux denials after CVE-2026-46054 fix [rhel-10.2.z] (JIRA:RHEL-185117)\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:30129",
"modified": "2026-06-27T13:00:03Z",
"published": "2026-06-25T00:00:00Z",
"references": [
{
"type": "ADVISORY",
"url": "https://access.redhat.com/errata/RHSA-2026:30129"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-31636"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-43038"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-43198"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-43414"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-45898"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-46117"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-46135"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-46145"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2461510"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2464397"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2467228"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2468155"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2482031"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2482576"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2482581"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2482654"
},
{
"type": "ADVISORY",
"url": "https://errata.almalinux.org/10/ALSA-2026-30129.html"
}
],
"related": [
"CVE-2026-31636",
"CVE-2026-43038",
"CVE-2026-43198",
"CVE-2026-43414",
"CVE-2026-45898",
"CVE-2026-46117",
"CVE-2026-46145",
"CVE-2026-46135",
"CVE-2026-46316",
"CVE-2026-46054"
],
"summary": "Important: kernel security, bug fix, and enhancement update"
}
CERTFR-2026-AVI-0808
Vulnerability from certfr_avis - Published: 2026-06-26 - Updated: 2026-06-26
De multiples vulnérabilités ont été découvertes dans le noyau Linux de Red Hat. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, une élévation de privilèges et un déni de service à distance.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 10 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for Power, little endian - Extended Update Support 9.6 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 9 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for Power, little endian - Extended Life Cycle 9.2 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for Power, little endian 9 ppc64le | ||
| Red Hat | N/A | Red Hat OpenShift Container Platform for IBM Z and LinuxONE 4.12 for RHEL 9 s390x | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - Extended Update Support Extension 8.8 x86_64 | ||
| Red Hat | N/A | Red Hat OpenShift Container Platform for ARM 64 4.12 for RHEL 9 aarch64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for IBM z Systems - Extended Update Support 9.8 s390x | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for ARM 64 10 aarch64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - Extended Life Cycle 9.4 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.8 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for Power, little endian 10 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.4 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - Extended Life Cycle 9.6 x86_64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for Power, little endian - Extended Update Support 9.8 ppc64le | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for IBM z Systems 10 s390x | ||
| Red Hat | N/A | Red Hat Enterprise Linux Server - AUS 9.6 x86_64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for ARM 64 - Extended Update Support 10.2 aarch64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - Extended Update Support 9.6 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - Extended Update Support 10.2 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - 4 years of updates 10.2 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux Server - AUS 8.6 x86_64 | ||
| Red Hat | N/A | Red Hat OpenShift Container Platform 4.13 for RHEL 9 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.4 x86_64 | ||
| Red Hat | N/A | Red Hat OpenShift Container Platform for ARM 64 4.13 for RHEL 8 aarch64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for ARM 64 - Extended Update Support 10.2 aarch64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for ARM 64 - Extended Life Cycle 10.2 aarch64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.2 x86_64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for x86_64 - Extended Update Support 10.2 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for Power, little endian 8 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 9.8 s390x | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for IBM z Systems - Extended Update Support 10.2 s390x | ||
| Red Hat | N/A | Red Hat Enterprise Linux for IBM z Systems 8 s390x | ||
| Red Hat | N/A | Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.6 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for Power, little endian - Extended Update Support 10.2 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for Power, little endian - 4 years of support 10.2 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for ARM 64 - Extended Update Support 9.8 aarch64 | ||
| Red Hat | N/A | Red Hat OpenShift Container Platform for IBM Z and LinuxONE 4.12 for RHEL 8 s390x | ||
| Red Hat | N/A | Red Hat OpenShift Container Platform for ARM 64 4.13 for RHEL 9 aarch64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux Server - TUS 8.8 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for Power, little endian - Extended Life Cycle 10.2 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux Server - AUS 9.4 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for IBM z Systems - Extended Life Cycle 10.2 s390x | ||
| Red Hat | N/A | Red Hat OpenShift Container Platform 4.12 for RHEL 9 x86_64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for ARM 64 8 aarch64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for x86_64 8 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 10.2 s390x | ||
| Red Hat | N/A | Red Hat Enterprise Linux for Power, little endian - Extended Update Support 9.8 ppc64le | ||
| Red Hat | N/A | Red Hat OpenShift Container Platform for Power 4.13 for RHEL 8 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for ARM 64 9 aarch64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.2 ppc64le | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for x86_64 10 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 8.8 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for ARM 64 - Extended Life Cycle 9.8 aarch64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for Power, little endian 10 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux Server - AUS 8.4 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for Power, little endian - Extended Life Cycle 9.8 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for Power, little endian - Extended Life Cycle 8.10 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for Real Time for NFV 8 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - Extended Life Cycle 9.8 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - Extended Update Support Extension 8.4 x86_64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for Power, little endian - Extended Update Support 10.2 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for ARM 64 - 4 years of updates 10.2 aarch64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 10.2 s390x | ||
| Red Hat | N/A | Red Hat Enterprise Linux Server - AUS 9.2 x86_64 | ||
| Red Hat | N/A | Red Hat OpenShift Container Platform for IBM Z and LinuxONE 4.13 for RHEL 9 s390x | ||
| Red Hat | N/A | Red Hat Enterprise Linux for ARM 64 8 aarch64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for ARM 64 - 4 years of updates 9.8 aarch64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - Extended Life Cycle 10.2 x86_64 | ||
| Red Hat | N/A | Red Hat OpenShift Container Platform for Power 4.12 for RHEL 9 ppc64le | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for ARM 64 - Extended Update Support 9.8 aarch64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for IBM z Systems - Extended Life Cycle 8.10 s390x | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for Power, little endian 9 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for Power, little endian - Extended Life Cycle 9.4 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for IBM z Systems - Extended Life Cycle 9.8 s390x | ||
| Red Hat | N/A | Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 8.8 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for IBM z Systems 9 s390x | ||
| Red Hat | N/A | Red Hat Enterprise Linux for ARM 64 - Extended Life Cycle 8.10 aarch64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 8 x86_64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for x86_64 9 x86_64 | ||
| Red Hat | N/A | Red Hat OpenShift Container Platform for Power 4.12 for RHEL 8 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for Real Time 8 x86_64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for Power, little endian 8 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for Power, little endian - Extended Life Cycle 9.6 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.8 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.6 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - Extended Life Cycle 9.2 x86_64 | ||
| Red Hat | N/A | Red Hat OpenShift Container Platform 4.13 for RHEL 8 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for ARM 64 10 aarch64 | ||
| Red Hat | N/A | Red Hat OpenShift Container Platform for IBM Z and LinuxONE 4.13 for RHEL 8 s390x | ||
| Red Hat | N/A | Red Hat Enterprise Linux for IBM z Systems 10 s390x | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - Extended Update Support Extension 8.6 x86_64 | ||
| Red Hat | N/A | Red Hat OpenShift Container Platform for Power 4.13 for RHEL 9 ppc64le | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for ARM 64 9 aarch64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for IBM z Systems 9 s390x | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - Extended Update Support 9.8 x86_64 | ||
| Red Hat | N/A | Red Hat OpenShift Container Platform 4.12 for RHEL 8 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 9.8 s390x | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - Extended Life Cycle 8.10 x86_64 | ||
| Red Hat | N/A | Red Hat OpenShift Container Platform for ARM 64 4.12 for RHEL 8 aarch64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for x86_64 - Extended Update Support 9.8 x86_64 |
| Title | Publication Time | Tags | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Red Hat Enterprise Linux for x86_64 10 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian - Extended Update Support 9.6 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 9 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian - Extended Life Cycle 9.2 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian 9 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat OpenShift Container Platform for IBM Z and LinuxONE 4.12 for RHEL 9 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Update Support Extension 8.8 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat OpenShift Container Platform for ARM 64 4.12 for RHEL 9 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for IBM z Systems - Extended Update Support 9.8 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for ARM 64 10 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Life Cycle 9.4 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.8 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian 10 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.4 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Life Cycle 9.6 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for Power, little endian - Extended Update Support 9.8 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for IBM z Systems 10 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - AUS 9.6 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for ARM 64 - Extended Update Support 10.2 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Update Support 9.6 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Update Support 10.2 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - 4 years of updates 10.2 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - AUS 8.6 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat OpenShift Container Platform 4.13 for RHEL 9 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.4 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat OpenShift Container Platform for ARM 64 4.13 for RHEL 8 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - Extended Update Support 10.2 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - Extended Life Cycle 10.2 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.2 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for x86_64 - Extended Update Support 10.2 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian 8 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 9.8 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for IBM z Systems - Extended Update Support 10.2 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems 8 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.6 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian - Extended Update Support 10.2 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian - 4 years of support 10.2 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - Extended Update Support 9.8 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat OpenShift Container Platform for IBM Z and LinuxONE 4.12 for RHEL 8 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat OpenShift Container Platform for ARM 64 4.13 for RHEL 9 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - TUS 8.8 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian - Extended Life Cycle 10.2 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - AUS 9.4 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - Extended Life Cycle 10.2 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat OpenShift Container Platform 4.12 for RHEL 9 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for ARM 64 8 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for x86_64 8 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 10.2 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian - Extended Update Support 9.8 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat OpenShift Container Platform for Power 4.13 for RHEL 8 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 9 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.2 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for x86_64 10 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 8.8 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - Extended Life Cycle 9.8 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for Power, little endian 10 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - AUS 8.4 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian - Extended Life Cycle 9.8 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian - Extended Life Cycle 8.10 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Real Time for NFV 8 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Life Cycle 9.8 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Update Support Extension 8.4 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for Power, little endian - Extended Update Support 10.2 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - 4 years of updates 10.2 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 10.2 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - AUS 9.2 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat OpenShift Container Platform for IBM Z and LinuxONE 4.13 for RHEL 9 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 8 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - 4 years of updates 9.8 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Life Cycle 10.2 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat OpenShift Container Platform for Power 4.12 for RHEL 9 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for ARM 64 - Extended Update Support 9.8 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - Extended Life Cycle 8.10 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for Power, little endian 9 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian - Extended Life Cycle 9.4 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - Extended Life Cycle 9.8 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 8.8 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems 9 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - Extended Life Cycle 8.10 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 8 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for x86_64 9 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat OpenShift Container Platform for Power 4.12 for RHEL 8 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Real Time 8 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for Power, little endian 8 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian - Extended Life Cycle 9.6 ppc64le",
"product": {
"name": "N/A",
"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": "N/A",
"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": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Life Cycle 9.2 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat OpenShift Container Platform 4.13 for RHEL 8 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 10 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat OpenShift Container Platform for IBM Z and LinuxONE 4.13 for RHEL 8 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems 10 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Update Support Extension 8.6 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat OpenShift Container Platform for Power 4.13 for RHEL 9 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for ARM 64 9 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for IBM z Systems 9 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Update Support 9.8 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat OpenShift Container Platform 4.12 for RHEL 8 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 9.8 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Life Cycle 8.10 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat OpenShift Container Platform for ARM 64 4.12 for RHEL 8 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for x86_64 - Extended Update Support 9.8 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2026-43198",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43198"
},
{
"name": "CVE-2026-43414",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43414"
},
{
"name": "CVE-2026-4878",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4878"
},
{
"name": "CVE-2026-31641",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31641"
},
{
"name": "CVE-2026-31787",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31787"
},
{
"name": "CVE-2026-46117",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46117"
},
{
"name": "CVE-2026-43284",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43284"
},
{
"name": "CVE-2026-46173",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46173"
},
{
"name": "CVE-2026-43279",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43279"
},
{
"name": "CVE-2026-46331",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46331"
},
{
"name": "CVE-2026-31786",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31786"
},
{
"name": "CVE-2026-31772",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31772"
},
{
"name": "CVE-2026-43260",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43260"
},
{
"name": "CVE-2026-31669",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31669"
},
{
"name": "CVE-2026-46090",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46090"
},
{
"name": "CVE-2026-39979",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39979"
},
{
"name": "CVE-2026-35385",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-35385"
},
{
"name": "CVE-2026-40164",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40164"
},
{
"name": "CVE-2026-45984",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45984"
},
{
"name": "CVE-2026-46145",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46145"
},
{
"name": "CVE-2026-46125",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46125"
},
{
"name": "CVE-2026-46152",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46152"
},
{
"name": "CVE-2026-46135",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46135"
},
{
"name": "CVE-2026-43056",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43056"
},
{
"name": "CVE-2026-46054",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46054"
},
{
"name": "CVE-2026-31636",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31636"
},
{
"name": "CVE-2026-43330",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43330"
},
{
"name": "CVE-2026-31419",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31419"
},
{
"name": "CVE-2026-31488",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31488"
},
{
"name": "CVE-2026-46056",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46056"
},
{
"name": "CVE-2026-41035",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41035"
},
{
"name": "CVE-2026-45898",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45898"
},
{
"name": "CVE-2026-43037",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43037"
},
{
"name": "CVE-2026-31474",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31474"
},
{
"name": "CVE-2026-46166",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46166"
},
{
"name": "CVE-2026-43038",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43038"
}
],
"initial_release_date": "2026-06-26T00:00:00",
"last_revision_date": "2026-06-26T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0808",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-06-26T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans le noyau Linux de Red Hat. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, une \u00e9l\u00e9vation de privil\u00e8ges et un d\u00e9ni de service \u00e0 distance.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans le noyau Linux de Red Hat",
"vendor_advisories": [
{
"published_at": "2026-06-22",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:27707",
"url": "https://access.redhat.com/errata/RHSA-2026:27707"
},
{
"published_at": "2026-06-24",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:28740",
"url": "https://access.redhat.com/errata/RHSA-2026:28740"
},
{
"published_at": "2026-06-24",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:28738",
"url": "https://access.redhat.com/errata/RHSA-2026:28738"
},
{
"published_at": "2026-06-22",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:27789",
"url": "https://access.redhat.com/errata/RHSA-2026:27789"
},
{
"published_at": "2026-06-24",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:28750",
"url": "https://access.redhat.com/errata/RHSA-2026:28750"
},
{
"published_at": "2026-06-24",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:28742",
"url": "https://access.redhat.com/errata/RHSA-2026:28742"
},
{
"published_at": "2026-06-22",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:27709",
"url": "https://access.redhat.com/errata/RHSA-2026:27709"
},
{
"published_at": "2026-06-22",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:27706",
"url": "https://access.redhat.com/errata/RHSA-2026:27706"
},
{
"published_at": "2026-06-19",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:27354",
"url": "https://access.redhat.com/errata/RHSA-2026:27354"
},
{
"published_at": "2026-06-22",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:27704",
"url": "https://access.redhat.com/errata/RHSA-2026:27704"
},
{
"published_at": "2026-06-22",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:27812",
"url": "https://access.redhat.com/errata/RHSA-2026:27812"
},
{
"published_at": "2026-06-19",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:27353",
"url": "https://access.redhat.com/errata/RHSA-2026:27353"
},
{
"published_at": "2026-06-19",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:27288",
"url": "https://access.redhat.com/errata/RHSA-2026:27288"
},
{
"published_at": "2026-06-24",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:28741",
"url": "https://access.redhat.com/errata/RHSA-2026:28741"
},
{
"published_at": "2026-06-25",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:26528",
"url": "https://access.redhat.com/errata/RHSA-2026:26528"
},
{
"published_at": "2026-06-19",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:27355",
"url": "https://access.redhat.com/errata/RHSA-2026:27355"
},
{
"published_at": "2026-06-24",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:28748",
"url": "https://access.redhat.com/errata/RHSA-2026:28748"
},
{
"published_at": "2026-06-25",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:30129",
"url": "https://access.redhat.com/errata/RHSA-2026:30129"
},
{
"published_at": "2026-06-25",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:26542",
"url": "https://access.redhat.com/errata/RHSA-2026:26542"
}
]
}
FKIE_CVE-2026-31636
Vulnerability from fkie_nvd - Published: 2026-04-24 15:16 - Updated: 2026-06-17 10:34| URL | Tags | ||
|---|---|---|---|
| 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/20a188775a9a9982d1987e12660d9b44b40a6c99 | Patch | |
| 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/3e3138007887504ee9206d0bfb5acb062c600025 | Patch | |
| 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/7875f3d9777bd4e9892c4db830571ab8ac2044c0 | 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": [
"net/rxrpc/rxgk.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"lessThan": "7875f3d9777bd4e9892c4db830571ab8ac2044c0",
"status": "affected",
"version": "9d1d2b59341f58126a69b51f9f5f8ccb9f12e54a",
"versionType": "git"
},
{
"lessThan": "20a188775a9a9982d1987e12660d9b44b40a6c99",
"status": "affected",
"version": "9d1d2b59341f58126a69b51f9f5f8ccb9f12e54a",
"versionType": "git"
},
{
"lessThan": "3e3138007887504ee9206d0bfb5acb062c600025",
"status": "affected",
"version": "9d1d2b59341f58126a69b51f9f5f8ccb9f12e54a",
"versionType": "git"
}
]
},
{
"defaultStatus": "affected",
"product": "Linux",
"programFiles": [
"net/rxrpc/rxgk.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.23",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.19.*",
"status": "unaffected",
"version": "6.19.13",
"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": "EAE31F43-AAC5-4801-B2B2-119D62A532A2",
"versionEndExcluding": "6.18.23",
"versionStartIncluding": "6.16.1",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"matchCriteriaId": "1490EF9B-9080-481C-8D22-1306AAE664E4",
"versionEndExcluding": "6.19.13",
"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\nrxrpc: fix RESPONSE authenticator parser OOB read\n\nrxgk_verify_authenticator() copies auth_len bytes into a temporary\nbuffer and then passes p + auth_len as the parser limit to\nrxgk_do_verify_authenticator(). Since p is a __be32 *, that inflates the\nparser end pointer by a factor of four and lets malformed RESPONSE\nauthenticators read past the kmalloc() buffer.\n\nDecoded from the original latest-net reproduction logs with\nscripts/decode_stacktrace.sh:\n\nBUG: KASAN: slab-out-of-bounds in rxgk_verify_response()\nCall Trace:\n dump_stack_lvl() [lib/dump_stack.c:123]\n print_report() [mm/kasan/report.c:379 mm/kasan/report.c:482]\n kasan_report() [mm/kasan/report.c:597]\n rxgk_verify_response()\n [net/rxrpc/rxgk.c:1103 net/rxrpc/rxgk.c:1167\n net/rxrpc/rxgk.c:1274]\n rxrpc_process_connection()\n [net/rxrpc/conn_event.c:266 net/rxrpc/conn_event.c:364\n net/rxrpc/conn_event.c:386]\n process_one_work() [kernel/workqueue.c:3281]\n worker_thread()\n [kernel/workqueue.c:3353 kernel/workqueue.c:3440]\n kthread() [kernel/kthread.c:436]\n ret_from_fork() [arch/x86/kernel/process.c:164]\n\nAllocated by task 54:\n rxgk_verify_response()\n [include/linux/slab.h:954 net/rxrpc/rxgk.c:1155\n net/rxrpc/rxgk.c:1274]\n rxrpc_process_connection()\n [net/rxrpc/conn_event.c:266 net/rxrpc/conn_event.c:364\n net/rxrpc/conn_event.c:386]\n\nConvert the byte count to __be32 units before constructing the parser\nlimit."
}
],
"id": "CVE-2026-31636",
"lastModified": "2026-06-17T10:34:08.277",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 5.2,
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"type": "Secondary"
}
]
},
"published": "2026-04-24T15:16:42.920",
"references": [
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"tags": [
"Patch"
],
"url": "https://git.kernel.org/stable/c/20a188775a9a9982d1987e12660d9b44b40a6c99"
},
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"tags": [
"Patch"
],
"url": "https://git.kernel.org/stable/c/3e3138007887504ee9206d0bfb5acb062c600025"
},
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"tags": [
"Patch"
],
"url": "https://git.kernel.org/stable/c/7875f3d9777bd4e9892c4db830571ab8ac2044c0"
}
],
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"vulnStatus": "Analyzed",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-125"
}
],
"source": "nvd@nist.gov",
"type": "Primary"
}
]
}
GHSA-MW37-P938-G4HG
Vulnerability from github – Published: 2026-04-24 15:32 – Updated: 2026-04-27 15:30In the Linux kernel, the following vulnerability has been resolved:
rxrpc: fix RESPONSE authenticator parser OOB read
rxgk_verify_authenticator() copies auth_len bytes into a temporary buffer and then passes p + auth_len as the parser limit to rxgk_do_verify_authenticator(). Since p is a __be32 *, that inflates the parser end pointer by a factor of four and lets malformed RESPONSE authenticators read past the kmalloc() buffer.
Decoded from the original latest-net reproduction logs with scripts/decode_stacktrace.sh:
BUG: KASAN: slab-out-of-bounds in rxgk_verify_response() Call Trace: dump_stack_lvl() [lib/dump_stack.c:123] print_report() [mm/kasan/report.c:379 mm/kasan/report.c:482] kasan_report() [mm/kasan/report.c:597] rxgk_verify_response() [net/rxrpc/rxgk.c:1103 net/rxrpc/rxgk.c:1167 net/rxrpc/rxgk.c:1274] rxrpc_process_connection() [net/rxrpc/conn_event.c:266 net/rxrpc/conn_event.c:364 net/rxrpc/conn_event.c:386] process_one_work() [kernel/workqueue.c:3281] worker_thread() [kernel/workqueue.c:3353 kernel/workqueue.c:3440] kthread() [kernel/kthread.c:436] ret_from_fork() [arch/x86/kernel/process.c:164]
Allocated by task 54: rxgk_verify_response() [include/linux/slab.h:954 net/rxrpc/rxgk.c:1155 net/rxrpc/rxgk.c:1274] rxrpc_process_connection() [net/rxrpc/conn_event.c:266 net/rxrpc/conn_event.c:364 net/rxrpc/conn_event.c:386]
Convert the byte count to __be32 units before constructing the parser limit.
{
"affected": [],
"aliases": [
"CVE-2026-31636"
],
"database_specific": {
"cwe_ids": [
"CWE-125"
],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2026-04-24T15:16:42Z",
"severity": "CRITICAL"
},
"details": "In the Linux kernel, the following vulnerability has been resolved:\n\nrxrpc: fix RESPONSE authenticator parser OOB read\n\nrxgk_verify_authenticator() copies auth_len bytes into a temporary\nbuffer and then passes p + auth_len as the parser limit to\nrxgk_do_verify_authenticator(). Since p is a __be32 *, that inflates the\nparser end pointer by a factor of four and lets malformed RESPONSE\nauthenticators read past the kmalloc() buffer.\n\nDecoded from the original latest-net reproduction logs with\nscripts/decode_stacktrace.sh:\n\nBUG: KASAN: slab-out-of-bounds in rxgk_verify_response()\nCall Trace:\n dump_stack_lvl() [lib/dump_stack.c:123]\n print_report() [mm/kasan/report.c:379 mm/kasan/report.c:482]\n kasan_report() [mm/kasan/report.c:597]\n rxgk_verify_response()\n [net/rxrpc/rxgk.c:1103 net/rxrpc/rxgk.c:1167\n net/rxrpc/rxgk.c:1274]\n rxrpc_process_connection()\n [net/rxrpc/conn_event.c:266 net/rxrpc/conn_event.c:364\n net/rxrpc/conn_event.c:386]\n process_one_work() [kernel/workqueue.c:3281]\n worker_thread()\n [kernel/workqueue.c:3353 kernel/workqueue.c:3440]\n kthread() [kernel/kthread.c:436]\n ret_from_fork() [arch/x86/kernel/process.c:164]\n\nAllocated by task 54:\n rxgk_verify_response()\n [include/linux/slab.h:954 net/rxrpc/rxgk.c:1155\n net/rxrpc/rxgk.c:1274]\n rxrpc_process_connection()\n [net/rxrpc/conn_event.c:266 net/rxrpc/conn_event.c:364\n net/rxrpc/conn_event.c:386]\n\nConvert the byte count to __be32 units before constructing the parser\nlimit.",
"id": "GHSA-mw37-p938-g4hg",
"modified": "2026-04-27T15:30:46Z",
"published": "2026-04-24T15:32:36Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-31636"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/20a188775a9a9982d1987e12660d9b44b40a6c99"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/3e3138007887504ee9206d0bfb5acb062c600025"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/7875f3d9777bd4e9892c4db830571ab8ac2044c0"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H",
"type": "CVSS_V3"
}
]
}
RHSA-2026:30129
Vulnerability from csaf_redhat - Published: 2026-06-25 23:21 - Updated: 2026-06-26 06:46A flaw was found in the Linux kernel's rxrpc subsystem. A remote attacker could send a specially crafted rxrpc RESPONSE authenticator that, due to an incorrect parser limit calculation in the rxgk_verify_authenticator() function, leads to a slab-out-of-bounds read. This memory corruption vulnerability could result in information disclosure or a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-doc-0:6.12.0-211.28.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.28.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the Linux kernel's IPv6 ICMP error generation. A remote attacker could send a specially crafted IPv4 ICMP error packet with a Common Internet Protocol Security Option (CIPSO) IP option. This could lead to incorrect handling of packet control block data when generating an IPv6 ICMP error, potentially causing an out-of-bounds memory access. This memory corruption could result in information disclosure or a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-doc-0:6.12.0-211.28.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.28.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the Linux kernel. A race condition exists in the TCP (Transmission Control Protocol) IPv6 (Internet Protocol version 6) socket handling, specifically within the tcp_v6_syn_recv_sock() function. This occurs because a child socket becomes visible in the TCP hash table before its IPv6-specific information is fully initialized. A remote attacker could potentially exploit this timing window, leading to an unstable system state or unexpected behavior, which may result in a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-doc-0:6.12.0-211.28.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.28.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the Linux kernel's `qla2xxx` SCSI driver. An issue exists where a Fibre Channel port (fcport) object can be freed twice due to an error in the `qla2x00_els_dcmd_sp_free()` function. This double free vulnerability can lead to memory corruption, potentially causing system instability or a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-doc-0:6.12.0-211.28.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.28.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the Linux kernel's Remote Direct Memory Access (RDMA) Internet Wide Area RDMA Protocol (iWARP) subsystem. Incorrect work submission logic in the `iwcm` component can lead to multiple queueing of work items. This allows a work item to be processed and freed while still present in the workqueue, causing list corruption. A successful exploitation of this vulnerability can result in a kernel bug and system crash, leading to a Denial of Service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-doc-0:6.12.0-211.28.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.28.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the Linux kernel's RDMA/mana component. A local user could trigger a kernel corruption by providing specific configurations through the user Application Programming Interface (uAPI) that cause an internal error. This issue arises when Work Queues (WQs) are specified to share the same Completion Queue (CQ), leading to an unstable system state.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-doc-0:6.12.0-211.28.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.28.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the Linux kernel's NVMe over TCP (nvmet-tcp) implementation. A race condition exists between the handling of an Initialization Connection Request (ICReq) and the teardown of a queue. A remote attacker, by sending an ICReq and immediately closing the connection, could trigger a double free vulnerability. This could lead to a denial of service (DoS) due to memory corruption.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-doc-0:6.12.0-211.28.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.28.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the Linux kernel's RDMA/mana component. A local user could exploit this vulnerability by providing an invalid `rx_hash_key_len` value through a user-space API (uAPI) structure. This invalid value is then used in a `memcpy` operation without proper bounds checking, allowing the user to write beyond intended memory boundaries. This can lead to kernel memory corruption, potentially resulting in privilege escalation or a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-doc-0:6.12.0-211.28.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.28.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
| URL | Category |
|---|---|
| https://access.redhat.com/errata/RHSA-2026:30129 | self |
| https://access.redhat.com/security/updates/classi… | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2461510 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2464397 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2467228 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2468155 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2482031 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2482576 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2482581 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2482654 | external |
| https://security.access.redhat.com/data/csaf/v2/a… | self |
| https://access.redhat.com/security/cve/CVE-2026-31636 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2461510 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-31636 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-31636 | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://access.redhat.com/security/cve/CVE-2026-43038 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2464397 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-43038 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-43038 | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://access.redhat.com/security/cve/CVE-2026-43198 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2467228 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-43198 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-43198 | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://access.redhat.com/security/cve/CVE-2026-43414 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2468155 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-43414 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-43414 | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://access.redhat.com/security/cve/CVE-2026-45898 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2482031 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-45898 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-45898 | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://access.redhat.com/security/cve/CVE-2026-46117 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2482576 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-46117 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-46117 | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://access.redhat.com/security/cve/CVE-2026-46135 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2482654 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-46135 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-46135 | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://access.redhat.com/security/cve/CVE-2026-46145 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2482581 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-46145 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-46145 | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for kernel is now available for Red Hat Enterprise Linux 10.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The kernel packages contain the Linux kernel, the core of any Linux operating system.\n\nSecurity Fix(es):\n\n* kernel: rxrpc: fix RESPONSE authenticator parser OOB read (CVE-2026-31636)\n\n* kernel: ipv6: icmp: clear skb2-\u003ecb[] in ip6_err_gen_icmpv6_unreach() (CVE-2026-43038)\n\n* kernel: tcp: fix potential race in tcp_v6_syn_recv_sock() (CVE-2026-43198)\n\n* kernel: scsi: qla2xxx: Completely fix fcport double free (CVE-2026-43414)\n\n* kernel: RDMA/iwcm: Fix workqueue list corruption by removing work_list (CVE-2026-45898)\n\n* kernel: RDMA/mana: Remove user triggerable WARN_ON() in mana_ib_create_qp_rss() (CVE-2026-46117)\n\n* kernel: RDMA/mana: Validate rx_hash_key_len (CVE-2026-46145)\n\n* kernel: nvmet-tcp: fix race between ICReq handling and queue teardown (CVE-2026-46135)\n\nBug Fix(es) and Enhancement(s):\n\n* Unexpected execmem SELinux denials after CVE-2026-46054 fix [rhel-10.2.z] (JIRA:RHEL-185117)\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:30129",
"url": "https://access.redhat.com/errata/RHSA-2026:30129"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2461510",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2461510"
},
{
"category": "external",
"summary": "2464397",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2464397"
},
{
"category": "external",
"summary": "2467228",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467228"
},
{
"category": "external",
"summary": "2468155",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2468155"
},
{
"category": "external",
"summary": "2482031",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2482031"
},
{
"category": "external",
"summary": "2482576",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2482576"
},
{
"category": "external",
"summary": "2482581",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2482581"
},
{
"category": "external",
"summary": "2482654",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2482654"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_30129.json"
}
],
"title": "Red Hat Security Advisory: kernel security, bug fix, and enhancement update",
"tracking": {
"current_release_date": "2026-06-26T06:46:55+00:00",
"generator": {
"date": "2026-06-26T06:46:55+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.2.5"
}
},
"id": "RHSA-2026:30129",
"initial_release_date": "2026-06-25T23:21:52+00:00",
"revision_history": [
{
"date": "2026-06-25T23:21:52+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-06-25T23:21:52+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-26T06:46:55+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. 10)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.2"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.2"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.2"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.2"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Real Time (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.2"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "kernel-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "kernel-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "kernel-64k-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "kernel-64k-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel-matched@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "kernel-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "kernel-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "kernel-64k-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "kernel-64k-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel-matched@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "kernel-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "kernel-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "kernel-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "kernel-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "kernel-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "kernel-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "perf-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "perf-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "python3-perf-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "python3-perf-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "rtla-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "rtla-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rv-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "rv-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "rv-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-debuginfo@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debuginfo@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-aarch64@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-debuginfo@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debuginfo@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "kernel-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "kernel-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "kernel-64k-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "kernel-64k-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-core-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "kernel-64k-core-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "kernel-64k-core-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-core@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "kernel-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "kernel-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "kernel-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "kernel-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-core@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "kernel-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "kernel-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "kernel-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "kernel-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-core@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "kernel-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "kernel-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-extra@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "kernel-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "kernel-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "kernel-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "kernel-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-core@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "kernel-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "kernel-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-extra@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "kernel-core-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "kernel-core-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "kernel-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "kernel-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "kernel-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "kernel-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "kernel-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "kernel-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "kernel-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "kernel-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "kernel-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "kernel-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "kernel-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "kernel-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra-matched@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "kernel-tools-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "kernel-tools-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "kernel-tools-libs-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "kernel-tools-libs-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "kernel-uki-virt-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "kernel-uki-virt-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt-addons@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "kernel-rt-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-64k-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "kernel-rt-64k-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-core-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-64k-core-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "kernel-rt-64k-core-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-core@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "kernel-rt-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "kernel-rt-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-core@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "kernel-rt-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-devel@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "kernel-rt-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "kernel-rt-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules-core@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "kernel-rt-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules-extra@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "kernel-rt-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-devel@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "kernel-rt-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-modules@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "kernel-rt-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-modules-core@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "kernel-rt-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-modules-extra@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-core-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-core-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "kernel-rt-core-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-core@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "kernel-rt-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-core@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "kernel-rt-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "kernel-rt-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-core@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-extra@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libperf-0:6.12.0-211.28.1.el10_2.aarch64",
"product": {
"name": "libperf-0:6.12.0-211.28.1.el10_2.aarch64",
"product_id": "libperf-0:6.12.0-211.28.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@6.12.0-211.28.1.el10_2?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-debug-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"product": {
"name": "kernel-debug-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"product_id": "kernel-debug-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@6.12.0-211.28.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"product": {
"name": "kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"product_id": "kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@6.12.0-211.28.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"product": {
"name": "kernel-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"product_id": "kernel-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@6.12.0-211.28.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"product": {
"name": "kernel-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"product_id": "kernel-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@6.12.0-211.28.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-0:6.12.0-211.28.1.el10_2.ppc64le",
"product": {
"name": "perf-0:6.12.0-211.28.1.el10_2.ppc64le",
"product_id": "perf-0:6.12.0-211.28.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@6.12.0-211.28.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:6.12.0-211.28.1.el10_2.ppc64le",
"product": {
"name": "python3-perf-0:6.12.0-211.28.1.el10_2.ppc64le",
"product_id": "python3-perf-0:6.12.0-211.28.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@6.12.0-211.28.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rtla-0:6.12.0-211.28.1.el10_2.ppc64le",
"product": {
"name": "rtla-0:6.12.0-211.28.1.el10_2.ppc64le",
"product_id": "rtla-0:6.12.0-211.28.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@6.12.0-211.28.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rv-0:6.12.0-211.28.1.el10_2.ppc64le",
"product": {
"name": "rv-0:6.12.0-211.28.1.el10_2.ppc64le",
"product_id": "rv-0:6.12.0-211.28.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@6.12.0-211.28.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"product": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"product_id": "kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@6.12.0-211.28.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"product": {
"name": "kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"product_id": "kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@6.12.0-211.28.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"product": {
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"product_id": "kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@6.12.0-211.28.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"product": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"product_id": "kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@6.12.0-211.28.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"product": {
"name": "libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"product_id": "libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@6.12.0-211.28.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"product": {
"name": "perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"product_id": "perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@6.12.0-211.28.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"product": {
"name": "python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"product_id": "python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@6.12.0-211.28.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-0:6.12.0-211.28.1.el10_2.ppc64le",
"product": {
"name": "kernel-0:6.12.0-211.28.1.el10_2.ppc64le",
"product_id": "kernel-0:6.12.0-211.28.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-211.28.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"product": {
"name": "kernel-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"product_id": "kernel-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@6.12.0-211.28.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:6.12.0-211.28.1.el10_2.ppc64le",
"product": {
"name": "kernel-debug-0:6.12.0-211.28.1.el10_2.ppc64le",
"product_id": "kernel-debug-0:6.12.0-211.28.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@6.12.0-211.28.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"product": {
"name": "kernel-debug-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"product_id": "kernel-debug-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@6.12.0-211.28.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:6.12.0-211.28.1.el10_2.ppc64le",
"product": {
"name": "kernel-debug-modules-0:6.12.0-211.28.1.el10_2.ppc64le",
"product_id": "kernel-debug-modules-0:6.12.0-211.28.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@6.12.0-211.28.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"product": {
"name": "kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"product_id": "kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@6.12.0-211.28.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le",
"product": {
"name": "kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le",
"product_id": "kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@6.12.0-211.28.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:6.12.0-211.28.1.el10_2.ppc64le",
"product": {
"name": "kernel-modules-0:6.12.0-211.28.1.el10_2.ppc64le",
"product_id": "kernel-modules-0:6.12.0-211.28.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@6.12.0-211.28.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"product": {
"name": "kernel-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"product_id": "kernel-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@6.12.0-211.28.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le",
"product": {
"name": "kernel-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le",
"product_id": "kernel-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@6.12.0-211.28.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"product": {
"name": "kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"product_id": "kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra-matched@6.12.0-211.28.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:6.12.0-211.28.1.el10_2.ppc64le",
"product": {
"name": "kernel-tools-0:6.12.0-211.28.1.el10_2.ppc64le",
"product_id": "kernel-tools-0:6.12.0-211.28.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@6.12.0-211.28.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:6.12.0-211.28.1.el10_2.ppc64le",
"product": {
"name": "kernel-tools-libs-0:6.12.0-211.28.1.el10_2.ppc64le",
"product_id": "kernel-tools-libs-0:6.12.0-211.28.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@6.12.0-211.28.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"product": {
"name": "kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"product_id": "kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@6.12.0-211.28.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libperf-0:6.12.0-211.28.1.el10_2.ppc64le",
"product": {
"name": "libperf-0:6.12.0-211.28.1.el10_2.ppc64le",
"product_id": "libperf-0:6.12.0-211.28.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@6.12.0-211.28.1.el10_2?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"product": {
"name": "kernel-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"product_id": "kernel-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@6.12.0-211.28.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"product": {
"name": "kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"product_id": "kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@6.12.0-211.28.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"product": {
"name": "kernel-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"product_id": "kernel-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@6.12.0-211.28.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"product": {
"name": "kernel-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"product_id": "kernel-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@6.12.0-211.28.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-0:6.12.0-211.28.1.el10_2.x86_64",
"product": {
"name": "perf-0:6.12.0-211.28.1.el10_2.x86_64",
"product_id": "perf-0:6.12.0-211.28.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@6.12.0-211.28.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:6.12.0-211.28.1.el10_2.x86_64",
"product": {
"name": "python3-perf-0:6.12.0-211.28.1.el10_2.x86_64",
"product_id": "python3-perf-0:6.12.0-211.28.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@6.12.0-211.28.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:6.12.0-211.28.1.el10_2.x86_64",
"product": {
"name": "rtla-0:6.12.0-211.28.1.el10_2.x86_64",
"product_id": "rtla-0:6.12.0-211.28.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@6.12.0-211.28.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rv-0:6.12.0-211.28.1.el10_2.x86_64",
"product": {
"name": "rv-0:6.12.0-211.28.1.el10_2.x86_64",
"product_id": "rv-0:6.12.0-211.28.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@6.12.0-211.28.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"product": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"product_id": "kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@6.12.0-211.28.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"product": {
"name": "kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"product_id": "kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@6.12.0-211.28.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"product": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"product_id": "kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@6.12.0-211.28.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"product": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"product_id": "kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@6.12.0-211.28.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"product": {
"name": "kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"product_id": "kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo@6.12.0-211.28.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"product": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"product_id": "kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@6.12.0-211.28.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"product": {
"name": "libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"product_id": "libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@6.12.0-211.28.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"product": {
"name": "perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"product_id": "perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@6.12.0-211.28.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"product": {
"name": "python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"product_id": "python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@6.12.0-211.28.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:6.12.0-211.28.1.el10_2.x86_64",
"product": {
"name": "kernel-0:6.12.0-211.28.1.el10_2.x86_64",
"product_id": "kernel-0:6.12.0-211.28.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-211.28.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:6.12.0-211.28.1.el10_2.x86_64",
"product": {
"name": "kernel-core-0:6.12.0-211.28.1.el10_2.x86_64",
"product_id": "kernel-core-0:6.12.0-211.28.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@6.12.0-211.28.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"product": {
"name": "kernel-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"product_id": "kernel-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@6.12.0-211.28.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"product": {
"name": "kernel-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"product_id": "kernel-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@6.12.0-211.28.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"product": {
"name": "kernel-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"product_id": "kernel-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@6.12.0-211.28.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"product": {
"name": "kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"product_id": "kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@6.12.0-211.28.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"product": {
"name": "kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"product_id": "kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@6.12.0-211.28.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64",
"product": {
"name": "kernel-debug-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64",
"product_id": "kernel-debug-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-uki-virt@6.12.0-211.28.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"product": {
"name": "kernel-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"product_id": "kernel-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@6.12.0-211.28.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"product": {
"name": "kernel-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"product_id": "kernel-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@6.12.0-211.28.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"product": {
"name": "kernel-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"product_id": "kernel-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@6.12.0-211.28.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"product": {
"name": "kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"product_id": "kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra-matched@6.12.0-211.28.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:6.12.0-211.28.1.el10_2.x86_64",
"product": {
"name": "kernel-tools-0:6.12.0-211.28.1.el10_2.x86_64",
"product_id": "kernel-tools-0:6.12.0-211.28.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@6.12.0-211.28.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:6.12.0-211.28.1.el10_2.x86_64",
"product": {
"name": "kernel-tools-libs-0:6.12.0-211.28.1.el10_2.x86_64",
"product_id": "kernel-tools-libs-0:6.12.0-211.28.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@6.12.0-211.28.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64",
"product": {
"name": "kernel-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64",
"product_id": "kernel-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt@6.12.0-211.28.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.x86_64",
"product": {
"name": "kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.x86_64",
"product_id": "kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt-addons@6.12.0-211.28.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-0:6.12.0-211.28.1.el10_2.x86_64",
"product": {
"name": "kernel-rt-0:6.12.0-211.28.1.el10_2.x86_64",
"product_id": "kernel-rt-0:6.12.0-211.28.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@6.12.0-211.28.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-core-0:6.12.0-211.28.1.el10_2.x86_64",
"product": {
"name": "kernel-rt-core-0:6.12.0-211.28.1.el10_2.x86_64",
"product_id": "kernel-rt-core-0:6.12.0-211.28.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-core@6.12.0-211.28.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"product": {
"name": "kernel-rt-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"product_id": "kernel-rt-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug@6.12.0-211.28.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"product": {
"name": "kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"product_id": "kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-core@6.12.0-211.28.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"product": {
"name": "kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"product_id": "kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel@6.12.0-211.28.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"product": {
"name": "kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"product_id": "kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules@6.12.0-211.28.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"product": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"product_id": "kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@6.12.0-211.28.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"product": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"product_id": "kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@6.12.0-211.28.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"product": {
"name": "kernel-rt-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"product_id": "kernel-rt-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel@6.12.0-211.28.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"product": {
"name": "kernel-rt-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"product_id": "kernel-rt-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules@6.12.0-211.28.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"product": {
"name": "kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"product_id": "kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-core@6.12.0-211.28.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"product": {
"name": "kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"product_id": "kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-extra@6.12.0-211.28.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"product": {
"name": "kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"product_id": "kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@6.12.0-211.28.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libperf-0:6.12.0-211.28.1.el10_2.x86_64",
"product": {
"name": "libperf-0:6.12.0-211.28.1.el10_2.x86_64",
"product_id": "libperf-0:6.12.0-211.28.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@6.12.0-211.28.1.el10_2?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-debug-devel-0:6.12.0-211.28.1.el10_2.s390x",
"product": {
"name": "kernel-debug-devel-0:6.12.0-211.28.1.el10_2.s390x",
"product_id": "kernel-debug-devel-0:6.12.0-211.28.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@6.12.0-211.28.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"product": {
"name": "kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"product_id": "kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@6.12.0-211.28.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:6.12.0-211.28.1.el10_2.s390x",
"product": {
"name": "kernel-devel-0:6.12.0-211.28.1.el10_2.s390x",
"product_id": "kernel-devel-0:6.12.0-211.28.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@6.12.0-211.28.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"product": {
"name": "kernel-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"product_id": "kernel-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@6.12.0-211.28.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-0:6.12.0-211.28.1.el10_2.s390x",
"product": {
"name": "kernel-zfcpdump-devel-0:6.12.0-211.28.1.el10_2.s390x",
"product_id": "kernel-zfcpdump-devel-0:6.12.0-211.28.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel@6.12.0-211.28.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"product": {
"name": "kernel-zfcpdump-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"product_id": "kernel-zfcpdump-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel-matched@6.12.0-211.28.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-0:6.12.0-211.28.1.el10_2.s390x",
"product": {
"name": "perf-0:6.12.0-211.28.1.el10_2.s390x",
"product_id": "perf-0:6.12.0-211.28.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@6.12.0-211.28.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:6.12.0-211.28.1.el10_2.s390x",
"product": {
"name": "python3-perf-0:6.12.0-211.28.1.el10_2.s390x",
"product_id": "python3-perf-0:6.12.0-211.28.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@6.12.0-211.28.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rtla-0:6.12.0-211.28.1.el10_2.s390x",
"product": {
"name": "rtla-0:6.12.0-211.28.1.el10_2.s390x",
"product_id": "rtla-0:6.12.0-211.28.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@6.12.0-211.28.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rv-0:6.12.0-211.28.1.el10_2.s390x",
"product": {
"name": "rv-0:6.12.0-211.28.1.el10_2.s390x",
"product_id": "rv-0:6.12.0-211.28.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@6.12.0-211.28.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"product": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"product_id": "kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@6.12.0-211.28.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"product": {
"name": "kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"product_id": "kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@6.12.0-211.28.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"product": {
"name": "kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"product_id": "kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@6.12.0-211.28.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"product": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"product_id": "kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@6.12.0-211.28.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"product": {
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"product_id": "kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-debuginfo@6.12.0-211.28.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"product": {
"name": "libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"product_id": "libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@6.12.0-211.28.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"product": {
"name": "perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"product_id": "perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@6.12.0-211.28.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"product": {
"name": "python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"product_id": "python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@6.12.0-211.28.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-0:6.12.0-211.28.1.el10_2.s390x",
"product": {
"name": "kernel-0:6.12.0-211.28.1.el10_2.s390x",
"product_id": "kernel-0:6.12.0-211.28.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-211.28.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:6.12.0-211.28.1.el10_2.s390x",
"product": {
"name": "kernel-core-0:6.12.0-211.28.1.el10_2.s390x",
"product_id": "kernel-core-0:6.12.0-211.28.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@6.12.0-211.28.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:6.12.0-211.28.1.el10_2.s390x",
"product": {
"name": "kernel-debug-0:6.12.0-211.28.1.el10_2.s390x",
"product_id": "kernel-debug-0:6.12.0-211.28.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@6.12.0-211.28.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:6.12.0-211.28.1.el10_2.s390x",
"product": {
"name": "kernel-debug-core-0:6.12.0-211.28.1.el10_2.s390x",
"product_id": "kernel-debug-core-0:6.12.0-211.28.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@6.12.0-211.28.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:6.12.0-211.28.1.el10_2.s390x",
"product": {
"name": "kernel-debug-modules-0:6.12.0-211.28.1.el10_2.s390x",
"product_id": "kernel-debug-modules-0:6.12.0-211.28.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@6.12.0-211.28.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"product": {
"name": "kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"product_id": "kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@6.12.0-211.28.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"product": {
"name": "kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"product_id": "kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@6.12.0-211.28.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:6.12.0-211.28.1.el10_2.s390x",
"product": {
"name": "kernel-modules-0:6.12.0-211.28.1.el10_2.s390x",
"product_id": "kernel-modules-0:6.12.0-211.28.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@6.12.0-211.28.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"product": {
"name": "kernel-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"product_id": "kernel-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@6.12.0-211.28.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"product": {
"name": "kernel-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"product_id": "kernel-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@6.12.0-211.28.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.s390x",
"product": {
"name": "kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.s390x",
"product_id": "kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra-matched@6.12.0-211.28.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:6.12.0-211.28.1.el10_2.s390x",
"product": {
"name": "kernel-tools-0:6.12.0-211.28.1.el10_2.s390x",
"product_id": "kernel-tools-0:6.12.0-211.28.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@6.12.0-211.28.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-0:6.12.0-211.28.1.el10_2.s390x",
"product": {
"name": "kernel-zfcpdump-0:6.12.0-211.28.1.el10_2.s390x",
"product_id": "kernel-zfcpdump-0:6.12.0-211.28.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump@6.12.0-211.28.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-core-0:6.12.0-211.28.1.el10_2.s390x",
"product": {
"name": "kernel-zfcpdump-core-0:6.12.0-211.28.1.el10_2.s390x",
"product_id": "kernel-zfcpdump-core-0:6.12.0-211.28.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-core@6.12.0-211.28.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-0:6.12.0-211.28.1.el10_2.s390x",
"product": {
"name": "kernel-zfcpdump-modules-0:6.12.0-211.28.1.el10_2.s390x",
"product_id": "kernel-zfcpdump-modules-0:6.12.0-211.28.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules@6.12.0-211.28.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"product": {
"name": "kernel-zfcpdump-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"product_id": "kernel-zfcpdump-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-core@6.12.0-211.28.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"product": {
"name": "kernel-zfcpdump-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"product_id": "kernel-zfcpdump-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-extra@6.12.0-211.28.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libperf-0:6.12.0-211.28.1.el10_2.s390x",
"product": {
"name": "libperf-0:6.12.0-211.28.1.el10_2.s390x",
"product_id": "libperf-0:6.12.0-211.28.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@6.12.0-211.28.1.el10_2?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-doc-0:6.12.0-211.28.1.el10_2.noarch",
"product": {
"name": "kernel-doc-0:6.12.0-211.28.1.el10_2.noarch",
"product_id": "kernel-doc-0:6.12.0-211.28.1.el10_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-doc@6.12.0-211.28.1.el10_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "kernel-abi-stablelists-0:6.12.0-211.28.1.el10_2.noarch",
"product": {
"name": "kernel-abi-stablelists-0:6.12.0-211.28.1.el10_2.noarch",
"product_id": "kernel-abi-stablelists-0:6.12.0-211.28.1.el10_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-abi-stablelists@6.12.0-211.28.1.el10_2?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-0:6.12.0-211.28.1.el10_2.src",
"product": {
"name": "kernel-0:6.12.0-211.28.1.el10_2.src",
"product_id": "kernel-0:6.12.0-211.28.1.el10_2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-211.28.1.el10_2?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-211.28.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.ppc64le"
},
"product_reference": "kernel-debug-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-211.28.1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.s390x"
},
"product_reference": "kernel-debug-devel-0:6.12.0-211.28.1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-211.28.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.ppc64le"
},
"product_reference": "kernel-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-211.28.1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.s390x"
},
"product_reference": "kernel-devel-0:6.12.0-211.28.1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le"
},
"product_reference": "kernel-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-211.28.1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.s390x"
},
"product_reference": "kernel-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:6.12.0-211.28.1.el10_2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-doc-0:6.12.0-211.28.1.el10_2.noarch"
},
"product_reference": "kernel-doc-0:6.12.0-211.28.1.el10_2.noarch",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:6.12.0-211.28.1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.28.1.el10_2.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:6.12.0-211.28.1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-matched-0:6.12.0-211.28.1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.28.1.el10_2.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "perf-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-211.28.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.ppc64le"
},
"product_reference": "perf-0:6.12.0-211.28.1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-211.28.1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.s390x"
},
"product_reference": "perf-0:6.12.0-211.28.1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "perf-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "python3-perf-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-211.28.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.ppc64le"
},
"product_reference": "python3-perf-0:6.12.0-211.28.1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-211.28.1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.s390x"
},
"product_reference": "python3-perf-0:6.12.0-211.28.1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "python3-perf-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "rtla-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-211.28.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.ppc64le"
},
"product_reference": "rtla-0:6.12.0-211.28.1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-211.28.1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.s390x"
},
"product_reference": "rtla-0:6.12.0-211.28.1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "rtla-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "rv-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-211.28.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.ppc64le"
},
"product_reference": "rv-0:6.12.0-211.28.1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-211.28.1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.s390x"
},
"product_reference": "rv-0:6.12.0-211.28.1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "rv-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-211.28.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.ppc64le"
},
"product_reference": "kernel-0:6.12.0-211.28.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-211.28.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.s390x"
},
"product_reference": "kernel-0:6.12.0-211.28.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-211.28.1.el10_2.src as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.src"
},
"product_reference": "kernel-0:6.12.0-211.28.1.el10_2.src",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-core-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-core-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:6.12.0-211.28.1.el10_2.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.28.1.el10_2.noarch"
},
"product_reference": "kernel-abi-stablelists-0:6.12.0-211.28.1.el10_2.noarch",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-core-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-211.28.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.ppc64le"
},
"product_reference": "kernel-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-211.28.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.s390x"
},
"product_reference": "kernel-core-0:6.12.0-211.28.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-core-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-211.28.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.ppc64le"
},
"product_reference": "kernel-debug-0:6.12.0-211.28.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-211.28.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.s390x"
},
"product_reference": "kernel-debug-0:6.12.0-211.28.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-211.28.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.ppc64le"
},
"product_reference": "kernel-debug-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-211.28.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.s390x"
},
"product_reference": "kernel-debug-core-0:6.12.0-211.28.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-211.28.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.ppc64le"
},
"product_reference": "kernel-debug-modules-0:6.12.0-211.28.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-211.28.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.s390x"
},
"product_reference": "kernel-debug-modules-0:6.12.0-211.28.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.s390x"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-211.28.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.ppc64le"
},
"product_reference": "kernel-modules-0:6.12.0-211.28.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-211.28.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.s390x"
},
"product_reference": "kernel-modules-0:6.12.0-211.28.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le"
},
"product_reference": "kernel-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-211.28.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.s390x"
},
"product_reference": "kernel-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le"
},
"product_reference": "kernel-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-211.28.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.s390x"
},
"product_reference": "kernel-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.ppc64le"
},
"product_reference": "kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.s390x"
},
"product_reference": "kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-tools-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-211.28.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.ppc64le"
},
"product_reference": "kernel-tools-0:6.12.0-211.28.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-211.28.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.s390x"
},
"product_reference": "kernel-tools-0:6.12.0-211.28.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-tools-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-211.28.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.ppc64le"
},
"product_reference": "kernel-tools-libs-0:6.12.0-211.28.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:6.12.0-211.28.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.28.1.el10_2.s390x"
},
"product_reference": "kernel-zfcpdump-0:6.12.0-211.28.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:6.12.0-211.28.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.28.1.el10_2.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:6.12.0-211.28.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:6.12.0-211.28.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.28.1.el10_2.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:6.12.0-211.28.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-core-0:6.12.0-211.28.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.28.1.el10_2.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:6.12.0-211.28.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.28.1.el10_2.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "libperf-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-211.28.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.ppc64le"
},
"product_reference": "libperf-0:6.12.0-211.28.1.el10_2.ppc64le",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-211.28.1.el10_2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.s390x"
},
"product_reference": "libperf-0:6.12.0-211.28.1.el10_2.s390x",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "libperf-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-core-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-core-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-core-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-core-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-core-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.Z"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-31636",
"cwe": {
"id": "CWE-805",
"name": "Buffer Access with Incorrect Length Value"
},
"discovery_date": "2026-04-24T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2461510"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s rxrpc subsystem. A remote attacker could send a specially crafted rxrpc RESPONSE authenticator that, due to an incorrect parser limit calculation in the rxgk_verify_authenticator() function, leads to a slab-out-of-bounds read. This memory corruption vulnerability could result in information disclosure or a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: rxrpc: fix RESPONSE authenticator parser OOB read",
"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-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.28.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.28.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-31636"
},
{
"category": "external",
"summary": "RHBZ#2461510",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2461510"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-31636",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31636"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-31636",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-31636"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026042455-CVE-2026-31636-2951@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026042455-CVE-2026-31636-2951@gregkh/T"
}
],
"release_date": "2026-04-24T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-25T23:21:52+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.28.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.28.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:30129"
}
],
"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-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.28.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.28.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: rxrpc: fix RESPONSE authenticator parser OOB read"
},
{
"cve": "CVE-2026-43038",
"cwe": {
"id": "CWE-843",
"name": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)"
},
"discovery_date": "2026-05-01T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2464397"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s IPv6 ICMP error generation. A remote attacker could send a specially crafted IPv4 ICMP error packet with a Common Internet Protocol Security Option (CIPSO) IP option. This could lead to incorrect handling of packet control block data when generating an IPv6 ICMP error, potentially causing an out-of-bounds memory access. This memory corruption could result in information disclosure or a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: ipv6: icmp: clear skb2-\u003ecb[] in ip6_err_gen_icmpv6_unreach()",
"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-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.28.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.28.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-43038"
},
{
"category": "external",
"summary": "RHBZ#2464397",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2464397"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-43038",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43038"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-43038",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-43038"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026050103-CVE-2026-43038-b591@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026050103-CVE-2026-43038-b591@gregkh/T"
}
],
"release_date": "2026-05-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-25T23:21:52+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.28.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.28.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:30129"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.28.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.28.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: ipv6: icmp: clear skb2-\u003ecb[] in ip6_err_gen_icmpv6_unreach()"
},
{
"cve": "CVE-2026-43198",
"cwe": {
"id": "CWE-821",
"name": "Incorrect Synchronization"
},
"discovery_date": "2026-05-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2467228"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel. A race condition exists in the TCP (Transmission Control Protocol) IPv6 (Internet Protocol version 6) socket handling, specifically within the tcp_v6_syn_recv_sock() function. This occurs because a child socket becomes visible in the TCP hash table before its IPv6-specific information is fully initialized. A remote attacker could potentially exploit this timing window, leading to an unstable system state or unexpected behavior, which may result in a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: tcp: fix potential race in tcp_v6_syn_recv_sock()",
"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-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.28.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.28.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-43198"
},
{
"category": "external",
"summary": "RHBZ#2467228",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467228"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-43198",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43198"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-43198",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-43198"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026050645-CVE-2026-43198-0870@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026050645-CVE-2026-43198-0870@gregkh/T"
}
],
"release_date": "2026-05-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-25T23:21:52+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.28.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.28.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:30129"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.28.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.28.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: tcp: fix potential race in tcp_v6_syn_recv_sock()"
},
{
"cve": "CVE-2026-43414",
"cwe": {
"id": "CWE-1341",
"name": "Multiple Releases of Same Resource or Handle"
},
"discovery_date": "2026-05-08T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2468155"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s `qla2xxx` SCSI driver. An issue exists where a Fibre Channel port (fcport) object can be freed twice due to an error in the `qla2x00_els_dcmd_sp_free()` function. This double free vulnerability can lead to memory corruption, potentially causing system instability or a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: scsi: qla2xxx: Completely fix fcport double free",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.28.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.28.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-43414"
},
{
"category": "external",
"summary": "RHBZ#2468155",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2468155"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-43414",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43414"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-43414",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-43414"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026050844-CVE-2026-43414-2950@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026050844-CVE-2026-43414-2950@gregkh/T"
}
],
"release_date": "2026-05-08T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-25T23:21:52+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.28.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.28.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:30129"
}
],
"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-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.28.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.28.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: scsi: qla2xxx: Completely fix fcport double free"
},
{
"cve": "CVE-2026-45898",
"cwe": {
"id": "CWE-1341",
"name": "Multiple Releases of Same Resource or Handle"
},
"discovery_date": "2026-05-27T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2482031"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s Remote Direct Memory Access (RDMA) Internet Wide Area RDMA Protocol (iWARP) subsystem. Incorrect work submission logic in the `iwcm` component can lead to multiple queueing of work items. This allows a work item to be processed and freed while still present in the workqueue, causing list corruption. A successful exploitation of this vulnerability can result in a kernel bug and system crash, leading to a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: RDMA/iwcm: Fix workqueue list corruption by removing work_list",
"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-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.28.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.28.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-45898"
},
{
"category": "external",
"summary": "RHBZ#2482031",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2482031"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-45898",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45898"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-45898",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-45898"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026052719-CVE-2026-45898-3b64@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026052719-CVE-2026-45898-3b64@gregkh/T"
}
],
"release_date": "2026-05-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-25T23:21:52+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.28.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.28.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:30129"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.28.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.28.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: RDMA/iwcm: Fix workqueue list corruption by removing work_list"
},
{
"cve": "CVE-2026-46117",
"cwe": {
"id": "CWE-1288",
"name": "Improper Validation of Consistency within Input"
},
"discovery_date": "2026-05-28T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2482576"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s RDMA/mana component. A local user could trigger a kernel corruption by providing specific configurations through the user Application Programming Interface (uAPI) that cause an internal error. This issue arises when Work Queues (WQs) are specified to share the same Completion Queue (CQ), leading to an unstable system state.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: RDMA/mana: Remove user triggerable WARN_ON() in mana_ib_create_qp_rss()",
"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-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.28.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.28.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-46117"
},
{
"category": "external",
"summary": "RHBZ#2482576",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2482576"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-46117",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46117"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-46117",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-46117"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026052814-CVE-2026-46117-a93b@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026052814-CVE-2026-46117-a93b@gregkh/T"
}
],
"release_date": "2026-05-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-25T23:21:52+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.28.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.28.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:30129"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.28.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.28.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: RDMA/mana: Remove user triggerable WARN_ON() in mana_ib_create_qp_rss()"
},
{
"cve": "CVE-2026-46135",
"cwe": {
"id": "CWE-1341",
"name": "Multiple Releases of Same Resource or Handle"
},
"discovery_date": "2026-05-28T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2482654"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s NVMe over TCP (nvmet-tcp) implementation. A race condition exists between the handling of an Initialization Connection Request (ICReq) and the teardown of a queue. A remote attacker, by sending an ICReq and immediately closing the connection, could trigger a double free vulnerability. This could lead to a denial of service (DoS) due to memory corruption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: nvmet-tcp: fix race between ICReq handling and queue teardown",
"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-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.28.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.28.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-46135"
},
{
"category": "external",
"summary": "RHBZ#2482654",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2482654"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-46135",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46135"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-46135",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-46135"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026052818-CVE-2026-46135-6f53@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026052818-CVE-2026-46135-6f53@gregkh/T"
}
],
"release_date": "2026-05-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-25T23:21:52+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.28.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.28.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:30129"
}
],
"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-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.28.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.28.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: nvmet-tcp: fix race between ICReq handling and queue teardown"
},
{
"cve": "CVE-2026-46145",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-05-28T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2482581"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s RDMA/mana component. A local user could exploit this vulnerability by providing an invalid `rx_hash_key_len` value through a user-space API (uAPI) structure. This invalid value is then used in a `memcpy` operation without proper bounds checking, allowing the user to write beyond intended memory boundaries. This can lead to kernel memory corruption, potentially resulting in privilege escalation or a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: RDMA/mana: Validate rx_hash_key_len",
"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-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.28.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.28.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-46145"
},
{
"category": "external",
"summary": "RHBZ#2482581",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2482581"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-46145",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46145"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-46145",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-46145"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026052821-CVE-2026-46145-e347@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026052821-CVE-2026-46145-e347@gregkh/T"
}
],
"release_date": "2026-05-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-25T23:21:52+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.28.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.28.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:30129"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.28.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.28.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.28.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.28.1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: RDMA/mana: Validate rx_hash_key_len"
}
]
}
WID-SEC-W-2026-1279
Vulnerability from csaf_certbund - Published: 2026-04-26 22:00 - Updated: 2026-06-16 22:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| URL | Category |
|---|---|
| https://wid.cert-bund.de/.well-known/csaf/white/2… | self |
| https://wid.cert-bund.de/portal/wid/securityadvis… | self |
| https://lore.kernel.org/linux-cve-announce/ | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lists.debian.org/debian-security-announce… | external |
| https://lists.debian.org/debian-security-announce… | external |
| https://docs.cloud.google.com/container-optimized… | external |
| https://lists.debian.org/debian-lts-announce/2026… | external |
| https://linux.oracle.com/errata/ELSA-2026-13566.html | external |
| http://linux.oracle.com/errata/ELSA-2026-13565.html | external |
| http://linux.oracle.com/errata/ELSA-2026-13577.html | external |
| https://linux.oracle.com/errata/ELSA-2026-50261.html | external |
| https://linux.oracle.com/errata/ELSA-2026-50262.html | external |
| https://access.redhat.com/errata/RHSA-2026:19225 | external |
| https://access.redhat.com/errata/RHSA-2026:19074 | external |
| https://github.com/0xBlackash/CVE-2026-31635 | external |
| https://access.redhat.com/errata/RHSA-2026:19569 | external |
| https://access.redhat.com/errata/RHSA-2026:19568 | external |
| https://oss.oracle.com/pipermail/el-errata/2026-M… | external |
| https://linux.oracle.com/errata/ELSA-2026-50281.html | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://docs.cloud.google.com/container-optimized… | external |
| https://access.redhat.com/errata/RHSA-2026:21557 | external |
| https://access.redhat.com/errata/RHSA-2026:21706 | external |
| https://access.redhat.com/errata/RHSA-2026:21556 | external |
| https://access.redhat.com/errata/RHSA-2026:21745 | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.debian.org/debian-lts-announce/2026… | external |
| https://errata.build.resf.org/RLSA-2026:21745 | external |
| https://errata.build.resf.org/RLSA-2026:21706 | external |
| https://errata.build.resf.org/RLSA-2026:21556 | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.opensuse.org/archives/list/security… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://linux.oracle.com/errata/ELSA-2026-21706.html | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://ubuntu.com/security/notices/USN-8371-1 | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://ubuntu.com/security/notices/USN-8373-1 | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://ubuntu.com/security/notices/USN-8374-1 | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| http://linux.oracle.com/errata/ELSA-2026-50293.html | external |
| https://access.redhat.com/errata/RHSA-2026:23237 | external |
| https://access.redhat.com/errata/RHSA-2026:23224 | external |
| http://linux.oracle.com/errata/ELSA-2026-50299.html | external |
| https://errata.build.resf.org/RLSA-2026:21557 | external |
| http://linux.oracle.com/errata/ELSA-2026-50294.html | external |
| https://access.redhat.com/errata/RHSA-2026:23329 | external |
| https://linux.oracle.com/errata/ELSA-2026-23258.html | external |
| https://access.redhat.com/errata/RHSA-2026:24343 | external |
| https://access.redhat.com/errata/RHSA-2026:24381 | external |
| https://lists.opensuse.org/archives/list/security… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://linux.oracle.com/errata/ELSA-2026-50306.html | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://access.redhat.com/errata/RHSA-2026:25191 | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://access.redhat.com/errata/RHSA-2026:25217 | external |
| https://access.redhat.com/errata/RHSA-2026:25121 | external |
| https://access.redhat.com/errata/RHSA-2026:25095 | external |
| https://access.redhat.com/errata/RHSA-2026:25120 | external |
| https://errata.build.resf.org/RLSA-2026:25120 | external |
| https://errata.build.resf.org/RLSA-2026:25217 | external |
| https://access.redhat.com/errata/RHSA-2026:25533 | external |
| https://errata.build.resf.org/RLSA-2026:25191 | external |
| https://errata.build.resf.org/RLSA-2026:25121 | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://errata.build.resf.org/RXSA-2026:25217 | external |
| https://linux.oracle.com/errata/ELSA-2026-50318.html | external |
| https://linux.oracle.com/errata/ELSA-2026-25121.html | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://access.redhat.com/errata/RHSA-2026:26428 | external |
| https://access.redhat.com/errata/RHSA-2026:26462 | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://access.redhat.com/errata/RHSA-2026:26515 | external |
| https://access.redhat.com/errata/RHSA-2026:26535 | external |
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Der Kernel stellt den Kern des Linux Betriebssystems dar.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein Angreifer kann mehrere Schwachstellen im Linux Kernel ausnutzen, um nicht n\u00e4her spezifizierte Angriffe durchzuf\u00fchren, welche zu einem Denial-of-Service-Zustand, einer Rechteausweitung, der Ausf\u00fchrung von Code oder einer Speicherbesch\u00e4digung f\u00fchren k\u00f6nnten.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2026-1279 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-1279.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-1279 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-1279"
},
{
"category": "external",
"summary": "Kernel CVE Announce Mailingliste",
"url": "https://lore.kernel.org/linux-cve-announce/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31535",
"url": "https://lore.kernel.org/linux-cve-announce/2026042433-CVE-2026-31535-1c83@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31536",
"url": "https://lore.kernel.org/linux-cve-announce/2026042433-CVE-2026-31536-d7cc@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31537",
"url": "https://lore.kernel.org/linux-cve-announce/2026042434-CVE-2026-31537-6202@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31538",
"url": "https://lore.kernel.org/linux-cve-announce/2026042434-CVE-2026-31538-a6f7@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31539",
"url": "https://lore.kernel.org/linux-cve-announce/2026042434-CVE-2026-31539-fe1a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31540",
"url": "https://lore.kernel.org/linux-cve-announce/2026042422-CVE-2026-31540-c37f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31541",
"url": "https://lore.kernel.org/linux-cve-announce/2026042423-CVE-2026-31541-af1d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31542",
"url": "https://lore.kernel.org/linux-cve-announce/2026042423-CVE-2026-31542-ba9f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31543",
"url": "https://lore.kernel.org/linux-cve-announce/2026042423-CVE-2026-31543-803c@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31544",
"url": "https://lore.kernel.org/linux-cve-announce/2026042424-CVE-2026-31544-7fc3@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31545",
"url": "https://lore.kernel.org/linux-cve-announce/2026042424-CVE-2026-31545-ed19@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31546",
"url": "https://lore.kernel.org/linux-cve-announce/2026042425-CVE-2026-31546-2ca3@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31547",
"url": "https://lore.kernel.org/linux-cve-announce/2026042425-CVE-2026-31547-639e@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31548",
"url": "https://lore.kernel.org/linux-cve-announce/2026042425-CVE-2026-31548-3d88@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31549",
"url": "https://lore.kernel.org/linux-cve-announce/2026042426-CVE-2026-31549-81f8@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31550",
"url": "https://lore.kernel.org/linux-cve-announce/2026042426-CVE-2026-31550-17d2@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31551",
"url": "https://lore.kernel.org/linux-cve-announce/2026042426-CVE-2026-31551-81e8@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31552",
"url": "https://lore.kernel.org/linux-cve-announce/2026042427-CVE-2026-31552-505c@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31553",
"url": "https://lore.kernel.org/linux-cve-announce/2026042456-CVE-2026-31553-0d39@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31554",
"url": "https://lore.kernel.org/linux-cve-announce/2026042456-CVE-2026-31554-377c@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31555",
"url": "https://lore.kernel.org/linux-cve-announce/2026042456-CVE-2026-31555-ba94@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31556",
"url": "https://lore.kernel.org/linux-cve-announce/2026042457-CVE-2026-31556-9b84@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31557",
"url": "https://lore.kernel.org/linux-cve-announce/2026042457-CVE-2026-31557-dca7@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31558",
"url": "https://lore.kernel.org/linux-cve-announce/2026042457-CVE-2026-31558-1140@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31559",
"url": "https://lore.kernel.org/linux-cve-announce/2026042458-CVE-2026-31559-01e9@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31560",
"url": "https://lore.kernel.org/linux-cve-announce/2026042458-CVE-2026-31560-9e2c@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31561",
"url": "https://lore.kernel.org/linux-cve-announce/2026042458-CVE-2026-31561-ca96@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31562",
"url": "https://lore.kernel.org/linux-cve-announce/2026042459-CVE-2026-31562-893e@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31563",
"url": "https://lore.kernel.org/linux-cve-announce/2026042459-CVE-2026-31563-ae94@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31564",
"url": "https://lore.kernel.org/linux-cve-announce/2026042459-CVE-2026-31564-c762@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31565",
"url": "https://lore.kernel.org/linux-cve-announce/2026042400-CVE-2026-31565-932b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31566",
"url": "https://lore.kernel.org/linux-cve-announce/2026042400-CVE-2026-31566-2d8b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31567",
"url": "https://lore.kernel.org/linux-cve-announce/2026042400-CVE-2026-31567-6abf@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31568",
"url": "https://lore.kernel.org/linux-cve-announce/2026042401-CVE-2026-31568-cefd@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31569",
"url": "https://lore.kernel.org/linux-cve-announce/2026042401-CVE-2026-31569-41ce@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31570",
"url": "https://lore.kernel.org/linux-cve-announce/2026042402-CVE-2026-31570-5f18@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31571",
"url": "https://lore.kernel.org/linux-cve-announce/2026042402-CVE-2026-31571-41f9@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31572",
"url": "https://lore.kernel.org/linux-cve-announce/2026042402-CVE-2026-31572-0eec@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31573",
"url": "https://lore.kernel.org/linux-cve-announce/2026042403-CVE-2026-31573-4d0a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31574",
"url": "https://lore.kernel.org/linux-cve-announce/2026042409-CVE-2026-31574-ff0b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31575",
"url": "https://lore.kernel.org/linux-cve-announce/2026042409-CVE-2026-31575-c1bf@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31576",
"url": "https://lore.kernel.org/linux-cve-announce/2026042410-CVE-2026-31576-e770@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31577",
"url": "https://lore.kernel.org/linux-cve-announce/2026042410-CVE-2026-31577-5e81@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31578",
"url": "https://lore.kernel.org/linux-cve-announce/2026042410-CVE-2026-31578-fd48@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31579",
"url": "https://lore.kernel.org/linux-cve-announce/2026042411-CVE-2026-31579-3f05@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31580",
"url": "https://lore.kernel.org/linux-cve-announce/2026042411-CVE-2026-31580-7d94@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31581",
"url": "https://lore.kernel.org/linux-cve-announce/2026042411-CVE-2026-31581-9bc2@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31582",
"url": "https://lore.kernel.org/linux-cve-announce/2026042412-CVE-2026-31582-cf91@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31583",
"url": "https://lore.kernel.org/linux-cve-announce/2026042412-CVE-2026-31583-edcc@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31584",
"url": "https://lore.kernel.org/linux-cve-announce/2026042412-CVE-2026-31584-d806@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31585",
"url": "https://lore.kernel.org/linux-cve-announce/2026042413-CVE-2026-31585-b423@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31586",
"url": "https://lore.kernel.org/linux-cve-announce/2026042413-CVE-2026-31586-3a32@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31587",
"url": "https://lore.kernel.org/linux-cve-announce/2026042413-CVE-2026-31587-5afb@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31588",
"url": "https://lore.kernel.org/linux-cve-announce/2026042414-CVE-2026-31588-333a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31589",
"url": "https://lore.kernel.org/linux-cve-announce/2026042414-CVE-2026-31589-18ae@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31590",
"url": "https://lore.kernel.org/linux-cve-announce/2026042414-CVE-2026-31590-a7e3@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31591",
"url": "https://lore.kernel.org/linux-cve-announce/2026042415-CVE-2026-31591-4148@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31592",
"url": "https://lore.kernel.org/linux-cve-announce/2026042415-CVE-2026-31592-954a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31593",
"url": "https://lore.kernel.org/linux-cve-announce/2026042415-CVE-2026-31593-455f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31594",
"url": "https://lore.kernel.org/linux-cve-announce/2026042416-CVE-2026-31594-29aa@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31595",
"url": "https://lore.kernel.org/linux-cve-announce/2026042416-CVE-2026-31595-b754@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31596",
"url": "https://lore.kernel.org/linux-cve-announce/2026042416-CVE-2026-31596-0201@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31597",
"url": "https://lore.kernel.org/linux-cve-announce/2026042417-CVE-2026-31597-79cd@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31598",
"url": "https://lore.kernel.org/linux-cve-announce/2026042417-CVE-2026-31598-6408@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31599",
"url": "https://lore.kernel.org/linux-cve-announce/2026042418-CVE-2026-31599-b2c6@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31600",
"url": "https://lore.kernel.org/linux-cve-announce/2026042418-CVE-2026-31600-3260@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31601",
"url": "https://lore.kernel.org/linux-cve-announce/2026042418-CVE-2026-31601-1cb0@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31602",
"url": "https://lore.kernel.org/linux-cve-announce/2026042419-CVE-2026-31602-39fc@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31603",
"url": "https://lore.kernel.org/linux-cve-announce/2026042419-CVE-2026-31603-bfce@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31604",
"url": "https://lore.kernel.org/linux-cve-announce/2026042419-CVE-2026-31604-cd65@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31605",
"url": "https://lore.kernel.org/linux-cve-announce/2026042420-CVE-2026-31605-f29f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31606",
"url": "https://lore.kernel.org/linux-cve-announce/2026042420-CVE-2026-31606-baa6@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31607",
"url": "https://lore.kernel.org/linux-cve-announce/2026042420-CVE-2026-31607-7bac@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31608",
"url": "https://lore.kernel.org/linux-cve-announce/2026042421-CVE-2026-31608-1786@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31609",
"url": "https://lore.kernel.org/linux-cve-announce/2026042421-CVE-2026-31609-fc3f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31610",
"url": "https://lore.kernel.org/linux-cve-announce/2026042421-CVE-2026-31610-40ea@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31611",
"url": "https://lore.kernel.org/linux-cve-announce/2026042422-CVE-2026-31611-6396@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31612",
"url": "https://lore.kernel.org/linux-cve-announce/2026042422-CVE-2026-31612-24a7@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31613",
"url": "https://lore.kernel.org/linux-cve-announce/2026042422-CVE-2026-31613-b061@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31614",
"url": "https://lore.kernel.org/linux-cve-announce/2026042423-CVE-2026-31614-4bf1@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31615",
"url": "https://lore.kernel.org/linux-cve-announce/2026042423-CVE-2026-31615-f19f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31616",
"url": "https://lore.kernel.org/linux-cve-announce/2026042423-CVE-2026-31616-ace5@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31617",
"url": "https://lore.kernel.org/linux-cve-announce/2026042424-CVE-2026-31617-6e1b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31618",
"url": "https://lore.kernel.org/linux-cve-announce/2026042424-CVE-2026-31618-baf8@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31619",
"url": "https://lore.kernel.org/linux-cve-announce/2026042424-CVE-2026-31619-4a8c@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31620",
"url": "https://lore.kernel.org/linux-cve-announce/2026042425-CVE-2026-31620-8a5a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31621",
"url": "https://lore.kernel.org/linux-cve-announce/2026042425-CVE-2026-31621-0c38@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31622",
"url": "https://lore.kernel.org/linux-cve-announce/2026042426-CVE-2026-31622-dc00@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31623",
"url": "https://lore.kernel.org/linux-cve-announce/2026042426-CVE-2026-31623-64d8@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31624",
"url": "https://lore.kernel.org/linux-cve-announce/2026042426-CVE-2026-31624-e19a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31625",
"url": "https://lore.kernel.org/linux-cve-announce/2026042427-CVE-2026-31625-71c1@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31626",
"url": "https://lore.kernel.org/linux-cve-announce/2026042427-CVE-2026-31626-2085@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31627",
"url": "https://lore.kernel.org/linux-cve-announce/2026042427-CVE-2026-31627-bd9b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31628",
"url": "https://lore.kernel.org/linux-cve-announce/2026042428-CVE-2026-31628-8187@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31629",
"url": "https://lore.kernel.org/linux-cve-announce/2026042428-CVE-2026-31629-84ab@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31630",
"url": "https://lore.kernel.org/linux-cve-announce/2026042453-CVE-2026-31630-4218@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31631",
"url": "https://lore.kernel.org/linux-cve-announce/2026042453-CVE-2026-31631-ac3f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31632",
"url": "https://lore.kernel.org/linux-cve-announce/2026042454-CVE-2026-31632-4da1@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31633",
"url": "https://lore.kernel.org/linux-cve-announce/2026042454-CVE-2026-31633-8b07@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31634",
"url": "https://lore.kernel.org/linux-cve-announce/2026042454-CVE-2026-31634-35fc@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31635",
"url": "https://lore.kernel.org/linux-cve-announce/2026042455-CVE-2026-31635-73bd@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31636",
"url": "https://lore.kernel.org/linux-cve-announce/2026042455-CVE-2026-31636-2951@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31637",
"url": "https://lore.kernel.org/linux-cve-announce/2026042455-CVE-2026-31637-0433@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31638",
"url": "https://lore.kernel.org/linux-cve-announce/2026042456-CVE-2026-31638-e40c@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31639",
"url": "https://lore.kernel.org/linux-cve-announce/2026042456-CVE-2026-31639-ef94@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31640",
"url": "https://lore.kernel.org/linux-cve-announce/2026042456-CVE-2026-31640-3477@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31641",
"url": "https://lore.kernel.org/linux-cve-announce/2026042457-CVE-2026-31641-2dee@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31642",
"url": "https://lore.kernel.org/linux-cve-announce/2026042457-CVE-2026-31642-b2f3@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31643",
"url": "https://lore.kernel.org/linux-cve-announce/2026042457-CVE-2026-31643-54c3@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31644",
"url": "https://lore.kernel.org/linux-cve-announce/2026042458-CVE-2026-31644-34ba@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31645",
"url": "https://lore.kernel.org/linux-cve-announce/2026042458-CVE-2026-31645-812d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31646",
"url": "https://lore.kernel.org/linux-cve-announce/2026042458-CVE-2026-31646-0187@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31647",
"url": "https://lore.kernel.org/linux-cve-announce/2026042459-CVE-2026-31647-3188@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31648",
"url": "https://lore.kernel.org/linux-cve-announce/2026042459-CVE-2026-31648-f2de@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31649",
"url": "https://lore.kernel.org/linux-cve-announce/2026042459-CVE-2026-31649-b45c@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31650",
"url": "https://lore.kernel.org/linux-cve-announce/2026042400-CVE-2026-31650-fb3f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31651",
"url": "https://lore.kernel.org/linux-cve-announce/2026042400-CVE-2026-31651-6fe7@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31652",
"url": "https://lore.kernel.org/linux-cve-announce/2026042400-CVE-2026-31652-e967@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31653",
"url": "https://lore.kernel.org/linux-cve-announce/2026042401-CVE-2026-31653-cb56@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31654",
"url": "https://lore.kernel.org/linux-cve-announce/2026042401-CVE-2026-31654-d30c@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31655",
"url": "https://lore.kernel.org/linux-cve-announce/2026042401-CVE-2026-31655-17ab@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31656",
"url": "https://lore.kernel.org/linux-cve-announce/2026042402-CVE-2026-31656-050b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31657",
"url": "https://lore.kernel.org/linux-cve-announce/2026042402-CVE-2026-31657-fbab@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31658",
"url": "https://lore.kernel.org/linux-cve-announce/2026042402-CVE-2026-31658-a6d5@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31659",
"url": "https://lore.kernel.org/linux-cve-announce/2026042403-CVE-2026-31659-58eb@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31660",
"url": "https://lore.kernel.org/linux-cve-announce/2026042403-CVE-2026-31660-9293@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31661",
"url": "https://lore.kernel.org/linux-cve-announce/2026042404-CVE-2026-31661-16ae@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31662",
"url": "https://lore.kernel.org/linux-cve-announce/2026042404-CVE-2026-31662-3728@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31663",
"url": "https://lore.kernel.org/linux-cve-announce/2026042404-CVE-2026-31663-164c@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31664",
"url": "https://lore.kernel.org/linux-cve-announce/2026042405-CVE-2026-31664-d315@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31665",
"url": "https://lore.kernel.org/linux-cve-announce/2026042405-CVE-2026-31665-f586@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31666",
"url": "https://lore.kernel.org/linux-cve-announce/2026042405-CVE-2026-31666-f817@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31667",
"url": "https://lore.kernel.org/linux-cve-announce/2026042406-CVE-2026-31667-a1a7@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31668",
"url": "https://lore.kernel.org/linux-cve-announce/2026042406-CVE-2026-31668-50e7@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31669",
"url": "https://lore.kernel.org/linux-cve-announce/2026042406-CVE-2026-31669-0e0d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31670",
"url": "https://lore.kernel.org/linux-cve-announce/2026042407-CVE-2026-31670-d54c@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31671",
"url": "https://lore.kernel.org/linux-cve-announce/2026042407-CVE-2026-31671-c4b9@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31672",
"url": "https://lore.kernel.org/linux-cve-announce/2026042407-CVE-2026-31672-e116@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31673",
"url": "https://lore.kernel.org/linux-cve-announce/2026042539-CVE-2026-31673-b5f6@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31674",
"url": "https://lore.kernel.org/linux-cve-announce/2026042543-CVE-2026-31674-7e8a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31675",
"url": "https://lore.kernel.org/linux-cve-announce/2026042543-CVE-2026-31675-e5da@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31676",
"url": "https://lore.kernel.org/linux-cve-announce/2026042543-CVE-2026-31676-ff79@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31677",
"url": "https://lore.kernel.org/linux-cve-announce/2026042544-CVE-2026-31677-1a29@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31678",
"url": "https://lore.kernel.org/linux-cve-announce/2026042544-CVE-2026-31678-79f5@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31679",
"url": "https://lore.kernel.org/linux-cve-announce/2026042544-CVE-2026-31679-7f32@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31680",
"url": "https://lore.kernel.org/linux-cve-announce/2026042544-CVE-2026-31680-7624@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31681",
"url": "https://lore.kernel.org/linux-cve-announce/2026042545-CVE-2026-31681-3c5b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31682",
"url": "https://lore.kernel.org/linux-cve-announce/2026042545-CVE-2026-31682-fe50@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31683",
"url": "https://lore.kernel.org/linux-cve-announce/2026042545-CVE-2026-31683-b833@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31684",
"url": "https://lore.kernel.org/linux-cve-announce/2026042545-CVE-2026-31684-6974@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31685",
"url": "https://lore.kernel.org/linux-cve-announce/2026042545-CVE-2026-31685-3fcc@gregkh/"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-6243 vom 2026-05-04",
"url": "https://lists.debian.org/debian-security-announce/2026/msg00154.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-6238 vom 2026-05-04",
"url": "https://lists.debian.org/debian-security-announce/2026/msg00148.html"
},
{
"category": "external",
"summary": "Container-Optimized OS release notes vom 2026-05-02",
"url": "https://docs.cloud.google.com/container-optimized-os/docs/release-notes#May_01_2026"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-4561 vom 2026-05-02",
"url": "https://lists.debian.org/debian-lts-announce/2026/05/msg00005.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-13566 vom 2026-05-06",
"url": "https://linux.oracle.com/errata/ELSA-2026-13566.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-13565 vom 2026-05-07",
"url": "http://linux.oracle.com/errata/ELSA-2026-13565.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-13577 vom 2026-05-07",
"url": "http://linux.oracle.com/errata/ELSA-2026-13577.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-50261 vom 2026-05-12",
"url": "https://linux.oracle.com/errata/ELSA-2026-50261.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-50262 vom 2026-05-12",
"url": "https://linux.oracle.com/errata/ELSA-2026-50262.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:19225 vom 2026-05-20",
"url": "https://access.redhat.com/errata/RHSA-2026:19225"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:19074 vom 2026-05-20",
"url": "https://access.redhat.com/errata/RHSA-2026:19074"
},
{
"category": "external",
"summary": "DirtyDecrypt PoC CVE-2026-31635 vom 2026-05-19",
"url": "https://github.com/0xBlackash/CVE-2026-31635"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:19569 vom 2026-05-20",
"url": "https://access.redhat.com/errata/RHSA-2026:19569"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:19568 vom 2026-05-21",
"url": "https://access.redhat.com/errata/RHSA-2026:19568"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-50280 vom 2026-05-22",
"url": "https://oss.oracle.com/pipermail/el-errata/2026-May/020528.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-50281 vom 2026-05-22",
"url": "https://linux.oracle.com/errata/ELSA-2026-50281.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2068-1 vom 2026-05-26",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/026278.html"
},
{
"category": "external",
"summary": "Container-Optimized OS release notes vom 2026-05-26",
"url": "https://docs.cloud.google.com/container-optimized-os/docs/release-notes#May_01_2026"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:21557 vom 2026-05-28",
"url": "https://access.redhat.com/errata/RHSA-2026:21557"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:21706 vom 2026-05-28",
"url": "https://access.redhat.com/errata/RHSA-2026:21706"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:21556 vom 2026-05-28",
"url": "https://access.redhat.com/errata/RHSA-2026:21556"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:21745 vom 2026-05-28",
"url": "https://access.redhat.com/errata/RHSA-2026:21745"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2111-1 vom 2026-05-30",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/026397.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-4606 vom 2026-05-29",
"url": "https://lists.debian.org/debian-lts-announce/2026/05/msg00051.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:21745 vom 2026-05-31",
"url": "https://errata.build.resf.org/RLSA-2026:21745"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:21706 vom 2026-05-31",
"url": "https://errata.build.resf.org/RLSA-2026:21706"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:21556 vom 2026-05-30",
"url": "https://errata.build.resf.org/RLSA-2026:21556"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21841-1 vom 2026-05-29",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/026384.html"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2026:20826-1 vom 2026-05-29",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/7D6UU5UPSRF74AUKK2CVVWC3NKU2VIUP/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21834-1 vom 2026-05-29",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/026381.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-21706 vom 2026-05-29",
"url": "https://linux.oracle.com/errata/ELSA-2026-21706.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21845-1 vom 2026-06-01",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026437.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2195-1 vom 2026-06-01",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026416.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2202-1 vom 2026-06-01",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026424.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21860-1 vom 2026-06-01",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026426.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2217-1 vom 2026-06-02",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026441.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21877-1 vom 2026-06-02",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026514.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21876-1 vom 2026-06-02",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026515.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21916-1 vom 2026-06-02",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026478.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21866-1 vom 2026-06-02",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026524.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21919-1 vom 2026-06-02",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026475.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8371-1 vom 2026-06-02",
"url": "https://ubuntu.com/security/notices/USN-8371-1"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21947-1 vom 2026-06-02",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026447.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2216-1 vom 2026-06-02",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026444.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8373-1 vom 2026-06-02",
"url": "https://ubuntu.com/security/notices/USN-8373-1"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2215-1 vom 2026-06-02",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026445.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21868-1 vom 2026-06-02",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026522.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8374-1 vom 2026-06-02",
"url": "https://ubuntu.com/security/notices/USN-8374-1"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2238-1 vom 2026-06-03",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026559.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-50293 vom 2026-06-04",
"url": "http://linux.oracle.com/errata/ELSA-2026-50293.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:23237 vom 2026-06-04",
"url": "https://access.redhat.com/errata/RHSA-2026:23237"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:23224 vom 2026-06-04",
"url": "https://access.redhat.com/errata/RHSA-2026:23224"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-50299 vom 2026-06-04",
"url": "http://linux.oracle.com/errata/ELSA-2026-50299.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:21557 vom 2026-06-04",
"url": "https://errata.build.resf.org/RLSA-2026:21557"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-50294 vom 2026-06-04",
"url": "http://linux.oracle.com/errata/ELSA-2026-50294.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:23329 vom 2026-06-04",
"url": "https://access.redhat.com/errata/RHSA-2026:23329"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-23258 vom 2026-06-06",
"url": "https://linux.oracle.com/errata/ELSA-2026-23258.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:24343 vom 2026-06-08",
"url": "https://access.redhat.com/errata/RHSA-2026:24343"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:24381 vom 2026-06-08",
"url": "https://access.redhat.com/errata/RHSA-2026:24381"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2026:20912-1 vom 2026-06-08",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/FZM3URQQWLAAXA44ZXVWIGRPJ3OVLFFC/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:22043-1 vom 2026-06-09",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026665.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-50306 vom 2026-06-09",
"url": "https://linux.oracle.com/errata/ELSA-2026-50306.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:22048-1 vom 2026-06-09",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026660.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2310-1 vom 2026-06-09",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026651.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2317-1 vom 2026-06-10",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026672.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:25191 vom 2026-06-11",
"url": "https://access.redhat.com/errata/RHSA-2026:25191"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2331-1 vom 2026-06-10",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026686.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2332-1 vom 2026-06-10",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026685.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:25217 vom 2026-06-11",
"url": "https://access.redhat.com/errata/RHSA-2026:25217"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:25121 vom 2026-06-10",
"url": "https://access.redhat.com/errata/RHSA-2026:25121"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:25095 vom 2026-06-10",
"url": "https://access.redhat.com/errata/RHSA-2026:25095"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:25120 vom 2026-06-10",
"url": "https://access.redhat.com/errata/RHSA-2026:25120"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:25120 vom 2026-06-12",
"url": "https://errata.build.resf.org/RLSA-2026:25120"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:25217 vom 2026-06-13",
"url": "https://errata.build.resf.org/RLSA-2026:25217"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:25533 vom 2026-06-13",
"url": "https://access.redhat.com/errata/RHSA-2026:25533"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:25191 vom 2026-06-13",
"url": "https://errata.build.resf.org/RLSA-2026:25191"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:25121 vom 2026-06-12",
"url": "https://errata.build.resf.org/RLSA-2026:25121"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2383-1 vom 2026-06-12",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026723.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:22076-1 vom 2026-06-15",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026754.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:22087-1 vom 2026-06-15",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026746.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RXSA-2026:25217 vom 2026-06-15",
"url": "https://errata.build.resf.org/RXSA-2026:25217"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-50318 vom 2026-06-16",
"url": "https://linux.oracle.com/errata/ELSA-2026-50318.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-25121 vom 2026-06-16",
"url": "https://linux.oracle.com/errata/ELSA-2026-25121.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:22112-1 vom 2026-06-16",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026783.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:26428 vom 2026-06-16",
"url": "https://access.redhat.com/errata/RHSA-2026:26428"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:26462 vom 2026-06-17",
"url": "https://access.redhat.com/errata/RHSA-2026:26462"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:22108-1 vom 2026-06-16",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026784.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:22117-1 vom 2026-06-16",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026781.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:22127-1 vom 2026-06-16",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026776.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:22099-1 vom 2026-06-16",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026791.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:22100-1 vom 2026-06-16",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026790.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2421-1 vom 2026-06-16",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026795.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:26515 vom 2026-06-17",
"url": "https://access.redhat.com/errata/RHSA-2026:26515"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:26535 vom 2026-06-17",
"url": "https://access.redhat.com/errata/RHSA-2026:26535"
}
],
"source_lang": "en-US",
"title": "Linux Kernel: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-06-16T22:00:00.000+00:00",
"generator": {
"date": "2026-06-17T10:00:20.013+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.6.0"
}
},
"id": "WID-SEC-W-2026-1279",
"initial_release_date": "2026-04-26T22:00:00.000+00:00",
"revision_history": [
{
"date": "2026-04-26T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2026-05-03T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2026-05-05T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2026-05-06T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2026-05-12T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2026-05-19T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von Red Hat und PoC f\u00fcr CVE-2026-31635 \"DirtyDecrypt\" aufgenommen"
},
{
"date": "2026-05-20T22:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-05-21T22:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2026-05-25T22:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2026-05-26T22:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-05-27T22:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-05-28T22:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-05-31T22:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von SUSE, Debian, Rocky Enterprise Software Foundation, openSUSE und Oracle Linux aufgenommen"
},
{
"date": "2026-06-01T22:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-06-02T22:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von SUSE und Ubuntu aufgenommen"
},
{
"date": "2026-06-04T22:00:00.000+00:00",
"number": "16",
"summary": "Neue Updates von SUSE, Oracle Linux, Red Hat und Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2026-06-07T22:00:00.000+00:00",
"number": "17",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2026-06-08T22:00:00.000+00:00",
"number": "18",
"summary": "Neue Updates von Red Hat und openSUSE aufgenommen"
},
{
"date": "2026-06-09T22:00:00.000+00:00",
"number": "19",
"summary": "Neue Updates von SUSE und Oracle Linux aufgenommen"
},
{
"date": "2026-06-10T22:00:00.000+00:00",
"number": "20",
"summary": "Neue Updates von Red Hat und SUSE aufgenommen"
},
{
"date": "2026-06-14T22:00:00.000+00:00",
"number": "21",
"summary": "Neue Updates von Rocky Enterprise Software Foundation, Red Hat und SUSE aufgenommen"
},
{
"date": "2026-06-15T22:00:00.000+00:00",
"number": "22",
"summary": "Neue Updates von Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2026-06-16T22:00:00.000+00:00",
"number": "23",
"summary": "Neue Updates von SUSE und Red Hat aufgenommen"
}
],
"status": "final",
"version": "23"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Debian Linux",
"product": {
"name": "Debian Linux",
"product_id": "2951",
"product_identification_helper": {
"cpe": "cpe:/o:debian:debian_linux:-"
}
}
}
],
"category": "vendor",
"name": "Debian"
},
{
"branches": [
{
"category": "product_name",
"name": "Google Container-Optimized OS",
"product": {
"name": "Google Container-Optimized OS",
"product_id": "1607324",
"product_identification_helper": {
"cpe": "cpe:/o:google:container-optimized_os:-"
}
}
}
],
"category": "vendor",
"name": "Google"
},
{
"branches": [
{
"category": "product_name",
"name": "Open Source Linux Kernel",
"product": {
"name": "Open Source Linux Kernel",
"product_id": "T053351",
"product_identification_helper": {
"cpe": "cpe:/o:linux:linux_kernel:-"
}
}
}
],
"category": "vendor",
"name": "Open Source"
},
{
"branches": [
{
"category": "product_name",
"name": "Oracle Linux",
"product": {
"name": "Oracle Linux",
"product_id": "T004914",
"product_identification_helper": {
"cpe": "cpe:/o:oracle:linux:-"
}
}
}
],
"category": "vendor",
"name": "Oracle"
},
{
"branches": [
{
"category": "product_name",
"name": "RESF Rocky Linux",
"product": {
"name": "RESF Rocky Linux",
"product_id": "T032255",
"product_identification_helper": {
"cpe": "cpe:/o:resf:rocky_linux:-"
}
}
}
],
"category": "vendor",
"name": "RESF"
},
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
}
],
"category": "vendor",
"name": "Red Hat"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
},
{
"category": "product_name",
"name": "SUSE openSUSE",
"product": {
"name": "SUSE openSUSE",
"product_id": "T027843",
"product_identification_helper": {
"cpe": "cpe:/o:suse:opensuse:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
},
{
"branches": [
{
"category": "product_name",
"name": "Ubuntu Linux",
"product": {
"name": "Ubuntu Linux",
"product_id": "T000126",
"product_identification_helper": {
"cpe": "cpe:/o:canonical:ubuntu_linux:-"
}
}
}
],
"category": "vendor",
"name": "Ubuntu"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-31535",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31535"
},
{
"cve": "CVE-2026-31536",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31536"
},
{
"cve": "CVE-2026-31537",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31537"
},
{
"cve": "CVE-2026-31538",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31538"
},
{
"cve": "CVE-2026-31539",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31539"
},
{
"cve": "CVE-2026-31540",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31540"
},
{
"cve": "CVE-2026-31541",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31541"
},
{
"cve": "CVE-2026-31542",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31542"
},
{
"cve": "CVE-2026-31543",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31543"
},
{
"cve": "CVE-2026-31544",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31544"
},
{
"cve": "CVE-2026-31545",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31545"
},
{
"cve": "CVE-2026-31546",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31546"
},
{
"cve": "CVE-2026-31547",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31547"
},
{
"cve": "CVE-2026-31548",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31548"
},
{
"cve": "CVE-2026-31549",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31549"
},
{
"cve": "CVE-2026-31550",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31550"
},
{
"cve": "CVE-2026-31551",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31551"
},
{
"cve": "CVE-2026-31552",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31552"
},
{
"cve": "CVE-2026-31553",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31553"
},
{
"cve": "CVE-2026-31554",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31554"
},
{
"cve": "CVE-2026-31555",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31555"
},
{
"cve": "CVE-2026-31556",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31556"
},
{
"cve": "CVE-2026-31557",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31557"
},
{
"cve": "CVE-2026-31558",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31558"
},
{
"cve": "CVE-2026-31559",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31559"
},
{
"cve": "CVE-2026-31560",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31560"
},
{
"cve": "CVE-2026-31561",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31561"
},
{
"cve": "CVE-2026-31562",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31562"
},
{
"cve": "CVE-2026-31563",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31563"
},
{
"cve": "CVE-2026-31564",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31564"
},
{
"cve": "CVE-2026-31565",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31565"
},
{
"cve": "CVE-2026-31566",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31566"
},
{
"cve": "CVE-2026-31567",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31567"
},
{
"cve": "CVE-2026-31568",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31568"
},
{
"cve": "CVE-2026-31569",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31569"
},
{
"cve": "CVE-2026-31570",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31570"
},
{
"cve": "CVE-2026-31571",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31571"
},
{
"cve": "CVE-2026-31572",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31572"
},
{
"cve": "CVE-2026-31573",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31573"
},
{
"cve": "CVE-2026-31574",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31574"
},
{
"cve": "CVE-2026-31575",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31575"
},
{
"cve": "CVE-2026-31576",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31576"
},
{
"cve": "CVE-2026-31577",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31577"
},
{
"cve": "CVE-2026-31578",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31578"
},
{
"cve": "CVE-2026-31579",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31579"
},
{
"cve": "CVE-2026-31580",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31580"
},
{
"cve": "CVE-2026-31581",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31581"
},
{
"cve": "CVE-2026-31582",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31582"
},
{
"cve": "CVE-2026-31583",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31583"
},
{
"cve": "CVE-2026-31584",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31584"
},
{
"cve": "CVE-2026-31585",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31585"
},
{
"cve": "CVE-2026-31586",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31586"
},
{
"cve": "CVE-2026-31587",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31587"
},
{
"cve": "CVE-2026-31588",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31588"
},
{
"cve": "CVE-2026-31589",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31589"
},
{
"cve": "CVE-2026-31590",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31590"
},
{
"cve": "CVE-2026-31591",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31591"
},
{
"cve": "CVE-2026-31592",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31592"
},
{
"cve": "CVE-2026-31593",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31593"
},
{
"cve": "CVE-2026-31594",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31594"
},
{
"cve": "CVE-2026-31595",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31595"
},
{
"cve": "CVE-2026-31596",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31596"
},
{
"cve": "CVE-2026-31597",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31597"
},
{
"cve": "CVE-2026-31598",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31598"
},
{
"cve": "CVE-2026-31599",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31599"
},
{
"cve": "CVE-2026-31600",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31600"
},
{
"cve": "CVE-2026-31601",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31601"
},
{
"cve": "CVE-2026-31602",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31602"
},
{
"cve": "CVE-2026-31603",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31603"
},
{
"cve": "CVE-2026-31604",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31604"
},
{
"cve": "CVE-2026-31605",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31605"
},
{
"cve": "CVE-2026-31606",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31606"
},
{
"cve": "CVE-2026-31607",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31607"
},
{
"cve": "CVE-2026-31608",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31608"
},
{
"cve": "CVE-2026-31609",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31609"
},
{
"cve": "CVE-2026-31610",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31610"
},
{
"cve": "CVE-2026-31611",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31611"
},
{
"cve": "CVE-2026-31612",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31612"
},
{
"cve": "CVE-2026-31613",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31613"
},
{
"cve": "CVE-2026-31614",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31614"
},
{
"cve": "CVE-2026-31615",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31615"
},
{
"cve": "CVE-2026-31616",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31616"
},
{
"cve": "CVE-2026-31617",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31617"
},
{
"cve": "CVE-2026-31618",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31618"
},
{
"cve": "CVE-2026-31619",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31619"
},
{
"cve": "CVE-2026-31620",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31620"
},
{
"cve": "CVE-2026-31621",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31621"
},
{
"cve": "CVE-2026-31622",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31622"
},
{
"cve": "CVE-2026-31623",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31623"
},
{
"cve": "CVE-2026-31624",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31624"
},
{
"cve": "CVE-2026-31625",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31625"
},
{
"cve": "CVE-2026-31626",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31626"
},
{
"cve": "CVE-2026-31627",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31627"
},
{
"cve": "CVE-2026-31628",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31628"
},
{
"cve": "CVE-2026-31629",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31629"
},
{
"cve": "CVE-2026-31630",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31630"
},
{
"cve": "CVE-2026-31631",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31631"
},
{
"cve": "CVE-2026-31632",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31632"
},
{
"cve": "CVE-2026-31633",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31633"
},
{
"cve": "CVE-2026-31634",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31634"
},
{
"cve": "CVE-2026-31635",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31635"
},
{
"cve": "CVE-2026-31636",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31636"
},
{
"cve": "CVE-2026-31637",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31637"
},
{
"cve": "CVE-2026-31638",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31638"
},
{
"cve": "CVE-2026-31639",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31639"
},
{
"cve": "CVE-2026-31640",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31640"
},
{
"cve": "CVE-2026-31641",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31641"
},
{
"cve": "CVE-2026-31642",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31642"
},
{
"cve": "CVE-2026-31643",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31643"
},
{
"cve": "CVE-2026-31644",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31644"
},
{
"cve": "CVE-2026-31645",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31645"
},
{
"cve": "CVE-2026-31646",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31646"
},
{
"cve": "CVE-2026-31647",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31647"
},
{
"cve": "CVE-2026-31648",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31648"
},
{
"cve": "CVE-2026-31649",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31649"
},
{
"cve": "CVE-2026-31650",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31650"
},
{
"cve": "CVE-2026-31651",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31651"
},
{
"cve": "CVE-2026-31652",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31652"
},
{
"cve": "CVE-2026-31653",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31653"
},
{
"cve": "CVE-2026-31654",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31654"
},
{
"cve": "CVE-2026-31655",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31655"
},
{
"cve": "CVE-2026-31656",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31656"
},
{
"cve": "CVE-2026-31657",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31657"
},
{
"cve": "CVE-2026-31658",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31658"
},
{
"cve": "CVE-2026-31659",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31659"
},
{
"cve": "CVE-2026-31660",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31660"
},
{
"cve": "CVE-2026-31661",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31661"
},
{
"cve": "CVE-2026-31662",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31662"
},
{
"cve": "CVE-2026-31663",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31663"
},
{
"cve": "CVE-2026-31664",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31664"
},
{
"cve": "CVE-2026-31665",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31665"
},
{
"cve": "CVE-2026-31666",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31666"
},
{
"cve": "CVE-2026-31667",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31667"
},
{
"cve": "CVE-2026-31668",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31668"
},
{
"cve": "CVE-2026-31669",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31669"
},
{
"cve": "CVE-2026-31670",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31670"
},
{
"cve": "CVE-2026-31671",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31671"
},
{
"cve": "CVE-2026-31672",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31672"
},
{
"cve": "CVE-2026-31673",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31673"
},
{
"cve": "CVE-2026-31674",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31674"
},
{
"cve": "CVE-2026-31675",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31675"
},
{
"cve": "CVE-2026-31676",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31676"
},
{
"cve": "CVE-2026-31677",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31677"
},
{
"cve": "CVE-2026-31678",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31678"
},
{
"cve": "CVE-2026-31679",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31679"
},
{
"cve": "CVE-2026-31680",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31680"
},
{
"cve": "CVE-2026-31681",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31681"
},
{
"cve": "CVE-2026-31682",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31682"
},
{
"cve": "CVE-2026-31683",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31683"
},
{
"cve": "CVE-2026-31684",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31684"
},
{
"cve": "CVE-2026-31685",
"product_status": {
"known_affected": [
"T053351",
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2026-04-26T22:00:00.000+00:00",
"title": "CVE-2026-31685"
}
]
}
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.