CVE & CISA-KEV Catalog

CVE-2026-46227

MEDIUM
7.1
CVSS v3
NVD

Description

In the Linux kernel, the following vulnerability has been resolved: sctp: revalidate list cursor after sctp_sendmsg_to_asoc() in SCTP_SENDALL The SCTP_SENDALL path in sctp_sendmsg() iterates ep->asocs with list_for_each_entry_safe(), which caches the next entry in @tmp before the loop body runs. The body calls sctp_sendmsg_to_asoc(), which may drop the socket lock inside sctp_wait_for_sndbuf(). While the lock is dropped, another thread can SCTP_SOCKOPT_PEELOFF the association cached in @tmp, migrating it to a new endpoint via sctp_sock_migrate() (list_del_init() + list_add_tail() to newep->asocs), and optionally close the new socket which frees the association via kfree_rcu(). The cached @tmp can also be freed by a network ABORT for that association, processed in softirq while the lock is dropped. sctp_wait_for_sndbuf() revalidates @asoc (the current entry) on re-lock via the "sk != asoc->base.sk" and "asoc->base.dead" checks, but nothing revalidates @tmp. After a successful return, the iterator advances to the stale @tmp, yielding either a use-after-free (if the peeled socket was closed) or a list-walk onto the new endpoint's list head (type confusion of &newep->asocs as a struct sctp_association *). Both are reachable from CapEff=0; the type-confusion path gives controlled indirect call via the outqueue.sched->init_sid pointer. Fix by re-deriving @tmp from @asoc after sctp_sendmsg_to_asoc() returns. @asoc is known to still be on ep->asocs at that point: the only callers that list_del an association from ep->asocs are sctp_association_free() (which sets asoc->base.dead) and sctp_assoc_migrate() (which changes asoc->base.sk), and sctp_wait_for_sndbuf() checks both under the lock before any successful return; a tripped check propagates as err < 0 and the loop bails before the re-derive. The SCTP_ABORT path in sctp_sendmsg_check_sflags() returns 0 and the loop hits 'continue' before sctp_sendmsg_to_asoc() is ever called, so the @tmp cached by list_for_each_entry_safe() still covers the lock-held free that ba59fb027307 ("sctp: walk the list of asoc safely") was added for.

How to fix

Remediation Available
linuxDebian
Fixed in:6.12.90-1CVE-2026-46227
Fixed in:7.0.9-1CVE-2026-46227
bpftoolRocky
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-372.198.1.el8_6RHSA-2026:33899
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:7.3.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:7.0.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:7.0.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:7.3.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:7.0.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:7.0.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:7.3.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:7.3.0-427.132.1.el9_4RHSA-2026:27735
bpftoolRed Hat / RHEL
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-372.198.1.el8_6RHSA-2026:33899
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:7.0.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:7.3.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:7.0.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:7.0.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:7.3.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:7.0.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:7.3.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:7.3.0-427.132.1.el9_4RHSA-2026:27735
bpftool-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-372.198.1.el8_6RHSA-2026:33899
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:7.0.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:7.0.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:7.3.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:7.0.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:7.3.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:7.0.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:7.3.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:7.3.0-427.132.1.el9_4RHSA-2026:27735
bpftool-debuginfoRocky
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-372.198.1.el8_6RHSA-2026:33899
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:7.3.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:7.0.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:7.3.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:7.0.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:7.3.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:7.0.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:7.0.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:7.3.0-427.132.1.el9_4RHSA-2026:27735
kernelRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-372.198.1.el8_6RHSA-2026:33899
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:4.18.0-372.198.1.el8_6RHSA-2026:33899
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
kernelRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:4.18.0-372.198.1.el8_6RHSA-2026:33899
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-372.198.1.el8_6RHSA-2026:33899
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-64kRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-64kRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
kernel-64k-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
kernel-64k-coreRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-64k-debugRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-64k-debugRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
kernel-64k-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-64k-debug-coreRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-64k-debug-debuginfoRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-64k-debug-develRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-64k-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-64k-debug-devel-matchedRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-64k-debug-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-64k-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-64k-debug-modulesRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
kernel-64k-debug-modules-coreRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-64k-debug-modules-extraRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-64k-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
kernel-64k-debuginfoRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-64k-develRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-64k-develRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-64k-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-64k-devel-matchedRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-64k-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-64k-modulesRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
kernel-64k-modules-coreRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
kernel-64k-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-64k-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-64k-modules-extraRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-abi-stablelistsRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-372.198.1.el8_6RHSA-2026:33899
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
kernel-abi-stablelistsRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:4.18.0-372.198.1.el8_6RHSA-2026:33899
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
kernel-coreRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-372.198.1.el8_6RHSA-2026:33899
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:4.18.0-372.198.1.el8_6RHSA-2026:33899
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
kernel-debugRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:4.18.0-372.198.1.el8_6RHSA-2026:33899
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
kernel-debugRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:4.18.0-372.198.1.el8_6RHSA-2026:33899
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
kernel-debug-coreRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:4.18.0-372.198.1.el8_6RHSA-2026:33899
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
kernel-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-372.198.1.el8_6RHSA-2026:33899
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-debug-debuginfoRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-372.198.1.el8_6RHSA-2026:33899
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
kernel-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-372.198.1.el8_6RHSA-2026:33899
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-debug-develRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:4.18.0-372.198.1.el8_6RHSA-2026:33899
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:4.18.0-372.198.1.el8_6RHSA-2026:33899
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-debug-devel-matchedRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-debug-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-372.198.1.el8_6RHSA-2026:33899
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
kernel-debug-modulesRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-372.198.1.el8_6RHSA-2026:33899
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-debug-modules-coreRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-debug-modules-extraRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-372.198.1.el8_6RHSA-2026:33899
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
kernel-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:4.18.0-372.198.1.el8_6RHSA-2026:33899
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-debug-uki-virtRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-debug-uki-virtRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:4.18.0-372.198.1.el8_6RHSA-2026:33899
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-debuginfoRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-372.198.1.el8_6RHSA-2026:33899
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-debuginfo-common-aarch64Rocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-debuginfo-common-aarch64Red Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
kernel-debuginfo-common-ppc64leRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-debuginfo-common-ppc64leRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-debuginfo-common-s390xRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-debuginfo-common-s390xRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
kernel-debuginfo-common-x86_64Rocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-372.198.1.el8_6RHSA-2026:33899
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:4.18.0-372.198.1.el8_6RHSA-2026:33899
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
kernel-develRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:4.18.0-372.198.1.el8_6RHSA-2026:33899
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
kernel-develRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-372.198.1.el8_6RHSA-2026:33899
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-devel-matchedRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
kernel-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-docRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:4.18.0-372.198.1.el8_6RHSA-2026:33899
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-docRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:4.18.0-372.198.1.el8_6RHSA-2026:33899
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-modulesRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-372.198.1.el8_6RHSA-2026:33899
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
kernel-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:4.18.0-372.198.1.el8_6RHSA-2026:33899
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
kernel-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-modules-coreRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-modules-extraRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-372.198.1.el8_6RHSA-2026:33899
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-372.198.1.el8_6RHSA-2026:33899
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-rtRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-284.176.1.rt14.461.el9_2RHSA-2026:26462
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.rt14.461.el9_2RHSA-2026:26462
kernel-rtRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-284.176.1.rt14.461.el9_2RHSA-2026:26462
Fixed in:0:5.14.0-284.176.1.rt14.461.el9_2RHSA-2026:26462
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-rt-64kRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
kernel-rt-64kRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
kernel-rt-64k-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
kernel-rt-64k-coreRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
kernel-rt-64k-debugRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
kernel-rt-64k-debugRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
kernel-rt-64k-debug-coreRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
kernel-rt-64k-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
kernel-rt-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
kernel-rt-64k-debug-debuginfoRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
kernel-rt-64k-debug-develRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
kernel-rt-64k-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
kernel-rt-64k-debug-modulesRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
kernel-rt-64k-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
kernel-rt-64k-debug-modules-coreRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
kernel-rt-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
kernel-rt-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
kernel-rt-64k-debug-modules-extraRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
kernel-rt-64k-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
kernel-rt-64k-debuginfoRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
kernel-rt-64k-develRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
kernel-rt-64k-develRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
kernel-rt-64k-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
kernel-rt-64k-modulesRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
kernel-rt-64k-modules-coreRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
kernel-rt-64k-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
kernel-rt-64k-modules-extraRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
kernel-rt-64k-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
kernel-rt-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.rt14.461.el9_2RHSA-2026:26462
kernel-rt-coreRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.rt14.461.el9_2RHSA-2026:26462
kernel-rt-debugRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.rt14.461.el9_2RHSA-2026:26462
kernel-rt-debugRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.rt14.461.el9_2RHSA-2026:26462
kernel-rt-debug-coreRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-284.176.1.rt14.461.el9_2RHSA-2026:26462
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-rt-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.rt14.461.el9_2RHSA-2026:26462
kernel-rt-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.rt14.461.el9_2RHSA-2026:26462
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-rt-debug-debuginfoRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.rt14.461.el9_2RHSA-2026:26462
kernel-rt-debug-develRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-284.176.1.rt14.461.el9_2RHSA-2026:26462
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-rt-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-284.176.1.rt14.461.el9_2RHSA-2026:26462
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-rt-debug-kvmRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.rt14.461.el9_2RHSA-2026:26462
kernel-rt-debug-kvmRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-284.176.1.rt14.461.el9_2RHSA-2026:26462
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-rt-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-284.176.1.rt14.461.el9_2RHSA-2026:26462
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-rt-debug-modulesRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.rt14.461.el9_2RHSA-2026:26462
kernel-rt-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.rt14.461.el9_2RHSA-2026:26462
kernel-rt-debug-modules-coreRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.rt14.461.el9_2RHSA-2026:26462
kernel-rt-debug-modules-extraRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.rt14.461.el9_2RHSA-2026:26462
kernel-rt-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-284.176.1.rt14.461.el9_2RHSA-2026:26462
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-rt-debuginfoRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.rt14.461.el9_2RHSA-2026:26462
kernel-rt-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.rt14.461.el9_2RHSA-2026:26462
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-rt-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:5.14.0-284.176.1.rt14.461.el9_2RHSA-2026:26462
kernel-rt-debuginfo-common-x86_64Rocky
Fixed in:0:5.14.0-284.176.1.rt14.461.el9_2RHSA-2026:26462
kernel-rt-develRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.rt14.461.el9_2RHSA-2026:26462
kernel-rt-develRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.rt14.461.el9_2RHSA-2026:26462
kernel-rt-kvmRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-284.176.1.rt14.461.el9_2RHSA-2026:26462
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-rt-kvmRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-284.176.1.rt14.461.el9_2RHSA-2026:26462
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-rt-modulesRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-284.176.1.rt14.461.el9_2RHSA-2026:26462
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-rt-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.rt14.461.el9_2RHSA-2026:26462
kernel-rt-modules-coreRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-284.176.1.rt14.461.el9_2RHSA-2026:26462
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-rt-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-284.176.1.rt14.461.el9_2RHSA-2026:26462
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-rt-modules-extraRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.rt14.461.el9_2RHSA-2026:26462
kernel-rt-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-284.176.1.rt14.461.el9_2RHSA-2026:26462
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-toolsRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:4.18.0-372.198.1.el8_6RHSA-2026:33899
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
kernel-toolsRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-372.198.1.el8_6RHSA-2026:33899
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-tools-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:4.18.0-372.198.1.el8_6RHSA-2026:33899
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
kernel-tools-debuginfoRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-372.198.1.el8_6RHSA-2026:33899
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-tools-libsRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-372.198.1.el8_6RHSA-2026:33899
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
kernel-tools-libsRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-372.198.1.el8_6RHSA-2026:33899
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
kernel-tools-libs-develRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
kernel-tools-libs-develRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
kernel-uki-virtRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-uki-virtRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
kernel-uki-virt-addonsRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
kernel-uki-virt-addonsRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
kernel-zfcpdumpRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
kernel-zfcpdumpRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
kernel-zfcpdump-coreRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-zfcpdump-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
kernel-zfcpdump-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
kernel-zfcpdump-debuginfoRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
kernel-zfcpdump-develRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
kernel-zfcpdump-develRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-zfcpdump-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-zfcpdump-devel-matchedRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-zfcpdump-modulesRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
kernel-zfcpdump-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
kernel-zfcpdump-modules-coreRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
kernel-zfcpdump-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
kernel-zfcpdump-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
kernel-zfcpdump-modules-extraRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
libperfRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
libperfRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
libperf-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
libperf-debuginfoRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
perfRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-372.198.1.el8_6RHSA-2026:33899
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
perfRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-372.198.1.el8_6RHSA-2026:33899
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
perf-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:4.18.0-372.198.1.el8_6RHSA-2026:33899
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
perf-debuginfoRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:4.18.0-372.198.1.el8_6RHSA-2026:33899
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
python3-perfRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-372.198.1.el8_6RHSA-2026:33899
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
python3-perfRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:4.18.0-372.198.1.el8_6RHSA-2026:33899
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
python3-perf-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:4.18.0-372.198.1.el8_6RHSA-2026:33899
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
python3-perf-debuginfoRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-372.198.1.el8_6RHSA-2026:33899
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
rtlaRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
rtlaRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
rvRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
rvRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735
Fixed in:0:5.14.0-427.132.1.el9_4RHSA-2026:27735

Remediation is compiled from vendor and distribution security advisories. Always confirm against the linked source for your exact version and platform.

CVSS v3 Vector

Exploitability

Attack VectorLocal
Attack ComplexityLow
Privileges RequiredLow
User InteractionNone
ScopeUnchanged

Impact

ConfidentialityHigh
IntegrityHigh
AvailabilityNone

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N/E:U

Exploit Intelligence

0.10%probability of exploitation in 30 days
1stpercentile

Low risk: more likely to be exploited than 1% of all known CVEs.

References

Embed a live status badge for CVE-2026-46227
CVE-2026-46227 severity badge

Markdown

[![CVE-2026-46227](https://tridentstack.com/cve/badge/CVE-2026-46227.svg)](https://tridentstack.com/cve/CVE-2026-46227)

HTML

<a href="https://tridentstack.com/cve/CVE-2026-46227"><img src="https://tridentstack.com/cve/badge/CVE-2026-46227.svg" alt="CVE-2026-46227"></a>

Find and fix vulnerabilities across your fleet

TridentStack Control continuously scans your Windows, macOS, and Linux fleet for known vulnerabilities, prioritizes them by severity and active exploitation, and patches them automatically.

Start free

This product uses NVD data but is not endorsed or certified by the NVD. EPSS scores courtesy of FIRST.org (https://www.first.org/epss). Source: CISA KEV Catalog. Data as of 2026-07-01.