CVE & CISA-KEV Catalog

CVE-2026-43023

HIGH
7.8
CVSS v3
NVD

Description

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: SCO: fix race conditions in sco_sock_connect() sco_sock_connect() checks sk_state and sk_type without holding the socket lock. Two concurrent connect() syscalls on the same socket can both pass the check and enter sco_connect(), leading to use-after-free. The buggy scenario involves three participants and was confirmed with additional logging instrumentation: Thread A (connect): HCI disconnect: Thread B (connect): sco_sock_connect(sk) sco_sock_connect(sk) sk_state==BT_OPEN sk_state==BT_OPEN (pass, no lock) (pass, no lock) sco_connect(sk): sco_connect(sk): hci_dev_lock hci_dev_lock hci_connect_sco <- blocked -> hcon1 sco_conn_add->conn1 lock_sock(sk) sco_chan_add: conn1->sk = sk sk->conn = conn1 sk_state=BT_CONNECT release_sock hci_dev_unlock hci_dev_lock sco_conn_del: lock_sock(sk) sco_chan_del: sk->conn=NULL conn1->sk=NULL sk_state= BT_CLOSED SOCK_ZAPPED release_sock hci_dev_unlock (unblocked) hci_connect_sco -> hcon2 sco_conn_add -> conn2 lock_sock(sk) sco_chan_add: sk->conn=conn2 sk_state= BT_CONNECT // zombie sk! release_sock hci_dev_unlock Thread B revives a BT_CLOSED + SOCK_ZAPPED socket back to BT_CONNECT. Subsequent cleanup triggers double sock_put() and use-after-free. Meanwhile conn1 is leaked as it was orphaned when sco_conn_del() cleared the association. Fix this by: - Moving lock_sock() before the sk_state/sk_type checks in sco_sock_connect() to serialize concurrent connect attempts - Fixing the sk_type != SOCK_SEQPACKET check to actually return the error instead of just assigning it - Adding a state re-check in sco_connect() after lock_sock() to catch state changes during the window between the locks - Adding sco_pi(sk)->conn check in sco_chan_add() to prevent double-attach of a socket to multiple connections - Adding hci_conn_drop() on sco_chan_add failure to prevent HCI connection leaks

How to fix

Remediation Available
linuxDebian
Fixed in:6.1.170-1CVE-2026-43023
Fixed in:6.12.85-1CVE-2026-43023
Fixed in:6.19.12-1CVE-2026-43023
kernelRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernelRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-64kRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-64kRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-64k-coreRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-64k-coreRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-64k-debugRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-64k-debugRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-64k-debug-coreRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-64k-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-64k-debug-debuginfoRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-64k-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-64k-debug-develRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-64k-debug-devel-matchedRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-64k-debug-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-64k-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-64k-debug-modulesRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-64k-debug-modules-coreRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-64k-debug-modules-extraRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-64k-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-64k-debuginfoRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-64k-develRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-64k-develRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-64k-devel-matchedRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-64k-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-64k-modulesRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-64k-modulesRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-64k-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-64k-modules-coreRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-64k-modules-extraRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-64k-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-abi-stablelistsRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-abi-stablelistsRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-coreRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-coreRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-debugRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-debugRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-debug-coreRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-debug-debuginfoRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-debug-develRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-debug-devel-matchedRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-debug-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-debug-modulesRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-debug-modules-coreRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-debug-modules-extraRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-debug-uki-virtRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-debug-uki-virtRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-debuginfoRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-debuginfo-common-aarch64Red Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-debuginfo-common-aarch64Rocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-debuginfo-common-ppc64leRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-debuginfo-common-ppc64leRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-debuginfo-common-s390xRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-debuginfo-common-s390xRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-debuginfo-common-x86_64Rocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-develRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-develRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-devel-matchedRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-docRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-docRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-modulesRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-modulesRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-modules-coreRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-modules-extraRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-modules-extra-matchedRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
kernel-modules-extra-matchedRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
kernel-rtRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rtRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-64kRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-64kRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-64k-coreRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-64k-coreRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-64k-debugRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-64k-debugRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-64k-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-64k-debug-coreRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-64k-debug-debuginfoRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-64k-debug-develRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-64k-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-64k-debug-modulesRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-64k-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-64k-debug-modules-coreRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-64k-debug-modules-extraRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-64k-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-64k-debuginfoRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-64k-develRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-64k-develRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-64k-modulesRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-64k-modulesRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-64k-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-64k-modules-coreRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-64k-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-64k-modules-extraRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-coreRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-coreRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-debugRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-debugRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-debug-coreRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-debug-debuginfoRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-debug-develRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-debug-modulesRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-debug-modules-coreRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-debug-modules-extraRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-debuginfoRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-develRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-develRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-modulesRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-modulesRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-modules-coreRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-modules-extraRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-toolsRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-toolsRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-tools-debuginfoRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-tools-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-tools-libsRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-tools-libsRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-tools-libs-develRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-tools-libs-develRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-uki-virtRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-uki-virtRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-uki-virt-addonsRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-uki-virt-addonsRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-zfcpdumpRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-zfcpdumpRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-zfcpdump-coreRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-zfcpdump-coreRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-zfcpdump-debuginfoRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-zfcpdump-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-zfcpdump-develRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-zfcpdump-develRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-zfcpdump-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-zfcpdump-devel-matchedRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-zfcpdump-modulesRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-zfcpdump-modulesRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-zfcpdump-modules-coreRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-zfcpdump-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-zfcpdump-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-zfcpdump-modules-extraRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
libperfRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
libperfRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
libperf-debuginfoRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
libperf-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
perfRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
perfRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
perf-debuginfoRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
perf-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
python3-perfRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
python3-perfRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
python3-perf-debuginfoRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
python3-perf-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
rtlaRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
rtlaRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
rvRed Hat / RHEL
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
rvRocky
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:6.12.0-211.18.1.el10_2RHSA-2026:21557
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556

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
AvailabilityHigh

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

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

Related Vulnerabilities

Other CWE-362 (Race Condition) vulnerabilities, ordered by exploit likelihood. View all

CVESeverityCVSSEPSSExploitedFix
CVE-2024-6387High8.1100%-Fix
CVE-2023-36884High7.599%KEV + RansomFix
CVE-2018-15473Medium5.399%-Fix
CVE-2024-27983High8.287%-Fix
CVE-2014-0226Medium6.886%-Fix
CVE-2016-5195High7.084%KEVFix
Embed a live status badge for CVE-2026-43023
CVE-2026-43023 severity badge

Markdown

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

HTML

<a href="https://tridentstack.com/cve/CVE-2026-43023"><img src="https://tridentstack.com/cve/badge/CVE-2026-43023.svg" alt="CVE-2026-43023"></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-05-08.