Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2023-53186 (GCVE-0-2023-53186)
Vulnerability from cvelistv5
{ "containers": { "cna": { "affected": [ { "defaultStatus": "unaffected", "product": "Linux", "programFiles": [ "net/core/skbuff.c" ], "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git", "vendor": "Linux", "versions": [ { "lessThan": "906a6689bb0191ad2a44131a3377006aa098af59", "status": "affected", "version": "53e0961da1c7bbdabd1abebb20de403ec237ec09", "versionType": "git" }, { "lessThan": "71850b5af92da21b4862a9bc55bda61091247d00", "status": "affected", "version": "53e0961da1c7bbdabd1abebb20de403ec237ec09", "versionType": "git" }, { "lessThan": "5f692c992a3bb9a8018e3488098b401a4229e7ec", "status": "affected", "version": "53e0961da1c7bbdabd1abebb20de403ec237ec09", "versionType": "git" }, { "lessThan": "0646dc31ca886693274df5749cd0c8c1eaaeb5ca", "status": "affected", "version": "53e0961da1c7bbdabd1abebb20de403ec237ec09", "versionType": "git" } ] }, { "defaultStatus": "affected", "product": "Linux", "programFiles": [ "net/core/skbuff.c" ], "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git", "vendor": "Linux", "versions": [ { "status": "affected", "version": "5.15" }, { "lessThan": "5.15", "status": "unaffected", "version": "0", "versionType": "semver" }, { "lessThanOrEqual": "5.15.*", "status": "unaffected", "version": "5.15.108", "versionType": "semver" }, { "lessThanOrEqual": "6.1.*", "status": "unaffected", "version": "6.1.25", "versionType": "semver" }, { "lessThanOrEqual": "6.2.*", "status": "unaffected", "version": "6.2.12", "versionType": "semver" }, { "lessThanOrEqual": "*", "status": "unaffected", "version": "6.3", "versionType": "original_commit_for_fix" } ] } ], "cpeApplicability": [ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "versionEndExcluding": "5.15.108", "versionStartIncluding": "5.15", "vulnerable": true }, { "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "versionEndExcluding": "6.1.25", "versionStartIncluding": "5.15", "vulnerable": true }, { "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "versionEndExcluding": "6.2.12", "versionStartIncluding": "5.15", "vulnerable": true }, { "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "versionEndExcluding": "6.3", "versionStartIncluding": "5.15", "vulnerable": true } ], "negate": false, "operator": "OR" } ] } ], "descriptions": [ { "lang": "en", "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nskbuff: Fix a race between coalescing and releasing SKBs\n\nCommit 1effe8ca4e34 (\"skbuff: fix coalescing for page_pool fragment\nrecycling\") allowed coalescing to proceed with non page pool page and page\npool page when @from is cloned, i.e.\n\nto-\u003epp_recycle --\u003e false\nfrom-\u003epp_recycle --\u003e true\nskb_cloned(from) --\u003e true\n\nHowever, it actually requires skb_cloned(@from) to hold true until\ncoalescing finishes in this situation. If the other cloned SKB is\nreleased while the merging is in process, from_shinfo-\u003enr_frags will be\nset to 0 toward the end of the function, causing the increment of frag\npage _refcount to be unexpectedly skipped resulting in inconsistent\nreference counts. Later when SKB(@to) is released, it frees the page\ndirectly even though the page pool page is still in use, leading to\nuse-after-free or double-free errors. So it should be prohibited.\n\nThe double-free error message below prompted us to investigate:\nBUG: Bad page state in process swapper/1 pfn:0e0d1\npage:00000000c6548b28 refcount:-1 mapcount:0 mapping:0000000000000000\nindex:0x2 pfn:0xe0d1\nflags: 0xfffffc0000000(node=0|zone=1|lastcpupid=0x1fffff)\nraw: 000fffffc0000000 0000000000000000 ffffffff00000101 0000000000000000\nraw: 0000000000000002 0000000000000000 ffffffffffffffff 0000000000000000\npage dumped because: nonzero _refcount\n\nCPU: 1 PID: 0 Comm: swapper/1 Tainted: G E 6.2.0+\nCall Trace:\n \u003cIRQ\u003e\ndump_stack_lvl+0x32/0x50\nbad_page+0x69/0xf0\nfree_pcp_prepare+0x260/0x2f0\nfree_unref_page+0x20/0x1c0\nskb_release_data+0x10b/0x1a0\nnapi_consume_skb+0x56/0x150\nnet_rx_action+0xf0/0x350\n? __napi_schedule+0x79/0x90\n__do_softirq+0xc8/0x2b1\n__irq_exit_rcu+0xb9/0xf0\ncommon_interrupt+0x82/0xa0\n\u003c/IRQ\u003e\n\u003cTASK\u003e\nasm_common_interrupt+0x22/0x40\nRIP: 0010:default_idle+0xb/0x20" } ], "providerMetadata": { "dateUpdated": "2025-09-15T14:04:38.954Z", "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67", "shortName": "Linux" }, "references": [ { "url": "https://git.kernel.org/stable/c/906a6689bb0191ad2a44131a3377006aa098af59" }, { "url": "https://git.kernel.org/stable/c/71850b5af92da21b4862a9bc55bda61091247d00" }, { "url": "https://git.kernel.org/stable/c/5f692c992a3bb9a8018e3488098b401a4229e7ec" }, { "url": "https://git.kernel.org/stable/c/0646dc31ca886693274df5749cd0c8c1eaaeb5ca" } ], "title": "skbuff: Fix a race between coalescing and releasing SKBs", "x_generator": { "engine": "bippy-1.2.0" } } }, "cveMetadata": { "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67", "assignerShortName": "Linux", "cveId": "CVE-2023-53186", "datePublished": "2025-09-15T14:04:38.954Z", "dateReserved": "2025-09-15T13:59:19.066Z", "dateUpdated": "2025-09-15T14:04:38.954Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "vulnerability-lookup:meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2023-53186\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2025-09-15T14:15:40.783\",\"lastModified\":\"2025-09-15T15:22:27.090\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nskbuff: Fix a race between coalescing and releasing SKBs\\n\\nCommit 1effe8ca4e34 (\\\"skbuff: fix coalescing for page_pool fragment\\nrecycling\\\") allowed coalescing to proceed with non page pool page and page\\npool page when @from is cloned, i.e.\\n\\nto-\u003epp_recycle --\u003e false\\nfrom-\u003epp_recycle --\u003e true\\nskb_cloned(from) --\u003e true\\n\\nHowever, it actually requires skb_cloned(@from) to hold true until\\ncoalescing finishes in this situation. If the other cloned SKB is\\nreleased while the merging is in process, from_shinfo-\u003enr_frags will be\\nset to 0 toward the end of the function, causing the increment of frag\\npage _refcount to be unexpectedly skipped resulting in inconsistent\\nreference counts. Later when SKB(@to) is released, it frees the page\\ndirectly even though the page pool page is still in use, leading to\\nuse-after-free or double-free errors. So it should be prohibited.\\n\\nThe double-free error message below prompted us to investigate:\\nBUG: Bad page state in process swapper/1 pfn:0e0d1\\npage:00000000c6548b28 refcount:-1 mapcount:0 mapping:0000000000000000\\nindex:0x2 pfn:0xe0d1\\nflags: 0xfffffc0000000(node=0|zone=1|lastcpupid=0x1fffff)\\nraw: 000fffffc0000000 0000000000000000 ffffffff00000101 0000000000000000\\nraw: 0000000000000002 0000000000000000 ffffffffffffffff 0000000000000000\\npage dumped because: nonzero _refcount\\n\\nCPU: 1 PID: 0 Comm: swapper/1 Tainted: G E 6.2.0+\\nCall Trace:\\n \u003cIRQ\u003e\\ndump_stack_lvl+0x32/0x50\\nbad_page+0x69/0xf0\\nfree_pcp_prepare+0x260/0x2f0\\nfree_unref_page+0x20/0x1c0\\nskb_release_data+0x10b/0x1a0\\nnapi_consume_skb+0x56/0x150\\nnet_rx_action+0xf0/0x350\\n? __napi_schedule+0x79/0x90\\n__do_softirq+0xc8/0x2b1\\n__irq_exit_rcu+0xb9/0xf0\\ncommon_interrupt+0x82/0xa0\\n\u003c/IRQ\u003e\\n\u003cTASK\u003e\\nasm_common_interrupt+0x22/0x40\\nRIP: 0010:default_idle+0xb/0x20\"}],\"metrics\":{},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/0646dc31ca886693274df5749cd0c8c1eaaeb5ca\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/5f692c992a3bb9a8018e3488098b401a4229e7ec\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/71850b5af92da21b4862a9bc55bda61091247d00\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/906a6689bb0191ad2a44131a3377006aa098af59\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}" } }
fkie_cve-2023-53186
Vulnerability from fkie_nvd
Vendor | Product | Version |
---|
{ "cveTags": [], "descriptions": [ { "lang": "en", "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nskbuff: Fix a race between coalescing and releasing SKBs\n\nCommit 1effe8ca4e34 (\"skbuff: fix coalescing for page_pool fragment\nrecycling\") allowed coalescing to proceed with non page pool page and page\npool page when @from is cloned, i.e.\n\nto-\u003epp_recycle --\u003e false\nfrom-\u003epp_recycle --\u003e true\nskb_cloned(from) --\u003e true\n\nHowever, it actually requires skb_cloned(@from) to hold true until\ncoalescing finishes in this situation. If the other cloned SKB is\nreleased while the merging is in process, from_shinfo-\u003enr_frags will be\nset to 0 toward the end of the function, causing the increment of frag\npage _refcount to be unexpectedly skipped resulting in inconsistent\nreference counts. Later when SKB(@to) is released, it frees the page\ndirectly even though the page pool page is still in use, leading to\nuse-after-free or double-free errors. So it should be prohibited.\n\nThe double-free error message below prompted us to investigate:\nBUG: Bad page state in process swapper/1 pfn:0e0d1\npage:00000000c6548b28 refcount:-1 mapcount:0 mapping:0000000000000000\nindex:0x2 pfn:0xe0d1\nflags: 0xfffffc0000000(node=0|zone=1|lastcpupid=0x1fffff)\nraw: 000fffffc0000000 0000000000000000 ffffffff00000101 0000000000000000\nraw: 0000000000000002 0000000000000000 ffffffffffffffff 0000000000000000\npage dumped because: nonzero _refcount\n\nCPU: 1 PID: 0 Comm: swapper/1 Tainted: G E 6.2.0+\nCall Trace:\n \u003cIRQ\u003e\ndump_stack_lvl+0x32/0x50\nbad_page+0x69/0xf0\nfree_pcp_prepare+0x260/0x2f0\nfree_unref_page+0x20/0x1c0\nskb_release_data+0x10b/0x1a0\nnapi_consume_skb+0x56/0x150\nnet_rx_action+0xf0/0x350\n? __napi_schedule+0x79/0x90\n__do_softirq+0xc8/0x2b1\n__irq_exit_rcu+0xb9/0xf0\ncommon_interrupt+0x82/0xa0\n\u003c/IRQ\u003e\n\u003cTASK\u003e\nasm_common_interrupt+0x22/0x40\nRIP: 0010:default_idle+0xb/0x20" } ], "id": "CVE-2023-53186", "lastModified": "2025-09-15T15:22:27.090", "metrics": {}, "published": "2025-09-15T14:15:40.783", "references": [ { "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67", "url": "https://git.kernel.org/stable/c/0646dc31ca886693274df5749cd0c8c1eaaeb5ca" }, { "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67", "url": "https://git.kernel.org/stable/c/5f692c992a3bb9a8018e3488098b401a4229e7ec" }, { "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67", "url": "https://git.kernel.org/stable/c/71850b5af92da21b4862a9bc55bda61091247d00" }, { "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67", "url": "https://git.kernel.org/stable/c/906a6689bb0191ad2a44131a3377006aa098af59" } ], "sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67", "vulnStatus": "Awaiting Analysis" }
rhsa-2025:17734
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for kernel is now available for Red Hat Enterprise Linux 9.2 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "The kernel packages contain the Linux kernel, the core of any Linux operating system.\n\nSecurity Fix(es):\n\n* kernel: net_sched: hfsc: Fix a potential UAF in hfsc_dequeue() too (CVE-2025-37823)\n\n* kernel: net_sched: ets: Fix double list add in class with netem as child qdisc (CVE-2025-37914)\n\n* kernel: firmware: arm_scpi: Ensure scpi_info is not assigned if the probe fails (CVE-2022-50087)\n\n* kernel: do_change_type(): refuse to operate on unmounted/not ours mounts (CVE-2025-38498)\n\n* kernel: skbuff: Fix a race between coalescing and releasing SKBs (CVE-2023-53186)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2025:17734", "url": "https://access.redhat.com/errata/RHSA-2025:17734" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2365024", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2365024" }, { "category": "external", "summary": "2367500", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2367500" }, { "category": "external", "summary": "2373539", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373539" }, { "category": "external", "summary": "2384422", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2384422" }, { "category": "external", "summary": "2395254", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2395254" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_17734.json" } ], "title": "Red Hat Security Advisory: kernel security update", "tracking": { "current_release_date": "2025-10-15T11:41:04+00:00", "generator": { "date": "2025-10-15T11:41:04+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.9" } }, "id": "RHSA-2025:17734", "initial_release_date": "2025-10-13T00:28:33+00:00", "revision_history": [ { "date": "2025-10-13T00:28:33+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-10-13T00:28:33+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-10-15T11:41:04+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product": { "name": "Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_e4s:9.2::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product": { "name": "Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_e4s:9.2::baseos" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "bpftool-0:7.0.0-284.142.1.el9_2.aarch64", "product": { "name": "bpftool-0:7.0.0-284.142.1.el9_2.aarch64", "product_id": "bpftool-0:7.0.0-284.142.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool@7.0.0-284.142.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-0:5.14.0-284.142.1.el9_2.aarch64", "product": { "name": "kernel-0:5.14.0-284.142.1.el9_2.aarch64", "product_id": "kernel-0:5.14.0-284.142.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@5.14.0-284.142.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-0:5.14.0-284.142.1.el9_2.aarch64", "product": { "name": "kernel-64k-0:5.14.0-284.142.1.el9_2.aarch64", "product_id": "kernel-64k-0:5.14.0-284.142.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k@5.14.0-284.142.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-core-0:5.14.0-284.142.1.el9_2.aarch64", "product": { "name": "kernel-64k-core-0:5.14.0-284.142.1.el9_2.aarch64", "product_id": "kernel-64k-core-0:5.14.0-284.142.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-core@5.14.0-284.142.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-0:5.14.0-284.142.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-0:5.14.0-284.142.1.el9_2.aarch64", "product_id": "kernel-64k-debug-0:5.14.0-284.142.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug@5.14.0-284.142.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "product_id": "kernel-64k-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-core@5.14.0-284.142.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "product_id": "kernel-64k-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-modules@5.14.0-284.142.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "product_id": "kernel-64k-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-modules-core@5.14.0-284.142.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "product_id": "kernel-64k-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-modules-extra@5.14.0-284.142.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-modules-0:5.14.0-284.142.1.el9_2.aarch64", "product": { "name": "kernel-64k-modules-0:5.14.0-284.142.1.el9_2.aarch64", "product_id": "kernel-64k-modules-0:5.14.0-284.142.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-modules@5.14.0-284.142.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "product": { "name": "kernel-64k-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "product_id": "kernel-64k-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-modules-core@5.14.0-284.142.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "product": { "name": "kernel-64k-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "product_id": "kernel-64k-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-modules-extra@5.14.0-284.142.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-core-0:5.14.0-284.142.1.el9_2.aarch64", "product": { "name": "kernel-core-0:5.14.0-284.142.1.el9_2.aarch64", "product_id": "kernel-core-0:5.14.0-284.142.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.142.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-0:5.14.0-284.142.1.el9_2.aarch64", "product": { "name": "kernel-debug-0:5.14.0-284.142.1.el9_2.aarch64", "product_id": "kernel-debug-0:5.14.0-284.142.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.142.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "product": { "name": "kernel-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "product_id": "kernel-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.142.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "product": { "name": "kernel-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "product_id": "kernel-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.142.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "product": { "name": "kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "product_id": "kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.142.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "product": { "name": "kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "product_id": "kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.142.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-modules-0:5.14.0-284.142.1.el9_2.aarch64", "product": { "name": "kernel-modules-0:5.14.0-284.142.1.el9_2.aarch64", "product_id": "kernel-modules-0:5.14.0-284.142.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.142.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "product": { "name": "kernel-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "product_id": "kernel-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.142.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "product": { "name": "kernel-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "product_id": "kernel-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.142.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-tools-0:5.14.0-284.142.1.el9_2.aarch64", "product": { "name": "kernel-tools-0:5.14.0-284.142.1.el9_2.aarch64", "product_id": "kernel-tools-0:5.14.0-284.142.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.142.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-tools-libs-0:5.14.0-284.142.1.el9_2.aarch64", "product": { "name": "kernel-tools-libs-0:5.14.0-284.142.1.el9_2.aarch64", "product_id": "kernel-tools-libs-0:5.14.0-284.142.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-284.142.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "python3-perf-0:5.14.0-284.142.1.el9_2.aarch64", "product": { "name": "python3-perf-0:5.14.0-284.142.1.el9_2.aarch64", "product_id": "python3-perf-0:5.14.0-284.142.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.142.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.aarch64", "product": { "name": "bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.aarch64", "product_id": "bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.142.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "product_id": "kernel-64k-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-debuginfo@5.14.0-284.142.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "product": { "name": "kernel-64k-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "product_id": "kernel-64k-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debuginfo@5.14.0-284.142.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "product": { "name": "kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "product_id": "kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.142.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "product": { "name": "kernel-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "product_id": "kernel-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.142.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-aarch64-0:5.14.0-284.142.1.el9_2.aarch64", "product": { "name": "kernel-debuginfo-common-aarch64-0:5.14.0-284.142.1.el9_2.aarch64", "product_id": "kernel-debuginfo-common-aarch64-0:5.14.0-284.142.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-aarch64@5.14.0-284.142.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "product": { "name": "kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "product_id": "kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.142.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "product": { "name": "perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "product_id": "perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.142.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "product": { "name": "python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "product_id": "python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.142.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "product_id": "kernel-64k-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-devel@5.14.0-284.142.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "product_id": "kernel-64k-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-devel-matched@5.14.0-284.142.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-devel-0:5.14.0-284.142.1.el9_2.aarch64", "product": { "name": "kernel-64k-devel-0:5.14.0-284.142.1.el9_2.aarch64", "product_id": "kernel-64k-devel-0:5.14.0-284.142.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-devel@5.14.0-284.142.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "product": { "name": "kernel-64k-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "product_id": "kernel-64k-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-devel-matched@5.14.0-284.142.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "product": { "name": "kernel-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "product_id": "kernel-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.142.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "product": { "name": "kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "product_id": "kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.142.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-devel-0:5.14.0-284.142.1.el9_2.aarch64", "product": { "name": "kernel-devel-0:5.14.0-284.142.1.el9_2.aarch64", "product_id": "kernel-devel-0:5.14.0-284.142.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.142.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "product": { "name": "kernel-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "product_id": "kernel-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.142.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "perf-0:5.14.0-284.142.1.el9_2.aarch64", "product": { "name": "perf-0:5.14.0-284.142.1.el9_2.aarch64", "product_id": "perf-0:5.14.0-284.142.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@5.14.0-284.142.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "rtla-0:5.14.0-284.142.1.el9_2.aarch64", "product": { "name": "rtla-0:5.14.0-284.142.1.el9_2.aarch64", "product_id": "rtla-0:5.14.0-284.142.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rtla@5.14.0-284.142.1.el9_2?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "bpftool-0:7.0.0-284.142.1.el9_2.ppc64le", "product": { "name": "bpftool-0:7.0.0-284.142.1.el9_2.ppc64le", "product_id": "bpftool-0:7.0.0-284.142.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool@7.0.0-284.142.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-0:5.14.0-284.142.1.el9_2.ppc64le", "product": { "name": "kernel-0:5.14.0-284.142.1.el9_2.ppc64le", "product_id": "kernel-0:5.14.0-284.142.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@5.14.0-284.142.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-core-0:5.14.0-284.142.1.el9_2.ppc64le", "product": { "name": "kernel-core-0:5.14.0-284.142.1.el9_2.ppc64le", "product_id": "kernel-core-0:5.14.0-284.142.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.142.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-0:5.14.0-284.142.1.el9_2.ppc64le", "product": { "name": "kernel-debug-0:5.14.0-284.142.1.el9_2.ppc64le", "product_id": "kernel-debug-0:5.14.0-284.142.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.142.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-core-0:5.14.0-284.142.1.el9_2.ppc64le", "product": { "name": "kernel-debug-core-0:5.14.0-284.142.1.el9_2.ppc64le", "product_id": "kernel-debug-core-0:5.14.0-284.142.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.142.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "product": { "name": "kernel-debug-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "product_id": "kernel-debug-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.142.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "product": { "name": "kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "product_id": "kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.142.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "product": { "name": "kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "product_id": "kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.142.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "product": { "name": "kernel-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "product_id": "kernel-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.142.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "product": { "name": "kernel-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "product_id": "kernel-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.142.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "product": { "name": "kernel-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "product_id": "kernel-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.142.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-0:5.14.0-284.142.1.el9_2.ppc64le", "product": { "name": "kernel-tools-0:5.14.0-284.142.1.el9_2.ppc64le", "product_id": "kernel-tools-0:5.14.0-284.142.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.142.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-libs-0:5.14.0-284.142.1.el9_2.ppc64le", "product": { "name": "kernel-tools-libs-0:5.14.0-284.142.1.el9_2.ppc64le", "product_id": "kernel-tools-libs-0:5.14.0-284.142.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-284.142.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-perf-0:5.14.0-284.142.1.el9_2.ppc64le", "product": { "name": "python3-perf-0:5.14.0-284.142.1.el9_2.ppc64le", "product_id": "python3-perf-0:5.14.0-284.142.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.142.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.ppc64le", "product": { "name": "bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.ppc64le", "product_id": "bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.142.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "product": { "name": "kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "product_id": "kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.142.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "product": { "name": "kernel-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "product_id": "kernel-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.142.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.142.1.el9_2.ppc64le", "product": { "name": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.142.1.el9_2.ppc64le", "product_id": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.142.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@5.14.0-284.142.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "product": { "name": "kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "product_id": "kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.142.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "product": { "name": "perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "product_id": "perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.142.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "product": { "name": "python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "product_id": "python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.142.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "product": { "name": "kernel-debug-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "product_id": "kernel-debug-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.142.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "product": { "name": "kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "product_id": "kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.142.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "product": { "name": "kernel-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "product_id": "kernel-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.142.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "product": { "name": "kernel-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "product_id": "kernel-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.142.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "perf-0:5.14.0-284.142.1.el9_2.ppc64le", "product": { "name": "perf-0:5.14.0-284.142.1.el9_2.ppc64le", "product_id": "perf-0:5.14.0-284.142.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@5.14.0-284.142.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "rtla-0:5.14.0-284.142.1.el9_2.ppc64le", "product": { "name": "rtla-0:5.14.0-284.142.1.el9_2.ppc64le", "product_id": "rtla-0:5.14.0-284.142.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rtla@5.14.0-284.142.1.el9_2?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "bpftool-0:7.0.0-284.142.1.el9_2.x86_64", "product": { "name": "bpftool-0:7.0.0-284.142.1.el9_2.x86_64", "product_id": "bpftool-0:7.0.0-284.142.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool@7.0.0-284.142.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-0:5.14.0-284.142.1.el9_2.x86_64", "product": { "name": "kernel-0:5.14.0-284.142.1.el9_2.x86_64", "product_id": "kernel-0:5.14.0-284.142.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@5.14.0-284.142.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-core-0:5.14.0-284.142.1.el9_2.x86_64", "product": { "name": "kernel-core-0:5.14.0-284.142.1.el9_2.x86_64", "product_id": "kernel-core-0:5.14.0-284.142.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.142.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-0:5.14.0-284.142.1.el9_2.x86_64", "product": { "name": "kernel-debug-0:5.14.0-284.142.1.el9_2.x86_64", "product_id": "kernel-debug-0:5.14.0-284.142.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.142.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-core-0:5.14.0-284.142.1.el9_2.x86_64", "product": { "name": "kernel-debug-core-0:5.14.0-284.142.1.el9_2.x86_64", "product_id": "kernel-debug-core-0:5.14.0-284.142.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.142.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-modules-0:5.14.0-284.142.1.el9_2.x86_64", "product": { "name": "kernel-debug-modules-0:5.14.0-284.142.1.el9_2.x86_64", "product_id": "kernel-debug-modules-0:5.14.0-284.142.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.142.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "product": { "name": "kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "product_id": "kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.142.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "product": { "name": "kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "product_id": "kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.142.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "product": { "name": "kernel-debug-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "product_id": "kernel-debug-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-uki-virt@5.14.0-284.142.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-modules-0:5.14.0-284.142.1.el9_2.x86_64", "product": { "name": "kernel-modules-0:5.14.0-284.142.1.el9_2.x86_64", "product_id": "kernel-modules-0:5.14.0-284.142.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.142.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "product": { "name": "kernel-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "product_id": "kernel-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.142.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "product": { "name": "kernel-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "product_id": "kernel-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.142.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-0:5.14.0-284.142.1.el9_2.x86_64", "product": { "name": "kernel-tools-0:5.14.0-284.142.1.el9_2.x86_64", "product_id": "kernel-tools-0:5.14.0-284.142.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.142.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-libs-0:5.14.0-284.142.1.el9_2.x86_64", "product": { "name": "kernel-tools-libs-0:5.14.0-284.142.1.el9_2.x86_64", "product_id": "kernel-tools-libs-0:5.14.0-284.142.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-284.142.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "product": { "name": "kernel-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "product_id": "kernel-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-uki-virt@5.14.0-284.142.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "python3-perf-0:5.14.0-284.142.1.el9_2.x86_64", "product": { "name": "python3-perf-0:5.14.0-284.142.1.el9_2.x86_64", "product_id": "python3-perf-0:5.14.0-284.142.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.142.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.x86_64", "product": { "name": "bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.x86_64", "product_id": "bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.142.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "product": { "name": "kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "product_id": "kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.142.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "product": { "name": "kernel-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "product_id": "kernel-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.142.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-x86_64-0:5.14.0-284.142.1.el9_2.x86_64", "product": { "name": "kernel-debuginfo-common-x86_64-0:5.14.0-284.142.1.el9_2.x86_64", "product_id": "kernel-debuginfo-common-x86_64-0:5.14.0-284.142.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@5.14.0-284.142.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "product": { "name": "kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "product_id": "kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.142.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "product": { "name": "perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "product_id": "perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.142.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "product": { "name": "python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "product_id": "python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.142.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:5.14.0-284.142.1.el9_2.x86_64", "product": { "name": "kernel-debug-devel-0:5.14.0-284.142.1.el9_2.x86_64", "product_id": "kernel-debug-devel-0:5.14.0-284.142.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.142.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "product": { "name": "kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "product_id": "kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.142.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-devel-0:5.14.0-284.142.1.el9_2.x86_64", "product": { "name": "kernel-devel-0:5.14.0-284.142.1.el9_2.x86_64", "product_id": "kernel-devel-0:5.14.0-284.142.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.142.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "product": { "name": "kernel-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "product_id": "kernel-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.142.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "perf-0:5.14.0-284.142.1.el9_2.x86_64", "product": { "name": "perf-0:5.14.0-284.142.1.el9_2.x86_64", "product_id": "perf-0:5.14.0-284.142.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@5.14.0-284.142.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "rtla-0:5.14.0-284.142.1.el9_2.x86_64", "product": { "name": "rtla-0:5.14.0-284.142.1.el9_2.x86_64", "product_id": "rtla-0:5.14.0-284.142.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rtla@5.14.0-284.142.1.el9_2?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "bpftool-0:7.0.0-284.142.1.el9_2.s390x", "product": { "name": "bpftool-0:7.0.0-284.142.1.el9_2.s390x", "product_id": "bpftool-0:7.0.0-284.142.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool@7.0.0-284.142.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-0:5.14.0-284.142.1.el9_2.s390x", "product": { "name": "kernel-0:5.14.0-284.142.1.el9_2.s390x", "product_id": "kernel-0:5.14.0-284.142.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@5.14.0-284.142.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-core-0:5.14.0-284.142.1.el9_2.s390x", "product": { "name": "kernel-core-0:5.14.0-284.142.1.el9_2.s390x", "product_id": "kernel-core-0:5.14.0-284.142.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.142.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-0:5.14.0-284.142.1.el9_2.s390x", "product": { "name": "kernel-debug-0:5.14.0-284.142.1.el9_2.s390x", "product_id": "kernel-debug-0:5.14.0-284.142.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.142.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-core-0:5.14.0-284.142.1.el9_2.s390x", "product": { "name": "kernel-debug-core-0:5.14.0-284.142.1.el9_2.s390x", "product_id": "kernel-debug-core-0:5.14.0-284.142.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.142.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-modules-0:5.14.0-284.142.1.el9_2.s390x", "product": { "name": "kernel-debug-modules-0:5.14.0-284.142.1.el9_2.s390x", "product_id": "kernel-debug-modules-0:5.14.0-284.142.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.142.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "product": { "name": "kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "product_id": "kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.142.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "product": { "name": "kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "product_id": "kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.142.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-modules-0:5.14.0-284.142.1.el9_2.s390x", "product": { "name": "kernel-modules-0:5.14.0-284.142.1.el9_2.s390x", "product_id": "kernel-modules-0:5.14.0-284.142.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.142.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "product": { "name": "kernel-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "product_id": "kernel-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.142.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "product": { "name": "kernel-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "product_id": "kernel-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.142.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-tools-0:5.14.0-284.142.1.el9_2.s390x", "product": { "name": "kernel-tools-0:5.14.0-284.142.1.el9_2.s390x", "product_id": "kernel-tools-0:5.14.0-284.142.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.142.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-0:5.14.0-284.142.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-0:5.14.0-284.142.1.el9_2.s390x", "product_id": "kernel-zfcpdump-0:5.14.0-284.142.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump@5.14.0-284.142.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-core-0:5.14.0-284.142.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-core-0:5.14.0-284.142.1.el9_2.s390x", "product_id": "kernel-zfcpdump-core-0:5.14.0-284.142.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-core@5.14.0-284.142.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-modules-0:5.14.0-284.142.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-modules-0:5.14.0-284.142.1.el9_2.s390x", "product_id": "kernel-zfcpdump-modules-0:5.14.0-284.142.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-modules@5.14.0-284.142.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "product_id": "kernel-zfcpdump-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-core@5.14.0-284.142.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "product_id": "kernel-zfcpdump-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-extra@5.14.0-284.142.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "python3-perf-0:5.14.0-284.142.1.el9_2.s390x", "product": { "name": "python3-perf-0:5.14.0-284.142.1.el9_2.s390x", "product_id": "python3-perf-0:5.14.0-284.142.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.142.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.s390x", "product": { "name": "bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.s390x", "product_id": "bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.142.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "product": { "name": "kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "product_id": "kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.142.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "product": { "name": "kernel-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "product_id": "kernel-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.142.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-s390x-0:5.14.0-284.142.1.el9_2.s390x", "product": { "name": "kernel-debuginfo-common-s390x-0:5.14.0-284.142.1.el9_2.s390x", "product_id": "kernel-debuginfo-common-s390x-0:5.14.0-284.142.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@5.14.0-284.142.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "product": { "name": "kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "product_id": "kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.142.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "product_id": "kernel-zfcpdump-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-debuginfo@5.14.0-284.142.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "product": { "name": "perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "product_id": "perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.142.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "product": { "name": "python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "product_id": "python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.142.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:5.14.0-284.142.1.el9_2.s390x", "product": { "name": "kernel-debug-devel-0:5.14.0-284.142.1.el9_2.s390x", "product_id": "kernel-debug-devel-0:5.14.0-284.142.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.142.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "product": { "name": "kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "product_id": "kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.142.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-devel-0:5.14.0-284.142.1.el9_2.s390x", "product": { "name": "kernel-devel-0:5.14.0-284.142.1.el9_2.s390x", "product_id": "kernel-devel-0:5.14.0-284.142.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.142.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "product": { "name": "kernel-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "product_id": "kernel-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.142.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-devel-0:5.14.0-284.142.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-devel-0:5.14.0-284.142.1.el9_2.s390x", "product_id": "kernel-zfcpdump-devel-0:5.14.0-284.142.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-devel@5.14.0-284.142.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "product_id": "kernel-zfcpdump-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-devel-matched@5.14.0-284.142.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "perf-0:5.14.0-284.142.1.el9_2.s390x", "product": { "name": "perf-0:5.14.0-284.142.1.el9_2.s390x", "product_id": "perf-0:5.14.0-284.142.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@5.14.0-284.142.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "rtla-0:5.14.0-284.142.1.el9_2.s390x", "product": { "name": "rtla-0:5.14.0-284.142.1.el9_2.s390x", "product_id": "rtla-0:5.14.0-284.142.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rtla@5.14.0-284.142.1.el9_2?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "kernel-0:5.14.0-284.142.1.el9_2.src", "product": { "name": "kernel-0:5.14.0-284.142.1.el9_2.src", "product_id": "kernel-0:5.14.0-284.142.1.el9_2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@5.14.0-284.142.1.el9_2?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "kernel-abi-stablelists-0:5.14.0-284.142.1.el9_2.noarch", "product": { "name": "kernel-abi-stablelists-0:5.14.0-284.142.1.el9_2.noarch", "product_id": "kernel-abi-stablelists-0:5.14.0-284.142.1.el9_2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-abi-stablelists@5.14.0-284.142.1.el9_2?arch=noarch" } } }, { "category": "product_version", "name": "kernel-doc-0:5.14.0-284.142.1.el9_2.noarch", "product": { "name": "kernel-doc-0:5.14.0-284.142.1.el9_2.noarch", "product_id": "kernel-doc-0:5.14.0-284.142.1.el9_2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-doc@5.14.0-284.142.1.el9_2?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "bpftool-0:7.0.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.aarch64" }, "product_reference": "bpftool-0:7.0.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-0:7.0.0-284.142.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.ppc64le" }, "product_reference": "bpftool-0:7.0.0-284.142.1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-0:7.0.0-284.142.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.s390x" }, "product_reference": "bpftool-0:7.0.0-284.142.1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-0:7.0.0-284.142.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.x86_64" }, "product_reference": "bpftool-0:7.0.0-284.142.1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.aarch64" }, "product_reference": "bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.ppc64le" }, "product_reference": "bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.s390x" }, "product_reference": "bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.x86_64" }, "product_reference": "bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "kernel-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:5.14.0-284.142.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.ppc64le" }, "product_reference": "kernel-0:5.14.0-284.142.1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:5.14.0-284.142.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.s390x" }, "product_reference": "kernel-0:5.14.0-284.142.1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:5.14.0-284.142.1.el9_2.src as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.src" }, "product_reference": "kernel-0:5.14.0-284.142.1.el9_2.src", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:5.14.0-284.142.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.x86_64" }, "product_reference": "kernel-0:5.14.0-284.142.1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "kernel-64k-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-core-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "kernel-64k-core-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-core-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-devel-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "kernel-64k-devel-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "kernel-64k-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-modules-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "kernel-64k-modules-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-modules-core-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "kernel-64k-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "kernel-64k-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-abi-stablelists-0:5.14.0-284.142.1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.142.1.el9_2.noarch" }, "product_reference": "kernel-abi-stablelists-0:5.14.0-284.142.1.el9_2.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-core-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "kernel-core-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-core-0:5.14.0-284.142.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.ppc64le" }, "product_reference": "kernel-core-0:5.14.0-284.142.1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-core-0:5.14.0-284.142.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.s390x" }, "product_reference": "kernel-core-0:5.14.0-284.142.1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-core-0:5.14.0-284.142.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.x86_64" }, "product_reference": "kernel-core-0:5.14.0-284.142.1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "kernel-debug-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:5.14.0-284.142.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-0:5.14.0-284.142.1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:5.14.0-284.142.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.s390x" }, "product_reference": "kernel-debug-0:5.14.0-284.142.1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:5.14.0-284.142.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.x86_64" }, "product_reference": "kernel-debug-0:5.14.0-284.142.1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-core-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "kernel-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-core-0:5.14.0-284.142.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-core-0:5.14.0-284.142.1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-core-0:5.14.0-284.142.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.s390x" }, "product_reference": "kernel-debug-core-0:5.14.0-284.142.1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-core-0:5.14.0-284.142.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.x86_64" }, "product_reference": "kernel-debug-core-0:5.14.0-284.142.1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.s390x" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "kernel-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:5.14.0-284.142.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:5.14.0-284.142.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.s390x" }, "product_reference": "kernel-debug-devel-0:5.14.0-284.142.1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:5.14.0-284.142.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.x86_64" }, "product_reference": "kernel-debug-devel-0:5.14.0-284.142.1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.s390x" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "kernel-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-0:5.14.0-284.142.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-0:5.14.0-284.142.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.s390x" }, "product_reference": "kernel-debug-modules-0:5.14.0-284.142.1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-0:5.14.0-284.142.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.x86_64" }, "product_reference": "kernel-debug-modules-0:5.14.0-284.142.1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.s390x" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.x86_64" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.s390x" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64" }, "product_reference": "kernel-debug-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "kernel-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le" }, "product_reference": "kernel-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:5.14.0-284.142.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.s390x" }, "product_reference": "kernel-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64" }, "product_reference": "kernel-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-aarch64-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.142.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.142.1.el9_2.ppc64le" }, "product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.142.1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-s390x-0:5.14.0-284.142.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.142.1.el9_2.s390x" }, "product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-284.142.1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-x86_64-0:5.14.0-284.142.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.142.1.el9_2.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-284.142.1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "kernel-devel-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:5.14.0-284.142.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.ppc64le" }, "product_reference": "kernel-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:5.14.0-284.142.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.s390x" }, "product_reference": "kernel-devel-0:5.14.0-284.142.1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:5.14.0-284.142.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.x86_64" }, "product_reference": "kernel-devel-0:5.14.0-284.142.1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "kernel-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le" }, "product_reference": "kernel-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-matched-0:5.14.0-284.142.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.s390x" }, "product_reference": "kernel-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64" }, "product_reference": "kernel-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-doc-0:5.14.0-284.142.1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.142.1.el9_2.noarch" }, "product_reference": "kernel-doc-0:5.14.0-284.142.1.el9_2.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "kernel-modules-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-0:5.14.0-284.142.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.ppc64le" }, "product_reference": "kernel-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-0:5.14.0-284.142.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.s390x" }, "product_reference": "kernel-modules-0:5.14.0-284.142.1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-0:5.14.0-284.142.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.x86_64" }, "product_reference": "kernel-modules-0:5.14.0-284.142.1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-core-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "kernel-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le" }, "product_reference": "kernel-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-core-0:5.14.0-284.142.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.s390x" }, "product_reference": "kernel-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-core-0:5.14.0-284.142.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.x86_64" }, "product_reference": "kernel-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "kernel-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le" }, "product_reference": "kernel-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-extra-0:5.14.0-284.142.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.s390x" }, "product_reference": "kernel-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64" }, "product_reference": "kernel-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "kernel-tools-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:5.14.0-284.142.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.ppc64le" }, "product_reference": "kernel-tools-0:5.14.0-284.142.1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:5.14.0-284.142.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.s390x" }, "product_reference": "kernel-tools-0:5.14.0-284.142.1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:5.14.0-284.142.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.x86_64" }, "product_reference": "kernel-tools-0:5.14.0-284.142.1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.s390x" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "kernel-tools-libs-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:5.14.0-284.142.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.ppc64le" }, "product_reference": "kernel-tools-libs-0:5.14.0-284.142.1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:5.14.0-284.142.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.x86_64" }, "product_reference": "kernel-tools-libs-0:5.14.0-284.142.1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64" }, "product_reference": "kernel-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-0:5.14.0-284.142.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.142.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-0:5.14.0-284.142.1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-core-0:5.14.0-284.142.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.142.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-core-0:5.14.0-284.142.1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-debuginfo-0:5.14.0-284.142.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.142.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-devel-0:5.14.0-284.142.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.142.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-devel-0:5.14.0-284.142.1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-devel-matched-0:5.14.0-284.142.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.142.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-modules-0:5.14.0-284.142.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.142.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-modules-0:5.14.0-284.142.1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-modules-core-0:5.14.0-284.142.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.142.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-modules-extra-0:5.14.0-284.142.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.142.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "perf-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:5.14.0-284.142.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.ppc64le" }, "product_reference": "perf-0:5.14.0-284.142.1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:5.14.0-284.142.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.s390x" }, "product_reference": "perf-0:5.14.0-284.142.1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:5.14.0-284.142.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.x86_64" }, "product_reference": "perf-0:5.14.0-284.142.1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le" }, "product_reference": "perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x" }, "product_reference": "perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64" }, "product_reference": "perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "python3-perf-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-0:5.14.0-284.142.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.ppc64le" }, "product_reference": "python3-perf-0:5.14.0-284.142.1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-0:5.14.0-284.142.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.s390x" }, "product_reference": "python3-perf-0:5.14.0-284.142.1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-0:5.14.0-284.142.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.x86_64" }, "product_reference": "python3-perf-0:5.14.0-284.142.1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "rtla-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "rtla-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "rtla-0:5.14.0-284.142.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.ppc64le" }, "product_reference": "rtla-0:5.14.0-284.142.1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "rtla-0:5.14.0-284.142.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.s390x" }, "product_reference": "rtla-0:5.14.0-284.142.1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "rtla-0:5.14.0-284.142.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)", "product_id": "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.x86_64" }, "product_reference": "rtla-0:5.14.0-284.142.1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-0:7.0.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.aarch64" }, "product_reference": "bpftool-0:7.0.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-0:7.0.0-284.142.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.ppc64le" }, "product_reference": "bpftool-0:7.0.0-284.142.1.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-0:7.0.0-284.142.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.s390x" }, "product_reference": "bpftool-0:7.0.0-284.142.1.el9_2.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-0:7.0.0-284.142.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.x86_64" }, "product_reference": "bpftool-0:7.0.0-284.142.1.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.aarch64" }, "product_reference": "bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.ppc64le" }, "product_reference": "bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.s390x" }, "product_reference": "bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.x86_64" }, "product_reference": "bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "kernel-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:5.14.0-284.142.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.ppc64le" }, "product_reference": "kernel-0:5.14.0-284.142.1.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:5.14.0-284.142.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.s390x" }, "product_reference": "kernel-0:5.14.0-284.142.1.el9_2.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:5.14.0-284.142.1.el9_2.src as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.src" }, "product_reference": "kernel-0:5.14.0-284.142.1.el9_2.src", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:5.14.0-284.142.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.x86_64" }, "product_reference": "kernel-0:5.14.0-284.142.1.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "kernel-64k-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-core-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "kernel-64k-core-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-core-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-devel-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "kernel-64k-devel-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "kernel-64k-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-modules-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "kernel-64k-modules-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-modules-core-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "kernel-64k-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "kernel-64k-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-abi-stablelists-0:5.14.0-284.142.1.el9_2.noarch as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.142.1.el9_2.noarch" }, "product_reference": "kernel-abi-stablelists-0:5.14.0-284.142.1.el9_2.noarch", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-core-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "kernel-core-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-core-0:5.14.0-284.142.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.ppc64le" }, "product_reference": "kernel-core-0:5.14.0-284.142.1.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-core-0:5.14.0-284.142.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.s390x" }, "product_reference": "kernel-core-0:5.14.0-284.142.1.el9_2.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-core-0:5.14.0-284.142.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.x86_64" }, "product_reference": "kernel-core-0:5.14.0-284.142.1.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "kernel-debug-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:5.14.0-284.142.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-0:5.14.0-284.142.1.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:5.14.0-284.142.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.s390x" }, "product_reference": "kernel-debug-0:5.14.0-284.142.1.el9_2.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:5.14.0-284.142.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.x86_64" }, "product_reference": "kernel-debug-0:5.14.0-284.142.1.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-core-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "kernel-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-core-0:5.14.0-284.142.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-core-0:5.14.0-284.142.1.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-core-0:5.14.0-284.142.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.s390x" }, "product_reference": "kernel-debug-core-0:5.14.0-284.142.1.el9_2.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-core-0:5.14.0-284.142.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.x86_64" }, "product_reference": "kernel-debug-core-0:5.14.0-284.142.1.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.s390x" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "kernel-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:5.14.0-284.142.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:5.14.0-284.142.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.s390x" }, "product_reference": "kernel-debug-devel-0:5.14.0-284.142.1.el9_2.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:5.14.0-284.142.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.x86_64" }, "product_reference": "kernel-debug-devel-0:5.14.0-284.142.1.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.s390x" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "kernel-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-0:5.14.0-284.142.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-0:5.14.0-284.142.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.s390x" }, "product_reference": "kernel-debug-modules-0:5.14.0-284.142.1.el9_2.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-0:5.14.0-284.142.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.x86_64" }, "product_reference": "kernel-debug-modules-0:5.14.0-284.142.1.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.s390x" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.x86_64" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.s390x" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64" }, "product_reference": "kernel-debug-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "kernel-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le" }, "product_reference": "kernel-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:5.14.0-284.142.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.s390x" }, "product_reference": "kernel-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64" }, "product_reference": "kernel-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-aarch64-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.142.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.142.1.el9_2.ppc64le" }, "product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.142.1.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-s390x-0:5.14.0-284.142.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.142.1.el9_2.s390x" }, "product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-284.142.1.el9_2.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-x86_64-0:5.14.0-284.142.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.142.1.el9_2.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-284.142.1.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "kernel-devel-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:5.14.0-284.142.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.ppc64le" }, "product_reference": "kernel-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:5.14.0-284.142.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.s390x" }, "product_reference": "kernel-devel-0:5.14.0-284.142.1.el9_2.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:5.14.0-284.142.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.x86_64" }, "product_reference": "kernel-devel-0:5.14.0-284.142.1.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "kernel-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le" }, "product_reference": "kernel-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-matched-0:5.14.0-284.142.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.s390x" }, "product_reference": "kernel-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64" }, "product_reference": "kernel-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-doc-0:5.14.0-284.142.1.el9_2.noarch as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.142.1.el9_2.noarch" }, "product_reference": "kernel-doc-0:5.14.0-284.142.1.el9_2.noarch", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "kernel-modules-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-0:5.14.0-284.142.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.ppc64le" }, "product_reference": "kernel-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-0:5.14.0-284.142.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.s390x" }, "product_reference": "kernel-modules-0:5.14.0-284.142.1.el9_2.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-0:5.14.0-284.142.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.x86_64" }, "product_reference": "kernel-modules-0:5.14.0-284.142.1.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-core-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "kernel-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le" }, "product_reference": "kernel-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-core-0:5.14.0-284.142.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.s390x" }, "product_reference": "kernel-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-core-0:5.14.0-284.142.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.x86_64" }, "product_reference": "kernel-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "kernel-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le" }, "product_reference": "kernel-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-extra-0:5.14.0-284.142.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.s390x" }, "product_reference": "kernel-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64" }, "product_reference": "kernel-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "kernel-tools-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:5.14.0-284.142.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.ppc64le" }, "product_reference": "kernel-tools-0:5.14.0-284.142.1.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:5.14.0-284.142.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.s390x" }, "product_reference": "kernel-tools-0:5.14.0-284.142.1.el9_2.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:5.14.0-284.142.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.x86_64" }, "product_reference": "kernel-tools-0:5.14.0-284.142.1.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.s390x" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "kernel-tools-libs-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:5.14.0-284.142.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.ppc64le" }, "product_reference": "kernel-tools-libs-0:5.14.0-284.142.1.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:5.14.0-284.142.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.x86_64" }, "product_reference": "kernel-tools-libs-0:5.14.0-284.142.1.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64" }, "product_reference": "kernel-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-0:5.14.0-284.142.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.142.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-0:5.14.0-284.142.1.el9_2.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-core-0:5.14.0-284.142.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.142.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-core-0:5.14.0-284.142.1.el9_2.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-debuginfo-0:5.14.0-284.142.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.142.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-devel-0:5.14.0-284.142.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.142.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-devel-0:5.14.0-284.142.1.el9_2.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-devel-matched-0:5.14.0-284.142.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.142.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-modules-0:5.14.0-284.142.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.142.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-modules-0:5.14.0-284.142.1.el9_2.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-modules-core-0:5.14.0-284.142.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.142.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-modules-extra-0:5.14.0-284.142.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.142.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "perf-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:5.14.0-284.142.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.ppc64le" }, "product_reference": "perf-0:5.14.0-284.142.1.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:5.14.0-284.142.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.s390x" }, "product_reference": "perf-0:5.14.0-284.142.1.el9_2.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:5.14.0-284.142.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.x86_64" }, "product_reference": "perf-0:5.14.0-284.142.1.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le" }, "product_reference": "perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x" }, "product_reference": "perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64" }, "product_reference": "perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "python3-perf-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-0:5.14.0-284.142.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.ppc64le" }, "product_reference": "python3-perf-0:5.14.0-284.142.1.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-0:5.14.0-284.142.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.s390x" }, "product_reference": "python3-perf-0:5.14.0-284.142.1.el9_2.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-0:5.14.0-284.142.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.x86_64" }, "product_reference": "python3-perf-0:5.14.0-284.142.1.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "rtla-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.aarch64" }, "product_reference": "rtla-0:5.14.0-284.142.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "rtla-0:5.14.0-284.142.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.ppc64le" }, "product_reference": "rtla-0:5.14.0-284.142.1.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "rtla-0:5.14.0-284.142.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.s390x" }, "product_reference": "rtla-0:5.14.0-284.142.1.el9_2.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "rtla-0:5.14.0-284.142.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.x86_64" }, "product_reference": "rtla-0:5.14.0-284.142.1.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-50087", "cwe": { "id": "CWE-825", "name": "Expired Pointer Dereference" }, "discovery_date": "2025-06-18T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2373539" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nfirmware: arm_scpi: Ensure scpi_info is not assigned if the probe fails\n\nWhen scpi probe fails, at any point, we need to ensure that the scpi_info\nis not set and will remain NULL until the probe succeeds. If it is not\ntaken care, then it could result use-after-free as the value is exported\nvia get_scpi_ops() and could refer to a memory allocated via devm_kzalloc()\nbut freed when the probe fails.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: firmware: arm_scpi: Ensure scpi_info is not assigned if the probe fails", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.src", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.142.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.142.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.src", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.142.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.142.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-50087" }, { "category": "external", "summary": "RHBZ#2373539", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373539" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-50087", "url": "https://www.cve.org/CVERecord?id=CVE-2022-50087" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50087", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50087" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025061859-CVE-2022-50087-53b1@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025061859-CVE-2022-50087-53b1@gregkh/T" } ], "release_date": "2025-06-18T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-10-13T00:28:33+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", "product_ids": [ "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.src", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.142.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.142.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.src", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.142.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.142.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2025:17734" } ], "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-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.src", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.142.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.142.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.src", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.142.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.142.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: firmware: arm_scpi: Ensure scpi_info is not assigned if the probe fails" }, { "cve": "CVE-2023-53186", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2025-09-15T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2395254" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nskbuff: Fix a race between coalescing and releasing SKBs\n\nCommit 1effe8ca4e34 (\"skbuff: fix coalescing for page_pool fragment\nrecycling\") allowed coalescing to proceed with non page pool page and page\npool page when @from is cloned, i.e.\n\nto-\u003epp_recycle --\u003e false\nfrom-\u003epp_recycle --\u003e true\nskb_cloned(from) --\u003e true\n\nHowever, it actually requires skb_cloned(@from) to hold true until\ncoalescing finishes in this situation. If the other cloned SKB is\nreleased while the merging is in process, from_shinfo-\u003enr_frags will be\nset to 0 toward the end of the function, causing the increment of frag\npage _refcount to be unexpectedly skipped resulting in inconsistent\nreference counts. Later when SKB(@to) is released, it frees the page\ndirectly even though the page pool page is still in use, leading to\nuse-after-free or double-free errors. So it should be prohibited.\n\nThe double-free error message below prompted us to investigate:\nBUG: Bad page state in process swapper/1 pfn:0e0d1\npage:00000000c6548b28 refcount:-1 mapcount:0 mapping:0000000000000000\nindex:0x2 pfn:0xe0d1\nflags: 0xfffffc0000000(node=0|zone=1|lastcpupid=0x1fffff)\nraw: 000fffffc0000000 0000000000000000 ffffffff00000101 0000000000000000\nraw: 0000000000000002 0000000000000000 ffffffffffffffff 0000000000000000\npage dumped because: nonzero _refcount\n\nCPU: 1 PID: 0 Comm: swapper/1 Tainted: G E 6.2.0+\nCall Trace:\n \u003cIRQ\u003e\ndump_stack_lvl+0x32/0x50\nbad_page+0x69/0xf0\nfree_pcp_prepare+0x260/0x2f0\nfree_unref_page+0x20/0x1c0\nskb_release_data+0x10b/0x1a0\nnapi_consume_skb+0x56/0x150\nnet_rx_action+0xf0/0x350\n? __napi_schedule+0x79/0x90\n__do_softirq+0xc8/0x2b1\n__irq_exit_rcu+0xb9/0xf0\ncommon_interrupt+0x82/0xa0\n\u003c/IRQ\u003e\n\u003cTASK\u003e\nasm_common_interrupt+0x22/0x40\nRIP: 0010:default_idle+0xb/0x20", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: skbuff: Fix a race between coalescing and releasing SKBs", "title": "Vulnerability summary" }, { "category": "other", "text": "A race condition in skb_try_coalesce() could lead to use-after-free or double-free when a cloned SKB with page_pool pages is released during coalescing. This results in inconsistent reference counts and potential kernel crashes.\nWhile primarily a denial-of-service issue, exploitation could theoretically be extended to arbitrary code execution, though the complexity of reliably triggering the race is high.\nThe flaw only affects systems with NIC drivers using the page_pool API, limiting its exposure in practice.\nThe bug not actual for Red Hat Enterprise Linux 8 (all versions) and actual only for versions of the Red Hat Enterprise Linux 9 before 9.3.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.src", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.142.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.142.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.src", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.142.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.142.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-53186" }, { "category": "external", "summary": "RHBZ#2395254", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2395254" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-53186", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53186" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-53186", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-53186" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025091557-CVE-2023-53186-25a4@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025091557-CVE-2023-53186-25a4@gregkh/T" } ], "release_date": "2025-09-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-10-13T00:28:33+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", "product_ids": [ "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.src", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.142.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.142.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.src", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.142.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.142.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2025:17734" }, { "category": "workaround", "details": "It is not possible to completely eliminate the theoretical risk of a remote exploit, but the attack is fairly complex and in many realistic deployments cannot be triggered from outside the local network. You can substantially reduce the likelihood of a successful attack by disabling network features that cause drivers to use the page_pool/zero-copy receive paths. The following commands are a conceptual example of mitigations \u2014 adapt them to your interface and driver:\n\n# replace eth0 with the actual interface name\n\n# turn off generic offloads that often change skb handling\nethtool -K eth0 gro off lro off gso off tso off rx off\n# disable rx/tx offload flags separately:\nethtool -K eth0 rxvlan off rxhash off\n# disable specific features (driver dependent)\nethtool -k eth0", "product_ids": [ "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.src", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.142.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.142.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.src", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.142.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.142.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.0, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:H", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.src", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.142.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.142.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.src", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.142.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.142.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "kernel: skbuff: Fix a race between coalescing and releasing SKBs" }, { "cve": "CVE-2025-37823", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2025-05-08T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2365024" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet_sched: hfsc: Fix a potential UAF in hfsc_dequeue() too\n\nSimilarly to the previous patch, we need to safe guard hfsc_dequeue()\ntoo. But for this one, we don\u0027t have a reliable reproducer.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: net_sched: hfsc: Fix a potential UAF in hfsc_dequeue() too", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.src", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.142.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.142.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.src", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.142.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.142.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-37823" }, { "category": "external", "summary": "RHBZ#2365024", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2365024" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-37823", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37823" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-37823", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-37823" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025050821-CVE-2025-37823-d739@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025050821-CVE-2025-37823-d739@gregkh/T" } ], "release_date": "2025-05-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-10-13T00:28:33+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", "product_ids": [ "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.src", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.142.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.142.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.src", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.142.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.142.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2025:17734" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.1, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.src", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.142.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.142.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.src", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.142.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.142.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: net_sched: hfsc: Fix a potential UAF in hfsc_dequeue() too" }, { "cve": "CVE-2025-37914", "cwe": { "id": "CWE-123", "name": "Write-what-where Condition" }, "discovery_date": "2025-05-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2367500" } ], "notes": [ { "category": "description", "text": "A use-after-free vulnerability was found in the Linux kernel\u2019s `netem` qdisc. This issue occurs when it incorrectly manages duplicated packets in classful parent qdiscs. This leads to a corrupted internal state and eventual dereferencing of freed memory, resulting in unpredictable behavior, system instability, or a crash.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: net_sched: ets: Fix double list add in class with netem as child qdisc", "title": "Vulnerability summary" }, { "category": "other", "text": "A logic flaw in the ETS (Enhanced Transmission Selection) scheduler in the Linux kernel\u2019s net/sched subsystem allows the same class to be added twice to the active list if the enqueue callback is reentered, for example due to a netem child.\n\nAlthough no UAF occurs, this leads to list corruption, which may result in kernel memory corruption, undefined behavior, or system crashes.\n\nTriggering this bug requires a crafted qdisc hierarchy and interaction between ETS and netem.\n\nAn attacker could create memory corruption via list pointers, but turning this into privilege escalation would require further primitives or info leaks.\n\nLikely exploitable for denial-of-service (DoS) in most practical scenarios.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.src", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.142.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.142.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.src", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.142.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.142.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-37914" }, { "category": "external", "summary": "RHBZ#2367500", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2367500" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-37914", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37914" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-37914", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-37914" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025052000-CVE-2025-37914-1a4f@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025052000-CVE-2025-37914-1a4f@gregkh/T" } ], "release_date": "2025-05-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-10-13T00:28:33+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", "product_ids": [ "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.src", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.142.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.142.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.src", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.142.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.142.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2025:17734" }, { "category": "workaround", "details": "If ETS (Enhanced Transmission Selection) scheduler not being used, then the mitigation would be to disabled related Kernel module.\nTo mitigate this issue, prevent module sch_ets from being loaded. Please see https://access.redhat.com/solutions/41278 for how to blacklist a kernel module to prevent it from loading automatically.\nsch_ets", "product_ids": [ "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.src", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.142.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.142.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.src", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.142.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.142.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.0, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.src", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.142.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.142.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.src", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.142.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.142.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: net_sched: ets: Fix double list add in class with netem as child qdisc" }, { "cve": "CVE-2025-38498", "discovery_date": "2025-07-30T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2384422" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndo_change_type(): refuse to operate on unmounted/not ours mounts\n\nEnsure that propagation settings can only be changed for mounts located\nin the caller\u0027s mount namespace. This change aligns permission checking\nwith the rest of mount(2).", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: do_change_type(): refuse to operate on unmounted/not ours mounts", "title": "Vulnerability summary" }, { "category": "other", "text": "A flaw in do_change_type() allowed a process to change mount propagation flags on mounts outside its own mount namespace, breaking expected isolation guarantees. This could enable a local attacker with mount privileges to disrupt or alter mount behavior in other namespaces, potentially causing system-wide denial of service.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.src", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.142.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.142.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.src", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.142.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.142.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-38498" }, { "category": "external", "summary": "RHBZ#2384422", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2384422" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-38498", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38498" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-38498", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-38498" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025073029-CVE-2025-38498-e3ab@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025073029-CVE-2025-38498-e3ab@gregkh/T" } ], "release_date": "2025-07-30T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-10-13T00:28:33+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", "product_ids": [ "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.src", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.142.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.142.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.src", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.142.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.142.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2025:17734" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.src", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.142.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.142.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.src", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.142.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.142.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:L/A:H", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.src", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.142.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.142.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.src", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.142.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.142.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.142.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.142.1.el9_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: do_change_type(): refuse to operate on unmounted/not ours mounts" } ] }
rhsa-2025:17896
Vulnerability from csaf_redhat
Notes
{ "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 multiple packages is now available for Red Hat Enterprise Linux 9.2 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "This is a kernel live patch module which can be loaded by the kpatch command line utility to modify the code of a running kernel. This patch module is targeted for kernel-5.14.0-284.79.1.el9_2.\n\nSecurity Fix(es):\n\n* kernel: skbuff: Fix a race between coalescing and releasing SKBs (CVE-2023-53186)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2025:17896", "url": "https://access.redhat.com/errata/RHSA-2025:17896" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2395254", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2395254" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_17896.json" } ], "title": "Red Hat Security Advisory: kpatch-patch-5_14_0-284_104_1, kpatch-patch-5_14_0-284_117_1, kpatch-patch-5_14_0-284_134_1, kpatch-patch-5_14_0-284_79_1, and kpatch-patch-5_14_0-284_92_1 security update", "tracking": { "current_release_date": "2025-10-14T05:11:47+00:00", "generator": { "date": "2025-10-14T05:11:47+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.9" } }, "id": "RHSA-2025:17896", "initial_release_date": "2025-10-14T00:35:21+00:00", "revision_history": [ { "date": "2025-10-14T00:35:21+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-10-14T00:35:21+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-10-14T05:11:47+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product": { "name": "Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_e4s:9.2::baseos" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "kpatch-patch-5_14_0-284_79_1-0:1-15.el9_2.src", "product": { "name": "kpatch-patch-5_14_0-284_79_1-0:1-15.el9_2.src", "product_id": "kpatch-patch-5_14_0-284_79_1-0:1-15.el9_2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-284_79_1@1-15.el9_2?arch=src" } } }, { "category": "product_version", "name": "kpatch-patch-5_14_0-284_92_1-0:1-13.el9_2.src", "product": { "name": "kpatch-patch-5_14_0-284_92_1-0:1-13.el9_2.src", "product_id": "kpatch-patch-5_14_0-284_92_1-0:1-13.el9_2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-284_92_1@1-13.el9_2?arch=src" } } }, { "category": "product_version", "name": "kpatch-patch-5_14_0-284_104_1-0:1-11.el9_2.src", "product": { "name": "kpatch-patch-5_14_0-284_104_1-0:1-11.el9_2.src", "product_id": "kpatch-patch-5_14_0-284_104_1-0:1-11.el9_2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-284_104_1@1-11.el9_2?arch=src" } } }, { "category": "product_version", "name": "kpatch-patch-5_14_0-284_117_1-0:1-8.el9_2.src", "product": { "name": "kpatch-patch-5_14_0-284_117_1-0:1-8.el9_2.src", "product_id": "kpatch-patch-5_14_0-284_117_1-0:1-8.el9_2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-284_117_1@1-8.el9_2?arch=src" } } }, { "category": "product_version", "name": "kpatch-patch-5_14_0-284_134_1-0:1-2.el9_2.src", "product": { "name": "kpatch-patch-5_14_0-284_134_1-0:1-2.el9_2.src", "product_id": "kpatch-patch-5_14_0-284_134_1-0:1-2.el9_2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-284_134_1@1-2.el9_2?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "kpatch-patch-5_14_0-284_79_1-0:1-15.el9_2.ppc64le", "product": { "name": "kpatch-patch-5_14_0-284_79_1-0:1-15.el9_2.ppc64le", "product_id": "kpatch-patch-5_14_0-284_79_1-0:1-15.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-284_79_1@1-15.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kpatch-patch-5_14_0-284_79_1-debugsource-0:1-15.el9_2.ppc64le", "product": { "name": "kpatch-patch-5_14_0-284_79_1-debugsource-0:1-15.el9_2.ppc64le", "product_id": "kpatch-patch-5_14_0-284_79_1-debugsource-0:1-15.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-284_79_1-debugsource@1-15.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kpatch-patch-5_14_0-284_79_1-debuginfo-0:1-15.el9_2.ppc64le", "product": { "name": "kpatch-patch-5_14_0-284_79_1-debuginfo-0:1-15.el9_2.ppc64le", "product_id": "kpatch-patch-5_14_0-284_79_1-debuginfo-0:1-15.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-284_79_1-debuginfo@1-15.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kpatch-patch-5_14_0-284_92_1-0:1-13.el9_2.ppc64le", "product": { "name": "kpatch-patch-5_14_0-284_92_1-0:1-13.el9_2.ppc64le", "product_id": "kpatch-patch-5_14_0-284_92_1-0:1-13.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-284_92_1@1-13.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kpatch-patch-5_14_0-284_92_1-debugsource-0:1-13.el9_2.ppc64le", "product": { "name": "kpatch-patch-5_14_0-284_92_1-debugsource-0:1-13.el9_2.ppc64le", "product_id": "kpatch-patch-5_14_0-284_92_1-debugsource-0:1-13.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-284_92_1-debugsource@1-13.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kpatch-patch-5_14_0-284_92_1-debuginfo-0:1-13.el9_2.ppc64le", "product": { "name": "kpatch-patch-5_14_0-284_92_1-debuginfo-0:1-13.el9_2.ppc64le", "product_id": "kpatch-patch-5_14_0-284_92_1-debuginfo-0:1-13.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-284_92_1-debuginfo@1-13.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kpatch-patch-5_14_0-284_104_1-0:1-11.el9_2.ppc64le", "product": { "name": "kpatch-patch-5_14_0-284_104_1-0:1-11.el9_2.ppc64le", "product_id": "kpatch-patch-5_14_0-284_104_1-0:1-11.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-284_104_1@1-11.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kpatch-patch-5_14_0-284_104_1-debugsource-0:1-11.el9_2.ppc64le", "product": { "name": "kpatch-patch-5_14_0-284_104_1-debugsource-0:1-11.el9_2.ppc64le", "product_id": "kpatch-patch-5_14_0-284_104_1-debugsource-0:1-11.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-284_104_1-debugsource@1-11.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kpatch-patch-5_14_0-284_104_1-debuginfo-0:1-11.el9_2.ppc64le", "product": { "name": "kpatch-patch-5_14_0-284_104_1-debuginfo-0:1-11.el9_2.ppc64le", "product_id": "kpatch-patch-5_14_0-284_104_1-debuginfo-0:1-11.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-284_104_1-debuginfo@1-11.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kpatch-patch-5_14_0-284_117_1-0:1-8.el9_2.ppc64le", "product": { "name": "kpatch-patch-5_14_0-284_117_1-0:1-8.el9_2.ppc64le", "product_id": "kpatch-patch-5_14_0-284_117_1-0:1-8.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-284_117_1@1-8.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kpatch-patch-5_14_0-284_117_1-debugsource-0:1-8.el9_2.ppc64le", "product": { "name": "kpatch-patch-5_14_0-284_117_1-debugsource-0:1-8.el9_2.ppc64le", "product_id": "kpatch-patch-5_14_0-284_117_1-debugsource-0:1-8.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-284_117_1-debugsource@1-8.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kpatch-patch-5_14_0-284_117_1-debuginfo-0:1-8.el9_2.ppc64le", "product": { "name": "kpatch-patch-5_14_0-284_117_1-debuginfo-0:1-8.el9_2.ppc64le", "product_id": "kpatch-patch-5_14_0-284_117_1-debuginfo-0:1-8.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-284_117_1-debuginfo@1-8.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kpatch-patch-5_14_0-284_134_1-0:1-2.el9_2.ppc64le", "product": { "name": "kpatch-patch-5_14_0-284_134_1-0:1-2.el9_2.ppc64le", "product_id": "kpatch-patch-5_14_0-284_134_1-0:1-2.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-284_134_1@1-2.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kpatch-patch-5_14_0-284_134_1-debugsource-0:1-2.el9_2.ppc64le", "product": { "name": "kpatch-patch-5_14_0-284_134_1-debugsource-0:1-2.el9_2.ppc64le", "product_id": "kpatch-patch-5_14_0-284_134_1-debugsource-0:1-2.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-284_134_1-debugsource@1-2.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kpatch-patch-5_14_0-284_134_1-debuginfo-0:1-2.el9_2.ppc64le", "product": { "name": "kpatch-patch-5_14_0-284_134_1-debuginfo-0:1-2.el9_2.ppc64le", "product_id": "kpatch-patch-5_14_0-284_134_1-debuginfo-0:1-2.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-284_134_1-debuginfo@1-2.el9_2?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "kpatch-patch-5_14_0-284_79_1-0:1-15.el9_2.x86_64", "product": { "name": "kpatch-patch-5_14_0-284_79_1-0:1-15.el9_2.x86_64", "product_id": "kpatch-patch-5_14_0-284_79_1-0:1-15.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-284_79_1@1-15.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kpatch-patch-5_14_0-284_79_1-debugsource-0:1-15.el9_2.x86_64", "product": { "name": "kpatch-patch-5_14_0-284_79_1-debugsource-0:1-15.el9_2.x86_64", "product_id": "kpatch-patch-5_14_0-284_79_1-debugsource-0:1-15.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-284_79_1-debugsource@1-15.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kpatch-patch-5_14_0-284_79_1-debuginfo-0:1-15.el9_2.x86_64", "product": { "name": "kpatch-patch-5_14_0-284_79_1-debuginfo-0:1-15.el9_2.x86_64", "product_id": "kpatch-patch-5_14_0-284_79_1-debuginfo-0:1-15.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-284_79_1-debuginfo@1-15.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kpatch-patch-5_14_0-284_92_1-0:1-13.el9_2.x86_64", "product": { "name": "kpatch-patch-5_14_0-284_92_1-0:1-13.el9_2.x86_64", "product_id": "kpatch-patch-5_14_0-284_92_1-0:1-13.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-284_92_1@1-13.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kpatch-patch-5_14_0-284_92_1-debugsource-0:1-13.el9_2.x86_64", "product": { "name": "kpatch-patch-5_14_0-284_92_1-debugsource-0:1-13.el9_2.x86_64", "product_id": "kpatch-patch-5_14_0-284_92_1-debugsource-0:1-13.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-284_92_1-debugsource@1-13.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kpatch-patch-5_14_0-284_92_1-debuginfo-0:1-13.el9_2.x86_64", "product": { "name": "kpatch-patch-5_14_0-284_92_1-debuginfo-0:1-13.el9_2.x86_64", "product_id": "kpatch-patch-5_14_0-284_92_1-debuginfo-0:1-13.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-284_92_1-debuginfo@1-13.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kpatch-patch-5_14_0-284_104_1-0:1-11.el9_2.x86_64", "product": { "name": "kpatch-patch-5_14_0-284_104_1-0:1-11.el9_2.x86_64", "product_id": "kpatch-patch-5_14_0-284_104_1-0:1-11.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-284_104_1@1-11.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kpatch-patch-5_14_0-284_104_1-debugsource-0:1-11.el9_2.x86_64", "product": { "name": "kpatch-patch-5_14_0-284_104_1-debugsource-0:1-11.el9_2.x86_64", "product_id": "kpatch-patch-5_14_0-284_104_1-debugsource-0:1-11.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-284_104_1-debugsource@1-11.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kpatch-patch-5_14_0-284_104_1-debuginfo-0:1-11.el9_2.x86_64", "product": { "name": "kpatch-patch-5_14_0-284_104_1-debuginfo-0:1-11.el9_2.x86_64", "product_id": "kpatch-patch-5_14_0-284_104_1-debuginfo-0:1-11.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-284_104_1-debuginfo@1-11.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kpatch-patch-5_14_0-284_117_1-0:1-8.el9_2.x86_64", "product": { "name": "kpatch-patch-5_14_0-284_117_1-0:1-8.el9_2.x86_64", "product_id": "kpatch-patch-5_14_0-284_117_1-0:1-8.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-284_117_1@1-8.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kpatch-patch-5_14_0-284_117_1-debugsource-0:1-8.el9_2.x86_64", "product": { "name": "kpatch-patch-5_14_0-284_117_1-debugsource-0:1-8.el9_2.x86_64", "product_id": "kpatch-patch-5_14_0-284_117_1-debugsource-0:1-8.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-284_117_1-debugsource@1-8.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kpatch-patch-5_14_0-284_117_1-debuginfo-0:1-8.el9_2.x86_64", "product": { "name": "kpatch-patch-5_14_0-284_117_1-debuginfo-0:1-8.el9_2.x86_64", "product_id": "kpatch-patch-5_14_0-284_117_1-debuginfo-0:1-8.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-284_117_1-debuginfo@1-8.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kpatch-patch-5_14_0-284_134_1-0:1-2.el9_2.x86_64", "product": { "name": "kpatch-patch-5_14_0-284_134_1-0:1-2.el9_2.x86_64", "product_id": "kpatch-patch-5_14_0-284_134_1-0:1-2.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-284_134_1@1-2.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kpatch-patch-5_14_0-284_134_1-debugsource-0:1-2.el9_2.x86_64", "product": { "name": "kpatch-patch-5_14_0-284_134_1-debugsource-0:1-2.el9_2.x86_64", "product_id": "kpatch-patch-5_14_0-284_134_1-debugsource-0:1-2.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-284_134_1-debugsource@1-2.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kpatch-patch-5_14_0-284_134_1-debuginfo-0:1-2.el9_2.x86_64", "product": { "name": "kpatch-patch-5_14_0-284_134_1-debuginfo-0:1-2.el9_2.x86_64", "product_id": "kpatch-patch-5_14_0-284_134_1-debuginfo-0:1-2.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-284_134_1-debuginfo@1-2.el9_2?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "kpatch-patch-5_14_0-284_104_1-0:1-11.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_104_1-0:1-11.el9_2.ppc64le" }, "product_reference": "kpatch-patch-5_14_0-284_104_1-0:1-11.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kpatch-patch-5_14_0-284_104_1-0:1-11.el9_2.src as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_104_1-0:1-11.el9_2.src" }, "product_reference": "kpatch-patch-5_14_0-284_104_1-0:1-11.el9_2.src", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kpatch-patch-5_14_0-284_104_1-0:1-11.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_104_1-0:1-11.el9_2.x86_64" }, "product_reference": "kpatch-patch-5_14_0-284_104_1-0:1-11.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kpatch-patch-5_14_0-284_104_1-debuginfo-0:1-11.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_104_1-debuginfo-0:1-11.el9_2.ppc64le" }, "product_reference": "kpatch-patch-5_14_0-284_104_1-debuginfo-0:1-11.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kpatch-patch-5_14_0-284_104_1-debuginfo-0:1-11.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_104_1-debuginfo-0:1-11.el9_2.x86_64" }, "product_reference": "kpatch-patch-5_14_0-284_104_1-debuginfo-0:1-11.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kpatch-patch-5_14_0-284_104_1-debugsource-0:1-11.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_104_1-debugsource-0:1-11.el9_2.ppc64le" }, "product_reference": "kpatch-patch-5_14_0-284_104_1-debugsource-0:1-11.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kpatch-patch-5_14_0-284_104_1-debugsource-0:1-11.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_104_1-debugsource-0:1-11.el9_2.x86_64" }, "product_reference": "kpatch-patch-5_14_0-284_104_1-debugsource-0:1-11.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kpatch-patch-5_14_0-284_117_1-0:1-8.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_117_1-0:1-8.el9_2.ppc64le" }, "product_reference": "kpatch-patch-5_14_0-284_117_1-0:1-8.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kpatch-patch-5_14_0-284_117_1-0:1-8.el9_2.src as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_117_1-0:1-8.el9_2.src" }, "product_reference": "kpatch-patch-5_14_0-284_117_1-0:1-8.el9_2.src", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kpatch-patch-5_14_0-284_117_1-0:1-8.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_117_1-0:1-8.el9_2.x86_64" }, "product_reference": "kpatch-patch-5_14_0-284_117_1-0:1-8.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kpatch-patch-5_14_0-284_117_1-debuginfo-0:1-8.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_117_1-debuginfo-0:1-8.el9_2.ppc64le" }, "product_reference": "kpatch-patch-5_14_0-284_117_1-debuginfo-0:1-8.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kpatch-patch-5_14_0-284_117_1-debuginfo-0:1-8.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_117_1-debuginfo-0:1-8.el9_2.x86_64" }, "product_reference": "kpatch-patch-5_14_0-284_117_1-debuginfo-0:1-8.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kpatch-patch-5_14_0-284_117_1-debugsource-0:1-8.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_117_1-debugsource-0:1-8.el9_2.ppc64le" }, "product_reference": "kpatch-patch-5_14_0-284_117_1-debugsource-0:1-8.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kpatch-patch-5_14_0-284_117_1-debugsource-0:1-8.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_117_1-debugsource-0:1-8.el9_2.x86_64" }, "product_reference": "kpatch-patch-5_14_0-284_117_1-debugsource-0:1-8.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kpatch-patch-5_14_0-284_134_1-0:1-2.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_134_1-0:1-2.el9_2.ppc64le" }, "product_reference": "kpatch-patch-5_14_0-284_134_1-0:1-2.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kpatch-patch-5_14_0-284_134_1-0:1-2.el9_2.src as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_134_1-0:1-2.el9_2.src" }, "product_reference": "kpatch-patch-5_14_0-284_134_1-0:1-2.el9_2.src", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kpatch-patch-5_14_0-284_134_1-0:1-2.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_134_1-0:1-2.el9_2.x86_64" }, "product_reference": "kpatch-patch-5_14_0-284_134_1-0:1-2.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kpatch-patch-5_14_0-284_134_1-debuginfo-0:1-2.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_134_1-debuginfo-0:1-2.el9_2.ppc64le" }, "product_reference": "kpatch-patch-5_14_0-284_134_1-debuginfo-0:1-2.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kpatch-patch-5_14_0-284_134_1-debuginfo-0:1-2.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_134_1-debuginfo-0:1-2.el9_2.x86_64" }, "product_reference": "kpatch-patch-5_14_0-284_134_1-debuginfo-0:1-2.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kpatch-patch-5_14_0-284_134_1-debugsource-0:1-2.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_134_1-debugsource-0:1-2.el9_2.ppc64le" }, "product_reference": "kpatch-patch-5_14_0-284_134_1-debugsource-0:1-2.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kpatch-patch-5_14_0-284_134_1-debugsource-0:1-2.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_134_1-debugsource-0:1-2.el9_2.x86_64" }, "product_reference": "kpatch-patch-5_14_0-284_134_1-debugsource-0:1-2.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kpatch-patch-5_14_0-284_79_1-0:1-15.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_79_1-0:1-15.el9_2.ppc64le" }, "product_reference": "kpatch-patch-5_14_0-284_79_1-0:1-15.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kpatch-patch-5_14_0-284_79_1-0:1-15.el9_2.src as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_79_1-0:1-15.el9_2.src" }, "product_reference": "kpatch-patch-5_14_0-284_79_1-0:1-15.el9_2.src", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kpatch-patch-5_14_0-284_79_1-0:1-15.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_79_1-0:1-15.el9_2.x86_64" }, "product_reference": "kpatch-patch-5_14_0-284_79_1-0:1-15.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kpatch-patch-5_14_0-284_79_1-debuginfo-0:1-15.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_79_1-debuginfo-0:1-15.el9_2.ppc64le" }, "product_reference": "kpatch-patch-5_14_0-284_79_1-debuginfo-0:1-15.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kpatch-patch-5_14_0-284_79_1-debuginfo-0:1-15.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_79_1-debuginfo-0:1-15.el9_2.x86_64" }, "product_reference": "kpatch-patch-5_14_0-284_79_1-debuginfo-0:1-15.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kpatch-patch-5_14_0-284_79_1-debugsource-0:1-15.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_79_1-debugsource-0:1-15.el9_2.ppc64le" }, "product_reference": "kpatch-patch-5_14_0-284_79_1-debugsource-0:1-15.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kpatch-patch-5_14_0-284_79_1-debugsource-0:1-15.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_79_1-debugsource-0:1-15.el9_2.x86_64" }, "product_reference": "kpatch-patch-5_14_0-284_79_1-debugsource-0:1-15.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kpatch-patch-5_14_0-284_92_1-0:1-13.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_92_1-0:1-13.el9_2.ppc64le" }, "product_reference": "kpatch-patch-5_14_0-284_92_1-0:1-13.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kpatch-patch-5_14_0-284_92_1-0:1-13.el9_2.src as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_92_1-0:1-13.el9_2.src" }, "product_reference": "kpatch-patch-5_14_0-284_92_1-0:1-13.el9_2.src", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kpatch-patch-5_14_0-284_92_1-0:1-13.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_92_1-0:1-13.el9_2.x86_64" }, "product_reference": "kpatch-patch-5_14_0-284_92_1-0:1-13.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kpatch-patch-5_14_0-284_92_1-debuginfo-0:1-13.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_92_1-debuginfo-0:1-13.el9_2.ppc64le" }, "product_reference": "kpatch-patch-5_14_0-284_92_1-debuginfo-0:1-13.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kpatch-patch-5_14_0-284_92_1-debuginfo-0:1-13.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_92_1-debuginfo-0:1-13.el9_2.x86_64" }, "product_reference": "kpatch-patch-5_14_0-284_92_1-debuginfo-0:1-13.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kpatch-patch-5_14_0-284_92_1-debugsource-0:1-13.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_92_1-debugsource-0:1-13.el9_2.ppc64le" }, "product_reference": "kpatch-patch-5_14_0-284_92_1-debugsource-0:1-13.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "kpatch-patch-5_14_0-284_92_1-debugsource-0:1-13.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)", "product_id": "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_92_1-debugsource-0:1-13.el9_2.x86_64" }, "product_reference": "kpatch-patch-5_14_0-284_92_1-debugsource-0:1-13.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-53186", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2025-09-15T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2395254" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nskbuff: Fix a race between coalescing and releasing SKBs\n\nCommit 1effe8ca4e34 (\"skbuff: fix coalescing for page_pool fragment\nrecycling\") allowed coalescing to proceed with non page pool page and page\npool page when @from is cloned, i.e.\n\nto-\u003epp_recycle --\u003e false\nfrom-\u003epp_recycle --\u003e true\nskb_cloned(from) --\u003e true\n\nHowever, it actually requires skb_cloned(@from) to hold true until\ncoalescing finishes in this situation. If the other cloned SKB is\nreleased while the merging is in process, from_shinfo-\u003enr_frags will be\nset to 0 toward the end of the function, causing the increment of frag\npage _refcount to be unexpectedly skipped resulting in inconsistent\nreference counts. Later when SKB(@to) is released, it frees the page\ndirectly even though the page pool page is still in use, leading to\nuse-after-free or double-free errors. So it should be prohibited.\n\nThe double-free error message below prompted us to investigate:\nBUG: Bad page state in process swapper/1 pfn:0e0d1\npage:00000000c6548b28 refcount:-1 mapcount:0 mapping:0000000000000000\nindex:0x2 pfn:0xe0d1\nflags: 0xfffffc0000000(node=0|zone=1|lastcpupid=0x1fffff)\nraw: 000fffffc0000000 0000000000000000 ffffffff00000101 0000000000000000\nraw: 0000000000000002 0000000000000000 ffffffffffffffff 0000000000000000\npage dumped because: nonzero _refcount\n\nCPU: 1 PID: 0 Comm: swapper/1 Tainted: G E 6.2.0+\nCall Trace:\n \u003cIRQ\u003e\ndump_stack_lvl+0x32/0x50\nbad_page+0x69/0xf0\nfree_pcp_prepare+0x260/0x2f0\nfree_unref_page+0x20/0x1c0\nskb_release_data+0x10b/0x1a0\nnapi_consume_skb+0x56/0x150\nnet_rx_action+0xf0/0x350\n? __napi_schedule+0x79/0x90\n__do_softirq+0xc8/0x2b1\n__irq_exit_rcu+0xb9/0xf0\ncommon_interrupt+0x82/0xa0\n\u003c/IRQ\u003e\n\u003cTASK\u003e\nasm_common_interrupt+0x22/0x40\nRIP: 0010:default_idle+0xb/0x20", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: skbuff: Fix a race between coalescing and releasing SKBs", "title": "Vulnerability summary" }, { "category": "other", "text": "A race condition in skb_try_coalesce() could lead to use-after-free or double-free when a cloned SKB with page_pool pages is released during coalescing. This results in inconsistent reference counts and potential kernel crashes.\nWhile primarily a denial-of-service issue, exploitation could theoretically be extended to arbitrary code execution, though the complexity of reliably triggering the race is high.\nThe flaw only affects systems with NIC drivers using the page_pool API, limiting its exposure in practice.\nThe bug not actual for Red Hat Enterprise Linux 8 (all versions) and actual only for versions of the Red Hat Enterprise Linux 9 before 9.3.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_104_1-0:1-11.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_104_1-0:1-11.el9_2.src", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_104_1-0:1-11.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_104_1-debuginfo-0:1-11.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_104_1-debuginfo-0:1-11.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_104_1-debugsource-0:1-11.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_104_1-debugsource-0:1-11.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_117_1-0:1-8.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_117_1-0:1-8.el9_2.src", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_117_1-0:1-8.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_117_1-debuginfo-0:1-8.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_117_1-debuginfo-0:1-8.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_117_1-debugsource-0:1-8.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_117_1-debugsource-0:1-8.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_134_1-0:1-2.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_134_1-0:1-2.el9_2.src", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_134_1-0:1-2.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_134_1-debuginfo-0:1-2.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_134_1-debuginfo-0:1-2.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_134_1-debugsource-0:1-2.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_134_1-debugsource-0:1-2.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_79_1-0:1-15.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_79_1-0:1-15.el9_2.src", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_79_1-0:1-15.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_79_1-debuginfo-0:1-15.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_79_1-debuginfo-0:1-15.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_79_1-debugsource-0:1-15.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_79_1-debugsource-0:1-15.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_92_1-0:1-13.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_92_1-0:1-13.el9_2.src", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_92_1-0:1-13.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_92_1-debuginfo-0:1-13.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_92_1-debuginfo-0:1-13.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_92_1-debugsource-0:1-13.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_92_1-debugsource-0:1-13.el9_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-53186" }, { "category": "external", "summary": "RHBZ#2395254", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2395254" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-53186", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53186" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-53186", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-53186" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025091557-CVE-2023-53186-25a4@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025091557-CVE-2023-53186-25a4@gregkh/T" } ], "release_date": "2025-09-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-10-14T00:35:21+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", "product_ids": [ "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_104_1-0:1-11.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_104_1-0:1-11.el9_2.src", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_104_1-0:1-11.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_104_1-debuginfo-0:1-11.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_104_1-debuginfo-0:1-11.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_104_1-debugsource-0:1-11.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_104_1-debugsource-0:1-11.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_117_1-0:1-8.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_117_1-0:1-8.el9_2.src", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_117_1-0:1-8.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_117_1-debuginfo-0:1-8.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_117_1-debuginfo-0:1-8.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_117_1-debugsource-0:1-8.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_117_1-debugsource-0:1-8.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_134_1-0:1-2.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_134_1-0:1-2.el9_2.src", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_134_1-0:1-2.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_134_1-debuginfo-0:1-2.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_134_1-debuginfo-0:1-2.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_134_1-debugsource-0:1-2.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_134_1-debugsource-0:1-2.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_79_1-0:1-15.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_79_1-0:1-15.el9_2.src", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_79_1-0:1-15.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_79_1-debuginfo-0:1-15.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_79_1-debuginfo-0:1-15.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_79_1-debugsource-0:1-15.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_79_1-debugsource-0:1-15.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_92_1-0:1-13.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_92_1-0:1-13.el9_2.src", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_92_1-0:1-13.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_92_1-debuginfo-0:1-13.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_92_1-debuginfo-0:1-13.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_92_1-debugsource-0:1-13.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_92_1-debugsource-0:1-13.el9_2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:17896" }, { "category": "workaround", "details": "It is not possible to completely eliminate the theoretical risk of a remote exploit, but the attack is fairly complex and in many realistic deployments cannot be triggered from outside the local network. You can substantially reduce the likelihood of a successful attack by disabling network features that cause drivers to use the page_pool/zero-copy receive paths. The following commands are a conceptual example of mitigations \u2014 adapt them to your interface and driver:\n\n# replace eth0 with the actual interface name\n\n# turn off generic offloads that often change skb handling\nethtool -K eth0 gro off lro off gso off tso off rx off\n# disable rx/tx offload flags separately:\nethtool -K eth0 rxvlan off rxhash off\n# disable specific features (driver dependent)\nethtool -k eth0", "product_ids": [ "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_104_1-0:1-11.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_104_1-0:1-11.el9_2.src", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_104_1-0:1-11.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_104_1-debuginfo-0:1-11.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_104_1-debuginfo-0:1-11.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_104_1-debugsource-0:1-11.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_104_1-debugsource-0:1-11.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_117_1-0:1-8.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_117_1-0:1-8.el9_2.src", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_117_1-0:1-8.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_117_1-debuginfo-0:1-8.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_117_1-debuginfo-0:1-8.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_117_1-debugsource-0:1-8.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_117_1-debugsource-0:1-8.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_134_1-0:1-2.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_134_1-0:1-2.el9_2.src", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_134_1-0:1-2.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_134_1-debuginfo-0:1-2.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_134_1-debuginfo-0:1-2.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_134_1-debugsource-0:1-2.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_134_1-debugsource-0:1-2.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_79_1-0:1-15.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_79_1-0:1-15.el9_2.src", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_79_1-0:1-15.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_79_1-debuginfo-0:1-15.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_79_1-debuginfo-0:1-15.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_79_1-debugsource-0:1-15.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_79_1-debugsource-0:1-15.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_92_1-0:1-13.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_92_1-0:1-13.el9_2.src", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_92_1-0:1-13.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_92_1-debuginfo-0:1-13.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_92_1-debuginfo-0:1-13.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_92_1-debugsource-0:1-13.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_92_1-debugsource-0:1-13.el9_2.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.0, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:H", "version": "3.1" }, "products": [ "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_104_1-0:1-11.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_104_1-0:1-11.el9_2.src", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_104_1-0:1-11.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_104_1-debuginfo-0:1-11.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_104_1-debuginfo-0:1-11.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_104_1-debugsource-0:1-11.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_104_1-debugsource-0:1-11.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_117_1-0:1-8.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_117_1-0:1-8.el9_2.src", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_117_1-0:1-8.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_117_1-debuginfo-0:1-8.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_117_1-debuginfo-0:1-8.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_117_1-debugsource-0:1-8.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_117_1-debugsource-0:1-8.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_134_1-0:1-2.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_134_1-0:1-2.el9_2.src", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_134_1-0:1-2.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_134_1-debuginfo-0:1-2.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_134_1-debuginfo-0:1-2.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_134_1-debugsource-0:1-2.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_134_1-debugsource-0:1-2.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_79_1-0:1-15.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_79_1-0:1-15.el9_2.src", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_79_1-0:1-15.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_79_1-debuginfo-0:1-15.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_79_1-debuginfo-0:1-15.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_79_1-debugsource-0:1-15.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_79_1-debugsource-0:1-15.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_92_1-0:1-13.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_92_1-0:1-13.el9_2.src", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_92_1-0:1-13.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_92_1-debuginfo-0:1-13.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_92_1-debuginfo-0:1-13.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_92_1-debugsource-0:1-13.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kpatch-patch-5_14_0-284_92_1-debugsource-0:1-13.el9_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "kernel: skbuff: Fix a race between coalescing and releasing SKBs" } ] }
ghsa-2937-wfx7-vxfg
Vulnerability from github
In the Linux kernel, the following vulnerability has been resolved:
skbuff: Fix a race between coalescing and releasing SKBs
Commit 1effe8ca4e34 ("skbuff: fix coalescing for page_pool fragment recycling") allowed coalescing to proceed with non page pool page and page pool page when @from is cloned, i.e.
to->pp_recycle --> false from->pp_recycle --> true skb_cloned(from) --> true
However, it actually requires skb_cloned(@from) to hold true until coalescing finishes in this situation. If the other cloned SKB is released while the merging is in process, from_shinfo->nr_frags will be set to 0 toward the end of the function, causing the increment of frag page _refcount to be unexpectedly skipped resulting in inconsistent reference counts. Later when SKB(@to) is released, it frees the page directly even though the page pool page is still in use, leading to use-after-free or double-free errors. So it should be prohibited.
The double-free error message below prompted us to investigate: BUG: Bad page state in process swapper/1 pfn:0e0d1 page:00000000c6548b28 refcount:-1 mapcount:0 mapping:0000000000000000 index:0x2 pfn:0xe0d1 flags: 0xfffffc0000000(node=0|zone=1|lastcpupid=0x1fffff) raw: 000fffffc0000000 0000000000000000 ffffffff00000101 0000000000000000 raw: 0000000000000002 0000000000000000 ffffffffffffffff 0000000000000000 page dumped because: nonzero _refcount
CPU: 1 PID: 0 Comm: swapper/1 Tainted: G E 6.2.0+ Call Trace: dump_stack_lvl+0x32/0x50 bad_page+0x69/0xf0 free_pcp_prepare+0x260/0x2f0 free_unref_page+0x20/0x1c0 skb_release_data+0x10b/0x1a0 napi_consume_skb+0x56/0x150 net_rx_action+0xf0/0x350 ? __napi_schedule+0x79/0x90 __do_softirq+0xc8/0x2b1 __irq_exit_rcu+0xb9/0xf0 common_interrupt+0x82/0xa0 asm_common_interrupt+0x22/0x40 RIP: 0010:default_idle+0xb/0x20
{ "affected": [], "aliases": [ "CVE-2023-53186" ], "database_specific": { "cwe_ids": [], "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2025-09-15T14:15:40Z", "severity": null }, "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nskbuff: Fix a race between coalescing and releasing SKBs\n\nCommit 1effe8ca4e34 (\"skbuff: fix coalescing for page_pool fragment\nrecycling\") allowed coalescing to proceed with non page pool page and page\npool page when @from is cloned, i.e.\n\nto-\u003epp_recycle --\u003e false\nfrom-\u003epp_recycle --\u003e true\nskb_cloned(from) --\u003e true\n\nHowever, it actually requires skb_cloned(@from) to hold true until\ncoalescing finishes in this situation. If the other cloned SKB is\nreleased while the merging is in process, from_shinfo-\u003enr_frags will be\nset to 0 toward the end of the function, causing the increment of frag\npage _refcount to be unexpectedly skipped resulting in inconsistent\nreference counts. Later when SKB(@to) is released, it frees the page\ndirectly even though the page pool page is still in use, leading to\nuse-after-free or double-free errors. So it should be prohibited.\n\nThe double-free error message below prompted us to investigate:\nBUG: Bad page state in process swapper/1 pfn:0e0d1\npage:00000000c6548b28 refcount:-1 mapcount:0 mapping:0000000000000000\nindex:0x2 pfn:0xe0d1\nflags: 0xfffffc0000000(node=0|zone=1|lastcpupid=0x1fffff)\nraw: 000fffffc0000000 0000000000000000 ffffffff00000101 0000000000000000\nraw: 0000000000000002 0000000000000000 ffffffffffffffff 0000000000000000\npage dumped because: nonzero _refcount\n\nCPU: 1 PID: 0 Comm: swapper/1 Tainted: G E 6.2.0+\nCall Trace:\n \u003cIRQ\u003e\ndump_stack_lvl+0x32/0x50\nbad_page+0x69/0xf0\nfree_pcp_prepare+0x260/0x2f0\nfree_unref_page+0x20/0x1c0\nskb_release_data+0x10b/0x1a0\nnapi_consume_skb+0x56/0x150\nnet_rx_action+0xf0/0x350\n? __napi_schedule+0x79/0x90\n__do_softirq+0xc8/0x2b1\n__irq_exit_rcu+0xb9/0xf0\ncommon_interrupt+0x82/0xa0\n\u003c/IRQ\u003e\n\u003cTASK\u003e\nasm_common_interrupt+0x22/0x40\nRIP: 0010:default_idle+0xb/0x20", "id": "GHSA-2937-wfx7-vxfg", "modified": "2025-09-15T15:31:24Z", "published": "2025-09-15T15:31:24Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-53186" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/0646dc31ca886693274df5749cd0c8c1eaaeb5ca" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/5f692c992a3bb9a8018e3488098b401a4229e7ec" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/71850b5af92da21b4862a9bc55bda61091247d00" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/906a6689bb0191ad2a44131a3377006aa098af59" } ], "schema_version": "1.4.0", "severity": [] }
wid-sec-w-2025-2053
Vulnerability from csaf_certbund
Notes
{ "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 einen Denial of Service Angriff durchzuf\u00fchren oder nicht n\u00e4her beschriebene Auswirkungen zu erzielen.", "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-2025-2053 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-2053.json" }, { "category": "self", "summary": "WID-SEC-2025-2053 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-2053" }, { "category": "external", "summary": "Kernel CVE Announce Mailingliste", "url": "https://lore.kernel.org/linux-cve-announce/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50234", "url": "https://lore.kernel.org/linux-cve-announce/2025091545-CVE-2022-50234-bd01@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50235", "url": "https://lore.kernel.org/linux-cve-announce/2025091547-CVE-2022-50235-a5c0@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50236", "url": "https://lore.kernel.org/linux-cve-announce/2025091547-CVE-2022-50236-dc41@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50239", "url": "https://lore.kernel.org/linux-cve-announce/2025091547-CVE-2022-50239-3908@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50240", "url": "https://lore.kernel.org/linux-cve-announce/2025091547-CVE-2022-50240-6e40@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50241", "url": "https://lore.kernel.org/linux-cve-announce/2025091548-CVE-2022-50241-0f92@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50242", "url": "https://lore.kernel.org/linux-cve-announce/2025091548-CVE-2022-50242-9a25@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50243", "url": "https://lore.kernel.org/linux-cve-announce/2025091548-CVE-2022-50243-4311@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50244", "url": "https://lore.kernel.org/linux-cve-announce/2025091548-CVE-2022-50244-4e09@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50245", "url": "https://lore.kernel.org/linux-cve-announce/2025091548-CVE-2022-50245-57e4@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50246", "url": "https://lore.kernel.org/linux-cve-announce/2025091548-CVE-2022-50246-d173@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50247", "url": "https://lore.kernel.org/linux-cve-announce/2025091549-CVE-2022-50247-1ab7@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50248", "url": "https://lore.kernel.org/linux-cve-announce/2025091549-CVE-2022-50248-edcb@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50249", "url": "https://lore.kernel.org/linux-cve-announce/2025091549-CVE-2022-50249-bfbe@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50250", "url": "https://lore.kernel.org/linux-cve-announce/2025091549-CVE-2022-50250-1be1@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50251", "url": "https://lore.kernel.org/linux-cve-announce/2025091549-CVE-2022-50251-c216@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50252", "url": "https://lore.kernel.org/linux-cve-announce/2025091550-CVE-2022-50252-5c96@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50253", "url": "https://lore.kernel.org/linux-cve-announce/2025091550-CVE-2022-50253-1ed7@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50254", "url": "https://lore.kernel.org/linux-cve-announce/2025091550-CVE-2022-50254-c910@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50255", "url": "https://lore.kernel.org/linux-cve-announce/2025091550-CVE-2022-50255-c5ec@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50256", "url": "https://lore.kernel.org/linux-cve-announce/2025091550-CVE-2022-50256-069f@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50257", "url": "https://lore.kernel.org/linux-cve-announce/2025091550-CVE-2022-50257-648e@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50258", "url": "https://lore.kernel.org/linux-cve-announce/2025091551-CVE-2022-50258-1497@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50259", "url": "https://lore.kernel.org/linux-cve-announce/2025091551-CVE-2022-50259-6276@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50260", "url": "https://lore.kernel.org/linux-cve-announce/2025091551-CVE-2022-50260-a136@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50261", "url": "https://lore.kernel.org/linux-cve-announce/2025091551-CVE-2022-50261-9892@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50262", "url": "https://lore.kernel.org/linux-cve-announce/2025091503-CVE-2022-50262-0645@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50263", "url": "https://lore.kernel.org/linux-cve-announce/2025091503-CVE-2022-50263-040c@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50264", "url": "https://lore.kernel.org/linux-cve-announce/2025091504-CVE-2022-50264-3988@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50265", "url": "https://lore.kernel.org/linux-cve-announce/2025091504-CVE-2022-50265-509d@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50266", "url": "https://lore.kernel.org/linux-cve-announce/2025091504-CVE-2022-50266-9532@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50267", "url": "https://lore.kernel.org/linux-cve-announce/2025091504-CVE-2022-50267-2de9@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50268", "url": "https://lore.kernel.org/linux-cve-announce/2025091504-CVE-2022-50268-bcdf@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50269", "url": "https://lore.kernel.org/linux-cve-announce/2025091504-CVE-2022-50269-24d9@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50270", "url": "https://lore.kernel.org/linux-cve-announce/2025091505-CVE-2022-50270-5b28@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50271", "url": "https://lore.kernel.org/linux-cve-announce/2025091505-CVE-2022-50271-2175@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50272", "url": "https://lore.kernel.org/linux-cve-announce/2025091505-CVE-2022-50272-4120@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50273", "url": "https://lore.kernel.org/linux-cve-announce/2025091505-CVE-2022-50273-5521@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50274", "url": "https://lore.kernel.org/linux-cve-announce/2025091505-CVE-2022-50274-ad8d@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50275", "url": "https://lore.kernel.org/linux-cve-announce/2025091506-CVE-2022-50275-2ef2@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50276", "url": "https://lore.kernel.org/linux-cve-announce/2025091506-CVE-2022-50276-e9a6@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50277", "url": "https://lore.kernel.org/linux-cve-announce/2025091506-CVE-2022-50277-085f@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50278", "url": "https://lore.kernel.org/linux-cve-announce/2025091506-CVE-2022-50278-fcc9@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50279", "url": "https://lore.kernel.org/linux-cve-announce/2025091506-CVE-2022-50279-412b@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50280", "url": "https://lore.kernel.org/linux-cve-announce/2025091506-CVE-2022-50280-762f@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50281", "url": "https://lore.kernel.org/linux-cve-announce/2025091507-CVE-2022-50281-f141@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50282", "url": "https://lore.kernel.org/linux-cve-announce/2025091507-CVE-2022-50282-322d@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50283", "url": "https://lore.kernel.org/linux-cve-announce/2025091507-CVE-2022-50283-d21e@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50284", "url": "https://lore.kernel.org/linux-cve-announce/2025091507-CVE-2022-50284-b5c2@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50285", "url": "https://lore.kernel.org/linux-cve-announce/2025091507-CVE-2022-50285-955c@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50286", "url": "https://lore.kernel.org/linux-cve-announce/2025091508-CVE-2022-50286-b313@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50287", "url": "https://lore.kernel.org/linux-cve-announce/2025091508-CVE-2022-50287-a3ce@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50288", "url": "https://lore.kernel.org/linux-cve-announce/2025091508-CVE-2022-50288-3421@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50289", "url": "https://lore.kernel.org/linux-cve-announce/2025091508-CVE-2022-50289-1532@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50290", "url": "https://lore.kernel.org/linux-cve-announce/2025091508-CVE-2022-50290-a7af@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50291", "url": "https://lore.kernel.org/linux-cve-announce/2025091554-CVE-2022-50291-82e7@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50292", "url": "https://lore.kernel.org/linux-cve-announce/2025091556-CVE-2022-50292-cb74@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50293", "url": "https://lore.kernel.org/linux-cve-announce/2025091556-CVE-2022-50293-2dbe@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50294", "url": "https://lore.kernel.org/linux-cve-announce/2025091557-CVE-2022-50294-7c87@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50295", "url": "https://lore.kernel.org/linux-cve-announce/2025091557-CVE-2022-50295-8141@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50296", "url": "https://lore.kernel.org/linux-cve-announce/2025091557-CVE-2022-50296-7d7e@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50297", "url": "https://lore.kernel.org/linux-cve-announce/2025091557-CVE-2022-50297-974e@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50298", "url": "https://lore.kernel.org/linux-cve-announce/2025091557-CVE-2022-50298-06f8@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50299", "url": "https://lore.kernel.org/linux-cve-announce/2025091557-CVE-2022-50299-9449@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50300", "url": "https://lore.kernel.org/linux-cve-announce/2025091558-CVE-2022-50300-203c@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50301", "url": "https://lore.kernel.org/linux-cve-announce/2025091558-CVE-2022-50301-c26c@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50302", "url": "https://lore.kernel.org/linux-cve-announce/2025091558-CVE-2022-50302-89ee@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50303", "url": "https://lore.kernel.org/linux-cve-announce/2025091558-CVE-2022-50303-7759@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50304", "url": "https://lore.kernel.org/linux-cve-announce/2025091558-CVE-2022-50304-4b20@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50305", "url": "https://lore.kernel.org/linux-cve-announce/2025091559-CVE-2022-50305-8aba@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50306", "url": "https://lore.kernel.org/linux-cve-announce/2025091559-CVE-2022-50306-c1da@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50307", "url": "https://lore.kernel.org/linux-cve-announce/2025091559-CVE-2022-50307-3240@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50308", "url": "https://lore.kernel.org/linux-cve-announce/2025091559-CVE-2022-50308-8b1d@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50309", "url": "https://lore.kernel.org/linux-cve-announce/2025091559-CVE-2022-50309-f82b@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50310", "url": "https://lore.kernel.org/linux-cve-announce/2025091559-CVE-2022-50310-aa10@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50311", "url": "https://lore.kernel.org/linux-cve-announce/2025091500-CVE-2022-50311-0c21@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50312", "url": "https://lore.kernel.org/linux-cve-announce/2025091500-CVE-2022-50312-105d@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50313", "url": "https://lore.kernel.org/linux-cve-announce/2025091500-CVE-2022-50313-2fa9@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50314", "url": "https://lore.kernel.org/linux-cve-announce/2025091500-CVE-2022-50314-9a10@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50315", "url": "https://lore.kernel.org/linux-cve-announce/2025091500-CVE-2022-50315-a3b8@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50316", "url": "https://lore.kernel.org/linux-cve-announce/2025091552-CVE-2022-50316-6e9e@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50317", "url": "https://lore.kernel.org/linux-cve-announce/2025091552-CVE-2022-50317-6b3b@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50318", "url": "https://lore.kernel.org/linux-cve-announce/2025091552-CVE-2022-50318-6f5e@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50319", "url": "https://lore.kernel.org/linux-cve-announce/2025091553-CVE-2022-50319-6747@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50320", "url": "https://lore.kernel.org/linux-cve-announce/2025091553-CVE-2022-50320-5ffa@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50321", "url": "https://lore.kernel.org/linux-cve-announce/2025091553-CVE-2022-50321-bba8@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50322", "url": "https://lore.kernel.org/linux-cve-announce/2025091553-CVE-2022-50322-079d@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50323", "url": "https://lore.kernel.org/linux-cve-announce/2025091553-CVE-2022-50323-a29f@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50324", "url": "https://lore.kernel.org/linux-cve-announce/2025091553-CVE-2022-50324-e9d8@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50325", "url": "https://lore.kernel.org/linux-cve-announce/2025091554-CVE-2022-50325-d6bb@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50326", "url": "https://lore.kernel.org/linux-cve-announce/2025091554-CVE-2022-50326-7ffc@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50327", "url": "https://lore.kernel.org/linux-cve-announce/2025091554-CVE-2022-50327-5d27@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50328", "url": "https://lore.kernel.org/linux-cve-announce/2025091554-CVE-2022-50328-f996@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50329", "url": "https://lore.kernel.org/linux-cve-announce/2025091554-CVE-2022-50329-58ac@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50330", "url": "https://lore.kernel.org/linux-cve-announce/2025091555-CVE-2022-50330-cd49@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50331", "url": "https://lore.kernel.org/linux-cve-announce/2025091555-CVE-2022-50331-53e1@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50332", "url": "https://lore.kernel.org/linux-cve-announce/2025091555-CVE-2022-50332-a052@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50333", "url": "https://lore.kernel.org/linux-cve-announce/2025091555-CVE-2022-50333-d81f@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50334", "url": "https://lore.kernel.org/linux-cve-announce/2025091555-CVE-2022-50334-488d@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50335", "url": "https://lore.kernel.org/linux-cve-announce/2025091556-CVE-2022-50335-141b@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50336", "url": "https://lore.kernel.org/linux-cve-announce/2025091556-CVE-2022-50336-0b7e@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50337", "url": "https://lore.kernel.org/linux-cve-announce/2025091556-CVE-2022-50337-42aa@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-50338", "url": "https://lore.kernel.org/linux-cve-announce/2025091556-CVE-2022-50338-506b@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53147", "url": "https://lore.kernel.org/linux-cve-announce/2025091551-CVE-2023-53147-8f20@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53148", "url": "https://lore.kernel.org/linux-cve-announce/2025091552-CVE-2023-53148-e1b8@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53149", "url": "https://lore.kernel.org/linux-cve-announce/2025091552-CVE-2023-53149-2f0a@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53150", "url": "https://lore.kernel.org/linux-cve-announce/2025091552-CVE-2023-53150-29b0@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53151", "url": "https://lore.kernel.org/linux-cve-announce/2025091552-CVE-2023-53151-263e@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53152", "url": "https://lore.kernel.org/linux-cve-announce/2025091552-CVE-2023-53152-130d@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53153", "url": "https://lore.kernel.org/linux-cve-announce/2025091553-CVE-2023-53153-d85c@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53163", "url": "https://lore.kernel.org/linux-cve-announce/2025091553-CVE-2023-53163-860f@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53164", "url": "https://lore.kernel.org/linux-cve-announce/2025091553-CVE-2023-53164-3a5d@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53165", "url": "https://lore.kernel.org/linux-cve-announce/2025091553-CVE-2023-53165-a7c4@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53166", "url": "https://lore.kernel.org/linux-cve-announce/2025091553-CVE-2023-53166-12e5@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53167", "url": "https://lore.kernel.org/linux-cve-announce/2025091553-CVE-2023-53167-3fb7@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53168", "url": "https://lore.kernel.org/linux-cve-announce/2025091554-CVE-2023-53168-7628@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53169", "url": "https://lore.kernel.org/linux-cve-announce/2025091554-CVE-2023-53169-0678@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53170", "url": "https://lore.kernel.org/linux-cve-announce/2025091554-CVE-2023-53170-d187@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53171", "url": "https://lore.kernel.org/linux-cve-announce/2025091554-CVE-2023-53171-be9f@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53172", "url": "https://lore.kernel.org/linux-cve-announce/2025091554-CVE-2023-53172-3f93@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53173", "url": "https://lore.kernel.org/linux-cve-announce/2025091555-CVE-2023-53173-4180@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53174", "url": "https://lore.kernel.org/linux-cve-announce/2025091555-CVE-2023-53174-ed92@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53175", "url": "https://lore.kernel.org/linux-cve-announce/2025091555-CVE-2023-53175-66fa@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53176", "url": "https://lore.kernel.org/linux-cve-announce/2025091555-CVE-2023-53176-4194@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53177", "url": "https://lore.kernel.org/linux-cve-announce/2025091555-CVE-2023-53177-9a91@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53178", "url": "https://lore.kernel.org/linux-cve-announce/2025091555-CVE-2023-53178-9d27@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53179", "url": "https://lore.kernel.org/linux-cve-announce/2025091556-CVE-2023-53179-eb55@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53180", "url": "https://lore.kernel.org/linux-cve-announce/2025091556-CVE-2023-53180-5e16@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53181", "url": "https://lore.kernel.org/linux-cve-announce/2025091556-CVE-2023-53181-608c@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53182", "url": "https://lore.kernel.org/linux-cve-announce/2025091556-CVE-2023-53182-dcdb@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53183", "url": "https://lore.kernel.org/linux-cve-announce/2025091556-CVE-2023-53183-b15d@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53184", "url": "https://lore.kernel.org/linux-cve-announce/2025091557-CVE-2023-53184-3b7a@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53185", "url": "https://lore.kernel.org/linux-cve-announce/2025091557-CVE-2023-53185-2f8d@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53186", "url": "https://lore.kernel.org/linux-cve-announce/2025091557-CVE-2023-53186-25a4@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53187", "url": "https://lore.kernel.org/linux-cve-announce/2025091557-CVE-2023-53187-fb77@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53188", "url": "https://lore.kernel.org/linux-cve-announce/2025091557-CVE-2023-53188-373f@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53189", "url": "https://lore.kernel.org/linux-cve-announce/2025091557-CVE-2023-53189-19c2@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53190", "url": "https://lore.kernel.org/linux-cve-announce/2025091558-CVE-2023-53190-0dfe@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53191", "url": "https://lore.kernel.org/linux-cve-announce/2025091558-CVE-2023-53191-7baa@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53192", "url": "https://lore.kernel.org/linux-cve-announce/2025091558-CVE-2023-53192-5ca6@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53193", "url": "https://lore.kernel.org/linux-cve-announce/2025091558-CVE-2023-53193-74f6@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53194", "url": "https://lore.kernel.org/linux-cve-announce/2025091558-CVE-2023-53194-1804@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53195", "url": "https://lore.kernel.org/linux-cve-announce/2025091559-CVE-2023-53195-a853@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53196", "url": "https://lore.kernel.org/linux-cve-announce/2025091559-CVE-2023-53196-c59a@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53197", "url": "https://lore.kernel.org/linux-cve-announce/2025091559-CVE-2023-53197-1f23@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53198", "url": "https://lore.kernel.org/linux-cve-announce/2025091559-CVE-2023-53198-094a@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53199", "url": "https://lore.kernel.org/linux-cve-announce/2025091509-CVE-2023-53199-8a8c@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53200", "url": "https://lore.kernel.org/linux-cve-announce/2025091509-CVE-2023-53200-a0c8@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53201", "url": "https://lore.kernel.org/linux-cve-announce/2025091509-CVE-2023-53201-baf1@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53202", "url": "https://lore.kernel.org/linux-cve-announce/2025091509-CVE-2023-53202-5e01@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53203", "url": "https://lore.kernel.org/linux-cve-announce/2025091509-CVE-2023-53203-4a9c@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53204", "url": "https://lore.kernel.org/linux-cve-announce/2025091509-CVE-2023-53204-3e15@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53205", "url": "https://lore.kernel.org/linux-cve-announce/2025091510-CVE-2023-53205-9a2b@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53206", "url": "https://lore.kernel.org/linux-cve-announce/2025091510-CVE-2023-53206-33fc@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53207", "url": "https://lore.kernel.org/linux-cve-announce/2025091510-CVE-2023-53207-5025@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53208", "url": "https://lore.kernel.org/linux-cve-announce/2025091510-CVE-2023-53208-b31d@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53209", "url": "https://lore.kernel.org/linux-cve-announce/2025091510-CVE-2023-53209-ed9e@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53210", "url": "https://lore.kernel.org/linux-cve-announce/2025091511-CVE-2023-53210-0e06@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53211", "url": "https://lore.kernel.org/linux-cve-announce/2025091511-CVE-2023-53211-6015@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53212", "url": "https://lore.kernel.org/linux-cve-announce/2025091511-CVE-2023-53212-fdd4@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53213", "url": "https://lore.kernel.org/linux-cve-announce/2025091511-CVE-2023-53213-dfc5@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53214", "url": "https://lore.kernel.org/linux-cve-announce/2025091511-CVE-2023-53214-87f5@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53215", "url": "https://lore.kernel.org/linux-cve-announce/2025091511-CVE-2023-53215-8895@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53216", "url": "https://lore.kernel.org/linux-cve-announce/2025091512-CVE-2023-53216-7693@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53217", "url": "https://lore.kernel.org/linux-cve-announce/2025091512-CVE-2023-53217-0de0@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53218", "url": "https://lore.kernel.org/linux-cve-announce/2025091512-CVE-2023-53218-0fca@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53219", "url": "https://lore.kernel.org/linux-cve-announce/2025091512-CVE-2023-53219-bd20@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53220", "url": "https://lore.kernel.org/linux-cve-announce/2025091512-CVE-2023-53220-e514@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53221", "url": "https://lore.kernel.org/linux-cve-announce/2025091513-CVE-2023-53221-c23e@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53222", "url": "https://lore.kernel.org/linux-cve-announce/2025091513-CVE-2023-53222-c1a9@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53223", "url": "https://lore.kernel.org/linux-cve-announce/2025091513-CVE-2023-53223-ee66@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53224", "url": "https://lore.kernel.org/linux-cve-announce/2025091513-CVE-2023-53224-190d@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53225", "url": "https://lore.kernel.org/linux-cve-announce/2025091513-CVE-2023-53225-5ed5@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53226", "url": "https://lore.kernel.org/linux-cve-announce/2025091513-CVE-2023-53226-a44a@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53227", "url": "https://lore.kernel.org/linux-cve-announce/2025091514-CVE-2023-53227-6a15@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53228", "url": "https://lore.kernel.org/linux-cve-announce/2025091514-CVE-2023-53228-441c@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53229", "url": "https://lore.kernel.org/linux-cve-announce/2025091514-CVE-2023-53229-a0ef@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53230", "url": "https://lore.kernel.org/linux-cve-announce/2025091514-CVE-2023-53230-6c94@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53231", "url": "https://lore.kernel.org/linux-cve-announce/2025091514-CVE-2023-53231-7743@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53232", "url": "https://lore.kernel.org/linux-cve-announce/2025091515-CVE-2023-53232-39fa@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53233", "url": "https://lore.kernel.org/linux-cve-announce/2025091515-CVE-2023-53233-8c6b@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53234", "url": "https://lore.kernel.org/linux-cve-announce/2025091515-CVE-2023-53234-5a07@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53235", "url": "https://lore.kernel.org/linux-cve-announce/2025091515-CVE-2023-53235-1104@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53236", "url": "https://lore.kernel.org/linux-cve-announce/2025091515-CVE-2023-53236-49ad@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53237", "url": "https://lore.kernel.org/linux-cve-announce/2025091516-CVE-2023-53237-7d1b@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53238", "url": "https://lore.kernel.org/linux-cve-announce/2025091516-CVE-2023-53238-f8a7@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53239", "url": "https://lore.kernel.org/linux-cve-announce/2025091516-CVE-2023-53239-9ea0@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53240", "url": "https://lore.kernel.org/linux-cve-announce/2025091516-CVE-2023-53240-c379@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53241", "url": "https://lore.kernel.org/linux-cve-announce/2025091516-CVE-2023-53241-c75a@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53242", "url": "https://lore.kernel.org/linux-cve-announce/2025091516-CVE-2023-53242-b7c5@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53243", "url": "https://lore.kernel.org/linux-cve-announce/2025091501-CVE-2023-53243-bac7@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53244", "url": "https://lore.kernel.org/linux-cve-announce/2025091501-CVE-2023-53244-197d@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53245", "url": "https://lore.kernel.org/linux-cve-announce/2025091501-CVE-2023-53245-256b@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53246", "url": "https://lore.kernel.org/linux-cve-announce/2025091501-CVE-2023-53246-a539@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53247", "url": "https://lore.kernel.org/linux-cve-announce/2025091501-CVE-2023-53247-60a0@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53248", "url": "https://lore.kernel.org/linux-cve-announce/2025091501-CVE-2023-53248-aa39@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53249", "url": "https://lore.kernel.org/linux-cve-announce/2025091502-CVE-2023-53249-aab7@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53250", "url": "https://lore.kernel.org/linux-cve-announce/2025091502-CVE-2023-53250-05ea@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53251", "url": "https://lore.kernel.org/linux-cve-announce/2025091502-CVE-2023-53251-8d43@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53252", "url": "https://lore.kernel.org/linux-cve-announce/2025091502-CVE-2023-53252-3a4f@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53253", "url": "https://lore.kernel.org/linux-cve-announce/2025091502-CVE-2023-53253-c59c@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53254", "url": "https://lore.kernel.org/linux-cve-announce/2025091503-CVE-2023-53254-0aa0@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53255", "url": "https://lore.kernel.org/linux-cve-announce/2025091503-CVE-2023-53255-ba5b@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53256", "url": "https://lore.kernel.org/linux-cve-announce/2025091503-CVE-2023-53256-d5af@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53257", "url": "https://lore.kernel.org/linux-cve-announce/2025091503-CVE-2023-53257-6162@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53258", "url": "https://lore.kernel.org/linux-cve-announce/2025091503-CVE-2023-53258-35f0@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53259", "url": "https://lore.kernel.org/linux-cve-announce/2025091503-CVE-2023-53259-5409@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53260", "url": "https://lore.kernel.org/linux-cve-announce/2025091504-CVE-2023-53260-2323@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53261", "url": "https://lore.kernel.org/linux-cve-announce/2025091504-CVE-2023-53261-6a1a@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2023-53262", "url": "https://lore.kernel.org/linux-cve-announce/2025091504-CVE-2023-53262-822a@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-39800", "url": "https://lore.kernel.org/linux-cve-announce/2025091549-CVE-2025-39800-6b30@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-39801", "url": "https://lore.kernel.org/linux-cve-announce/2025091551-CVE-2025-39801-00f9@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-39802", "url": "https://lore.kernel.org/linux-cve-announce/2025091551-CVE-2025-39802-fba9@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-39803", "url": "https://lore.kernel.org/linux-cve-announce/2025091551-CVE-2025-39803-eb8e@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-39804", "url": "https://lore.kernel.org/linux-cve-announce/2025091551-CVE-2025-39804-bf3b@gregkh/" }, { "category": "external", "summary": "Debian Security Advisory DSA-6009 vom 2025-09-23", "url": "https://lists.debian.org/debian-security-announce/2025/msg00173.html" }, { "category": "external", "summary": "Debian Security Advisory DSA-6008 vom 2025-09-23", "url": "https://lists.debian.org/debian-security-announce/2025/msg00172.html" } ], "source_lang": "en-US", "title": "Linux Kernel: Mehrere Schwachstellen", "tracking": { "current_release_date": "2025-09-22T22:00:00.000+00:00", "generator": { "date": "2025-09-23T04:57:08.189+00:00", "engine": { "name": "BSI-WID", "version": "1.4.0" } }, "id": "WID-SEC-W-2025-2053", "initial_release_date": "2025-09-15T22:00:00.000+00:00", "revision_history": [ { "date": "2025-09-15T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2025-09-16T22:00:00.000+00:00", "number": "2", "summary": "Referenz(en) aufgenommen: EUVD-2023-59886, EUVD-2023-59887, EUVD-2023-59888, EUVD-2023-59889, EUVD-2023-59890, EUVD-2023-59891, EUVD-2023-59892, EUVD-2023-59913, EUVD-2023-59923" }, { "date": "2025-09-22T22:00:00.000+00:00", "number": "3", "summary": "Neue Updates von Debian aufgenommen" } ], "status": "final", "version": "3" } }, "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": "Open Source Linux Kernel", "product": { "name": "Open Source Linux Kernel", "product_id": "T028463", "product_identification_helper": { "cpe": "cpe:/o:linux:linux_kernel:unspecified" } } } ], "category": "vendor", "name": "Open Source" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-50234", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50234" }, { "cve": "CVE-2022-50235", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50235" }, { "cve": "CVE-2022-50236", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50236" }, { "cve": "CVE-2022-50239", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50239" }, { "cve": "CVE-2022-50240", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50240" }, { "cve": "CVE-2022-50241", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50241" }, { "cve": "CVE-2022-50242", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50242" }, { "cve": "CVE-2022-50243", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50243" }, { "cve": "CVE-2022-50244", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50244" }, { "cve": "CVE-2022-50245", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50245" }, { "cve": "CVE-2022-50246", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50246" }, { "cve": "CVE-2022-50247", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50247" }, { "cve": "CVE-2022-50248", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50248" }, { "cve": "CVE-2022-50249", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50249" }, { "cve": "CVE-2022-50250", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50250" }, { "cve": "CVE-2022-50251", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50251" }, { "cve": "CVE-2022-50252", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50252" }, { "cve": "CVE-2022-50253", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50253" }, { "cve": "CVE-2022-50254", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50254" }, { "cve": "CVE-2022-50255", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50255" }, { "cve": "CVE-2022-50256", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50256" }, { "cve": "CVE-2022-50257", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50257" }, { "cve": "CVE-2022-50258", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50258" }, { "cve": "CVE-2022-50259", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50259" }, { "cve": "CVE-2022-50260", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50260" }, { "cve": "CVE-2022-50261", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50261" }, { "cve": "CVE-2022-50262", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50262" }, { "cve": "CVE-2022-50263", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50263" }, { "cve": "CVE-2022-50264", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50264" }, { "cve": "CVE-2022-50265", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50265" }, { "cve": "CVE-2022-50266", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50266" }, { "cve": "CVE-2022-50267", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50267" }, { "cve": "CVE-2022-50268", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50268" }, { "cve": "CVE-2022-50269", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50269" }, { "cve": "CVE-2022-50270", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50270" }, { "cve": "CVE-2022-50271", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50271" }, { "cve": "CVE-2022-50272", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50272" }, { "cve": "CVE-2022-50273", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50273" }, { "cve": "CVE-2022-50274", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50274" }, { "cve": "CVE-2022-50275", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50275" }, { "cve": "CVE-2022-50276", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50276" }, { "cve": "CVE-2022-50277", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50277" }, { "cve": "CVE-2022-50278", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50278" }, { "cve": "CVE-2022-50279", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50279" }, { "cve": "CVE-2022-50280", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50280" }, { "cve": "CVE-2022-50281", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50281" }, { "cve": "CVE-2022-50282", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50282" }, { "cve": "CVE-2022-50283", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50283" }, { "cve": "CVE-2022-50284", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50284" }, { "cve": "CVE-2022-50285", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50285" }, { "cve": "CVE-2022-50286", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50286" }, { "cve": "CVE-2022-50287", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50287" }, { "cve": "CVE-2022-50288", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50288" }, { "cve": "CVE-2022-50289", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50289" }, { "cve": "CVE-2022-50290", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50290" }, { "cve": "CVE-2022-50291", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50291" }, { "cve": "CVE-2022-50292", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50292" }, { "cve": "CVE-2022-50293", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50293" }, { "cve": "CVE-2022-50294", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50294" }, { "cve": "CVE-2022-50295", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50295" }, { "cve": "CVE-2022-50296", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50296" }, { "cve": "CVE-2022-50297", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50297" }, { "cve": "CVE-2022-50298", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50298" }, { "cve": "CVE-2022-50299", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50299" }, { "cve": "CVE-2022-50300", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50300" }, { "cve": "CVE-2022-50301", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50301" }, { "cve": "CVE-2022-50302", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50302" }, { "cve": "CVE-2022-50303", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50303" }, { "cve": "CVE-2022-50304", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50304" }, { "cve": "CVE-2022-50305", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50305" }, { "cve": "CVE-2022-50306", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50306" }, { "cve": "CVE-2022-50307", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50307" }, { "cve": "CVE-2022-50308", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50308" }, { "cve": "CVE-2022-50309", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50309" }, { "cve": "CVE-2022-50310", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50310" }, { "cve": "CVE-2022-50311", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50311" }, { "cve": "CVE-2022-50312", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50312" }, { "cve": "CVE-2022-50313", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50313" }, { "cve": "CVE-2022-50314", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50314" }, { "cve": "CVE-2022-50315", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50315" }, { "cve": "CVE-2022-50316", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50316" }, { "cve": "CVE-2022-50317", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50317" }, { "cve": "CVE-2022-50318", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50318" }, { "cve": "CVE-2022-50319", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50319" }, { "cve": "CVE-2022-50320", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50320" }, { "cve": "CVE-2022-50321", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50321" }, { "cve": "CVE-2022-50322", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50322" }, { "cve": "CVE-2022-50323", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50323" }, { "cve": "CVE-2022-50324", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50324" }, { "cve": "CVE-2022-50325", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50325" }, { "cve": "CVE-2022-50326", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50326" }, { "cve": "CVE-2022-50327", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50327" }, { "cve": "CVE-2022-50328", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50328" }, { "cve": "CVE-2022-50329", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50329" }, { "cve": "CVE-2022-50330", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50330" }, { "cve": "CVE-2022-50331", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50331" }, { "cve": "CVE-2022-50332", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50332" }, { "cve": "CVE-2022-50333", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50333" }, { "cve": "CVE-2022-50334", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50334" }, { "cve": "CVE-2022-50335", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50335" }, { "cve": "CVE-2022-50336", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50336" }, { "cve": "CVE-2022-50337", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50337" }, { "cve": "CVE-2022-50338", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2022-50338" }, { "cve": "CVE-2023-3772", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-3772" }, { "cve": "CVE-2023-53147", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53147" }, { "cve": "CVE-2023-53148", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53148" }, { "cve": "CVE-2023-53149", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53149" }, { "cve": "CVE-2023-53150", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53150" }, { "cve": "CVE-2023-53151", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53151" }, { "cve": "CVE-2023-53152", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53152" }, { "cve": "CVE-2023-53153", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53153" }, { "cve": "CVE-2023-53163", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53163" }, { "cve": "CVE-2023-53164", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53164" }, { "cve": "CVE-2023-53165", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53165" }, { "cve": "CVE-2023-53166", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53166" }, { "cve": "CVE-2023-53167", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53167" }, { "cve": "CVE-2023-53168", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53168" }, { "cve": "CVE-2023-53169", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53169" }, { "cve": "CVE-2023-53170", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53170" }, { "cve": "CVE-2023-53171", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53171" }, { "cve": "CVE-2023-53172", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53172" }, { "cve": "CVE-2023-53173", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53173" }, { "cve": "CVE-2023-53174", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53174" }, { "cve": "CVE-2023-53175", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53175" }, { "cve": "CVE-2023-53176", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53176" }, { "cve": "CVE-2023-53177", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53177" }, { "cve": "CVE-2023-53178", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53178" }, { "cve": "CVE-2023-53179", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53179" }, { "cve": "CVE-2023-53180", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53180" }, { "cve": "CVE-2023-53181", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53181" }, { "cve": "CVE-2023-53182", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53182" }, { "cve": "CVE-2023-53183", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53183" }, { "cve": "CVE-2023-53184", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53184" }, { "cve": "CVE-2023-53185", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53185" }, { "cve": "CVE-2023-53186", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53186" }, { "cve": "CVE-2023-53187", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53187" }, { "cve": "CVE-2023-53188", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53188" }, { "cve": "CVE-2023-53189", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53189" }, { "cve": "CVE-2023-53190", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53190" }, { "cve": "CVE-2023-53191", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53191" }, { "cve": "CVE-2023-53192", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53192" }, { "cve": "CVE-2023-53193", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53193" }, { "cve": "CVE-2023-53194", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53194" }, { "cve": "CVE-2023-53195", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53195" }, { "cve": "CVE-2023-53196", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53196" }, { "cve": "CVE-2023-53197", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53197" }, { "cve": "CVE-2023-53198", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53198" }, { "cve": "CVE-2023-53199", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53199" }, { "cve": "CVE-2023-53200", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53200" }, { "cve": "CVE-2023-53201", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53201" }, { "cve": "CVE-2023-53202", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53202" }, { "cve": "CVE-2023-53203", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53203" }, { "cve": "CVE-2023-53204", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53204" }, { "cve": "CVE-2023-53205", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53205" }, { "cve": "CVE-2023-53206", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53206" }, { "cve": "CVE-2023-53207", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53207" }, { "cve": "CVE-2023-53208", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53208" }, { "cve": "CVE-2023-53209", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53209" }, { "cve": "CVE-2023-53210", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53210" }, { "cve": "CVE-2023-53211", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53211" }, { "cve": "CVE-2023-53212", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53212" }, { "cve": "CVE-2023-53213", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53213" }, { "cve": "CVE-2023-53214", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53214" }, { "cve": "CVE-2023-53215", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53215" }, { "cve": "CVE-2023-53216", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53216" }, { "cve": "CVE-2023-53217", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53217" }, { "cve": "CVE-2023-53218", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53218" }, { "cve": "CVE-2023-53219", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53219" }, { "cve": "CVE-2023-53220", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53220" }, { "cve": "CVE-2023-53221", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53221" }, { "cve": "CVE-2023-53222", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53222" }, { "cve": "CVE-2023-53223", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53223" }, { "cve": "CVE-2023-53224", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53224" }, { "cve": "CVE-2023-53225", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53225" }, { "cve": "CVE-2023-53226", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53226" }, { "cve": "CVE-2023-53227", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53227" }, { "cve": "CVE-2023-53228", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53228" }, { "cve": "CVE-2023-53229", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53229" }, { "cve": "CVE-2023-53230", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53230" }, { "cve": "CVE-2023-53231", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53231" }, { "cve": "CVE-2023-53232", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53232" }, { "cve": "CVE-2023-53233", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53233" }, { "cve": "CVE-2023-53234", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53234" }, { "cve": "CVE-2023-53235", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53235" }, { "cve": "CVE-2023-53236", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53236" }, { "cve": "CVE-2023-53237", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53237" }, { "cve": "CVE-2023-53238", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53238" }, { "cve": "CVE-2023-53239", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53239" }, { "cve": "CVE-2023-53240", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53240" }, { "cve": "CVE-2023-53241", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53241" }, { "cve": "CVE-2023-53242", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53242" }, { "cve": "CVE-2023-53243", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53243" }, { "cve": "CVE-2023-53244", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53244" }, { "cve": "CVE-2023-53245", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53245" }, { "cve": "CVE-2023-53246", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53246" }, { "cve": "CVE-2023-53247", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53247" }, { "cve": "CVE-2023-53248", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53248" }, { "cve": "CVE-2023-53249", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53249" }, { "cve": "CVE-2023-53250", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53250" }, { "cve": "CVE-2023-53251", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53251" }, { "cve": "CVE-2023-53252", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53252" }, { "cve": "CVE-2023-53253", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53253" }, { "cve": "CVE-2023-53254", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53254" }, { "cve": "CVE-2023-53255", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53255" }, { "cve": "CVE-2023-53256", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53256" }, { "cve": "CVE-2023-53257", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53257" }, { "cve": "CVE-2023-53258", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53258" }, { "cve": "CVE-2023-53259", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53259" }, { "cve": "CVE-2023-53260", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53260" }, { "cve": "CVE-2023-53261", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53261" }, { "cve": "CVE-2023-53262", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53262" }, { "cve": "CVE-2023-53263", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53263" }, { "cve": "CVE-2023-53264", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53264" }, { "cve": "CVE-2023-53265", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53265" }, { "cve": "CVE-2023-53266", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53266" }, { "cve": "CVE-2023-53267", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53267" }, { "cve": "CVE-2023-53268", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53268" }, { "cve": "CVE-2023-53269", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53269" }, { "cve": "CVE-2023-53270", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53270" }, { "cve": "CVE-2023-53271", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53271" }, { "cve": "CVE-2023-53272", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53272" }, { "cve": "CVE-2023-53273", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53273" }, { "cve": "CVE-2023-53274", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53274" }, { "cve": "CVE-2023-53275", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53275" }, { "cve": "CVE-2023-53276", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53276" }, { "cve": "CVE-2023-53277", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53277" }, { "cve": "CVE-2023-53278", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53278" }, { "cve": "CVE-2023-53279", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53279" }, { "cve": "CVE-2023-53280", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53280" }, { "cve": "CVE-2023-53281", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53281" }, { "cve": "CVE-2023-53282", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53282" }, { "cve": "CVE-2023-53283", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53283" }, { "cve": "CVE-2023-53284", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53284" }, { "cve": "CVE-2023-53285", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53285" }, { "cve": "CVE-2023-53286", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53286" }, { "cve": "CVE-2023-53287", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53287" }, { "cve": "CVE-2023-53288", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53288" }, { "cve": "CVE-2023-53289", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53289" }, { "cve": "CVE-2023-53290", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53290" }, { "cve": "CVE-2023-53291", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53291" }, { "cve": "CVE-2023-53292", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53292" }, { "cve": "CVE-2023-53293", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53293" }, { "cve": "CVE-2023-53294", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53294" }, { "cve": "CVE-2023-53295", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53295" }, { "cve": "CVE-2023-53296", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53296" }, { "cve": "CVE-2023-53297", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53297" }, { "cve": "CVE-2023-53298", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53298" }, { "cve": "CVE-2023-53299", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53299" }, { "cve": "CVE-2023-53300", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53300" }, { "cve": "CVE-2023-53301", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53301" }, { "cve": "CVE-2023-53302", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53302" }, { "cve": "CVE-2023-53303", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2023-53303" }, { "cve": "CVE-2025-39800", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2025-39800" }, { "cve": "CVE-2025-39801", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2025-39801" }, { "cve": "CVE-2025-39802", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2025-39802" }, { "cve": "CVE-2025-39803", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2025-39803" }, { "cve": "CVE-2025-39804", "product_status": { "known_affected": [ "T028463", "2951" ] }, "release_date": "2025-09-15T22:00:00.000+00:00", "title": "CVE-2025-39804" } ] }
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.