CVE & CISA-KEV Catalog

CVE-2024-27415

MEDIUM
4.7
CVSS v3
NVD

Description

In the Linux kernel, the following vulnerability has been resolved: netfilter: bridge: confirm multicast packets before passing them up the stack conntrack nf_confirm logic cannot handle cloned skbs referencing the same nf_conn entry, which will happen for multicast (broadcast) frames on bridges. Example: macvlan0 | br0 / \ ethX ethY ethX (or Y) receives a L2 multicast or broadcast packet containing an IP packet, flow is not yet in conntrack table. 1. skb passes through bridge and fake-ip (br_netfilter)Prerouting. -> skb->_nfct now references a unconfirmed entry 2. skb is broad/mcast packet. bridge now passes clones out on each bridge interface. 3. skb gets passed up the stack. 4. In macvlan case, macvlan driver retains clone(s) of the mcast skb and schedules a work queue to send them out on the lower devices. The clone skb->_nfct is not a copy, it is the same entry as the original skb. The macvlan rx handler then returns RX_HANDLER_PASS. 5. Normal conntrack hooks (in NF_INET_LOCAL_IN) confirm the orig skb. The Macvlan broadcast worker and normal confirm path will race. This race will not happen if step 2 already confirmed a clone. In that case later steps perform skb_clone() with skb->_nfct already confirmed (in hash table). This works fine. But such confirmation won't happen when eb/ip/nftables rules dropped the packets before they reached the nf_confirm step in postrouting. Pablo points out that nf_conntrack_bridge doesn't allow use of stateful nat, so we can safely discard the nf_conn entry and let inet call conntrack again. This doesn't work for bridge netfilter: skb could have a nat transformation. Also bridge nf prevents re-invocation of inet prerouting via 'sabotage_in' hook. Work around this problem by explicit confirmation of the entry at LOCAL_IN time, before upper layer has a chance to clone the unconfirmed entry. The downside is that this disables NAT and conntrack helpers. Alternative fix would be to add locking to all code parts that deal with unconfirmed packets, but even if that could be done in a sane way this opens up other problems, for example: -m physdev --physdev-out eth0 -j SNAT --snat-to 1.2.3.4 -m physdev --physdev-out eth1 -j SNAT --snat-to 1.2.3.5 For multicast case, only one of such conflicting mappings will be created, conntrack only handles 1:1 NAT mappings. Users should set create a setup that explicitly marks such traffic NOTRACK (conntrack bypass) to avoid this, but we cannot auto-bypass them, ruleset might have accept rules for untracked traffic already, so user-visible behaviour would change.

How to fix

Remediation Available
linuxDebian
Fixed in:6.1.82-1CVE-2024-27415
Fixed in:6.7.9-1CVE-2024-27415
Fixed in:6.7.9-1CVE-2024-27415
bpftoolRocky
Fixed in:0:7.3.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:7.0.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:7.3.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:7.3.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:7.0.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:7.0.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:7.0.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:7.3.0-427.33.1.el9_4RHSA-2024:5928
bpftoolRed Hat / RHEL
Fixed in:0:7.3.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:7.0.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:7.0.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:7.0.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:7.3.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:7.3.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:7.0.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:7.3.0-427.33.1.el9_4RHSA-2024:5928
bpftool-debuginfoRed Hat / RHEL
Fixed in:0:7.3.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:7.3.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:7.0.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:7.0.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:7.3.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:7.3.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:7.0.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:7.0.0-284.86.1.el9_2RHSA-2024:7489
bpftool-debuginfoRocky
Fixed in:0:7.3.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:7.0.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:7.0.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:7.3.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:7.3.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:7.3.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:7.0.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:7.0.0-284.86.1.el9_2RHSA-2024:7489
kernelRed Hat / RHEL
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernelRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
kernel-64kRocky
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-64kRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
kernel-64k-coreRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
kernel-64k-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
kernel-64k-debugRocky
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-64k-debugRed Hat / RHEL
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-64k-debug-coreRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
kernel-64k-debug-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
kernel-64k-debug-debuginfoRocky
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-64k-debug-develRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
kernel-64k-debug-develRocky
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-64k-debug-devel-matchedRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
kernel-64k-debug-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-64k-debug-modulesRed Hat / RHEL
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-64k-debug-modulesRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
kernel-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
kernel-64k-debug-modules-coreRocky
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-64k-debug-modules-extraRocky
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-64k-debuginfoRocky
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-64k-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-64k-develRed Hat / RHEL
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-64k-develRocky
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-64k-devel-matchedRocky
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-64k-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
kernel-64k-modulesRed Hat / RHEL
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-64k-modulesRocky
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-64k-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
kernel-64k-modules-coreRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
kernel-64k-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
kernel-64k-modules-extraRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
kernel-abi-stablelistsRocky
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-abi-stablelistsRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
kernel-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-coreRocky
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-debugRed Hat / RHEL
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
kernel-debugRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
kernel-debug-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-debug-coreRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
kernel-debug-debuginfoRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
kernel-debug-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
kernel-debug-develRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
kernel-debug-develRed Hat / RHEL
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-debug-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-debug-devel-matchedRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
kernel-debug-modulesRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
kernel-debug-modulesRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
kernel-debug-modules-coreRocky
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
kernel-debug-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-debug-modules-extraRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-debug-uki-virtRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
kernel-debug-uki-virtRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
kernel-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
kernel-debuginfoRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
kernel-debuginfo-common-aarch64Red Hat / RHEL
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-debuginfo-common-aarch64Rocky
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-debuginfo-common-ppc64leRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
kernel-debuginfo-common-ppc64leRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
kernel-debuginfo-common-s390xRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
kernel-debuginfo-common-s390xRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
kernel-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-debuginfo-common-x86_64Rocky
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-develRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
kernel-develRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-devel-matchedRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
kernel-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-docRocky
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-docRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
kernel-modulesRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
kernel-modulesRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-modules-coreRocky
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
kernel-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-modules-extraRocky
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-rtRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.rt14.371.el9_2RHSA-2024:7490
Fixed in:0:5.14.0-284.86.1.rt14.371.el9_2RHSA-2024:7490
kernel-rtRed Hat / RHEL
Fixed in:0:5.14.0-284.86.1.rt14.371.el9_2RHSA-2024:7490
Fixed in:0:5.14.0-284.86.1.rt14.371.el9_2RHSA-2024:7490
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-rt-coreRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.rt14.371.el9_2RHSA-2024:7490
kernel-rt-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.rt14.371.el9_2RHSA-2024:7490
kernel-rt-debugRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.rt14.371.el9_2RHSA-2024:7490
kernel-rt-debugRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.rt14.371.el9_2RHSA-2024:7490
kernel-rt-debug-coreRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.rt14.371.el9_2RHSA-2024:7490
kernel-rt-debug-coreRed Hat / RHEL
Fixed in:0:5.14.0-284.86.1.rt14.371.el9_2RHSA-2024:7490
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-rt-debug-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.rt14.371.el9_2RHSA-2024:7490
kernel-rt-debug-debuginfoRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.rt14.371.el9_2RHSA-2024:7490
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-rt-debug-develRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.rt14.371.el9_2RHSA-2024:7490
kernel-rt-debug-develRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.rt14.371.el9_2RHSA-2024:7490
kernel-rt-debug-kvmRed Hat / RHEL
Fixed in:0:5.14.0-284.86.1.rt14.371.el9_2RHSA-2024:7490
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-rt-debug-kvmRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.rt14.371.el9_2RHSA-2024:7490
kernel-rt-debug-modulesRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.rt14.371.el9_2RHSA-2024:7490
kernel-rt-debug-modulesRed Hat / RHEL
Fixed in:0:5.14.0-284.86.1.rt14.371.el9_2RHSA-2024:7490
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-rt-debug-modules-coreRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.rt14.371.el9_2RHSA-2024:7490
kernel-rt-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.rt14.371.el9_2RHSA-2024:7490
kernel-rt-debug-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.rt14.371.el9_2RHSA-2024:7490
kernel-rt-debug-modules-extraRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.rt14.371.el9_2RHSA-2024:7490
kernel-rt-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.rt14.371.el9_2RHSA-2024:7490
kernel-rt-debuginfoRocky
Fixed in:0:5.14.0-284.86.1.rt14.371.el9_2RHSA-2024:7490
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-rt-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:5.14.0-284.86.1.rt14.371.el9_2RHSA-2024:7490
kernel-rt-debuginfo-common-x86_64Rocky
Fixed in:0:5.14.0-284.86.1.rt14.371.el9_2RHSA-2024:7490
kernel-rt-develRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.rt14.371.el9_2RHSA-2024:7490
kernel-rt-develRocky
Fixed in:0:5.14.0-284.86.1.rt14.371.el9_2RHSA-2024:7490
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-rt-kvmRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.rt14.371.el9_2RHSA-2024:7490
kernel-rt-kvmRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.rt14.371.el9_2RHSA-2024:7490
kernel-rt-modulesRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.rt14.371.el9_2RHSA-2024:7490
kernel-rt-modulesRed Hat / RHEL
Fixed in:0:5.14.0-284.86.1.rt14.371.el9_2RHSA-2024:7490
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-rt-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.rt14.371.el9_2RHSA-2024:7490
kernel-rt-modules-coreRocky
Fixed in:0:5.14.0-284.86.1.rt14.371.el9_2RHSA-2024:7490
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-rt-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.rt14.371.el9_2RHSA-2024:7490
kernel-rt-modules-extraRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.rt14.371.el9_2RHSA-2024:7490
kernel-toolsRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
kernel-toolsRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
kernel-tools-debuginfoRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-tools-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-tools-libsRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
kernel-tools-libsRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-tools-libs-develRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
kernel-tools-libs-develRocky
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-uki-virtRocky
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-uki-virtRed Hat / RHEL
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-zfcpdumpRocky
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-zfcpdumpRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
kernel-zfcpdump-coreRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
kernel-zfcpdump-coreRed Hat / RHEL
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-zfcpdump-debuginfoRocky
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-zfcpdump-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
kernel-zfcpdump-develRed Hat / RHEL
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-zfcpdump-develRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
kernel-zfcpdump-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
kernel-zfcpdump-devel-matchedRocky
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-zfcpdump-modulesRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
kernel-zfcpdump-modulesRocky
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-zfcpdump-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-zfcpdump-modules-coreRocky
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-zfcpdump-modules-extraRocky
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-zfcpdump-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
libperfRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
libperfRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
libperf-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
libperf-debuginfoRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
perfRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
perfRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
perf-debuginfoRocky
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
perf-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
python3-perfRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
python3-perfRed Hat / RHEL
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
python3-perf-debuginfoRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
python3-perf-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
rtlaRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
rtlaRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-284.86.1.el9_2RHSA-2024:7489
rvRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
rvRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
linuxUbuntu
Fixed in:5.15.0-112.122USN-6820-1
linux-awsUbuntu
Fixed in:5.15.0-1063.69USN-6821-3
linux-aws-5.15Ubuntu
Fixed in:5.15.0-1063.69~20.04.1USN-6821-3
linux-azureUbuntu
Fixed in:5.15.0-1066.75USN-6821-4
linux-azure-fdeUbuntu
Fixed in:5.15.0-1065.74.1USN-6821-4
linux-gcpUbuntu
Fixed in:5.15.0-1062.70USN-6820-1
linux-gcp-5.15Ubuntu
Fixed in:5.15.0-1062.70~20.04.1USN-6820-1
linux-gkeUbuntu
Fixed in:5.15.0-1060.66USN-6821-1
linux-gkeopUbuntu
Fixed in:5.15.0-1046.53USN-6821-2
linux-gkeop-5.15Ubuntu
Fixed in:5.15.0-1046.53~20.04.1USN-6821-2
linux-hwe-5.15Ubuntu
Fixed in:5.15.0-113.123~20.04.1USN-6871-1
linux-ibmUbuntu
Fixed in:5.15.0-1056.59USN-6821-1
linux-ibm-5.15Ubuntu
Fixed in:5.15.0-1057.60~20.04.1USN-6892-1
linux-image-5.15.0-1030-xilinx-zynqmpUbuntu
Fixed in:5.15.0-1030.34USN-6820-1
linux-image-5.15.0-1046-gkeopUbuntu
Fixed in:5.15.0-1046.53~20.04.1USN-6821-2
Fixed in:5.15.0-1046.53USN-6821-2
linux-image-5.15.0-1056-ibmUbuntu
Fixed in:5.15.0-1056.59USN-6821-1
linux-image-5.15.0-1057-ibmUbuntu
Fixed in:5.15.0-1057.60~20.04.1USN-6892-1
linux-image-5.15.0-1058-intel-iotgUbuntu
Fixed in:5.15.0-1058.64~20.04.1USN-6828-1
Fixed in:5.15.0-1058.64USN-6821-1
linux-image-5.15.0-1058-nvidiaUbuntu
Fixed in:5.15.0-1058.59USN-6820-2
linux-image-5.15.0-1058-nvidia-lowlatencyUbuntu
Fixed in:5.15.0-1058.59USN-6820-2
linux-image-5.15.0-1058-raspiUbuntu
Fixed in:5.15.0-1058.61USN-6919-1
linux-image-5.15.0-1060-gkeUbuntu
Fixed in:5.15.0-1060.66USN-6821-1
linux-image-5.15.0-1060-kvmUbuntu
Fixed in:5.15.0-1060.65USN-6821-2
linux-image-5.15.0-1061-oracleUbuntu
Fixed in:5.15.0-1061.67USN-6821-1
linux-image-5.15.0-1062-gcpUbuntu
Fixed in:5.15.0-1062.70~20.04.1USN-6820-1
Fixed in:5.15.0-1062.70USN-6820-1
linux-image-5.15.0-1063-awsUbuntu
Fixed in:5.15.0-1063.69~20.04.1USN-6821-3
Fixed in:5.15.0-1063.69USN-6821-3
linux-image-5.15.0-1065-azure-fdeUbuntu
Fixed in:5.15.0-1065.74.1USN-6821-4
linux-image-5.15.0-1066-azureUbuntu
Fixed in:5.15.0-1066.75USN-6821-4
linux-image-5.15.0-110-lowlatencyUbuntu
Fixed in:5.15.0-110.120~20.04.1USN-6820-1
Fixed in:5.15.0-110.120USN-6820-1
linux-image-5.15.0-110-lowlatency-64kUbuntu
Fixed in:5.15.0-110.120~20.04.1USN-6820-1
Fixed in:5.15.0-110.120USN-6820-1
linux-image-5.15.0-112-genericUbuntu
Fixed in:5.15.0-112.122USN-6820-1
linux-image-5.15.0-112-generic-64kUbuntu
Fixed in:5.15.0-112.122USN-6820-1
linux-image-5.15.0-112-generic-lpaeUbuntu
Fixed in:5.15.0-112.122USN-6820-1
linux-image-5.15.0-113-genericUbuntu
Fixed in:5.15.0-113.123~20.04.1USN-6871-1
linux-image-5.15.0-113-generic-64kUbuntu
Fixed in:5.15.0-113.123~20.04.1USN-6871-1
linux-image-5.15.0-113-generic-lpaeUbuntu
Fixed in:5.15.0-113.123~20.04.1USN-6871-1
linux-image-awsUbuntu
Fixed in:5.15.0.1063.69~20.04.1USN-6821-3
linux-image-aws-lts-22.04Ubuntu
Fixed in:5.15.0.1063.63USN-6821-3
linux-image-azure-fde-lts-22.04Ubuntu
Fixed in:5.15.0.1065.74.43USN-6821-4
linux-image-azure-lts-22.04Ubuntu
Fixed in:5.15.0.1066.64USN-6821-4
linux-image-gcpUbuntu
Fixed in:5.15.0.1062.70~20.04.1USN-6820-1
linux-image-gcp-lts-22.04Ubuntu
Fixed in:5.15.0.1062.58USN-6820-1
linux-image-genericUbuntu
Fixed in:5.15.0.112.112USN-6820-1
linux-image-generic-64kUbuntu
Fixed in:5.15.0.112.112USN-6820-1
linux-image-generic-64k-hwe-20.04Ubuntu
Fixed in:5.15.0.113.123~20.04.1USN-6871-1
linux-image-generic-hwe-20.04Ubuntu
Fixed in:5.15.0.113.123~20.04.1USN-6871-1
linux-image-generic-lpaeUbuntu
Fixed in:5.15.0.112.112USN-6820-1
linux-image-generic-lpae-hwe-20.04Ubuntu
Fixed in:5.15.0.113.123~20.04.1USN-6871-1
linux-image-gkeUbuntu
Fixed in:5.15.0.1060.59USN-6821-1
linux-image-gke-5.15Ubuntu
Fixed in:5.15.0.1060.59USN-6821-1
linux-image-gkeopUbuntu
Fixed in:5.15.0.1046.45USN-6821-2
linux-image-gkeop-5.15Ubuntu
Fixed in:5.15.0.1046.53~20.04.1USN-6821-2
Fixed in:5.15.0.1046.45USN-6821-2
linux-image-ibmUbuntu
Fixed in:5.15.0.1057.60~20.04.1USN-6892-1
Fixed in:5.15.0.1056.52USN-6821-1
linux-image-intelUbuntu
Fixed in:5.15.0.1058.64~20.04.1USN-6828-1
linux-image-intel-iotgUbuntu
Fixed in:5.15.0.1058.64~20.04.1USN-6828-1
Fixed in:5.15.0.1058.58USN-6821-1
linux-image-kvmUbuntu
Fixed in:5.15.0.1060.56USN-6821-2
linux-image-lowlatencyUbuntu
Fixed in:5.15.0.110.103USN-6820-1
linux-image-lowlatency-64kUbuntu
Fixed in:5.15.0.110.103USN-6820-1
linux-image-lowlatency-64k-hwe-20.04Ubuntu
Fixed in:5.15.0.110.120~20.04.1USN-6820-1
linux-image-lowlatency-hwe-20.04Ubuntu
Fixed in:5.15.0.110.120~20.04.1USN-6820-1
linux-image-nvidiaUbuntu
Fixed in:5.15.0.1058.58USN-6820-2
linux-image-nvidia-lowlatencyUbuntu
Fixed in:5.15.0.1058.58USN-6820-2
linux-image-oem-20.04Ubuntu
Fixed in:5.15.0.113.123~20.04.1USN-6871-1
linux-image-oem-20.04bUbuntu
Fixed in:5.15.0.113.123~20.04.1USN-6871-1
linux-image-oem-20.04cUbuntu
Fixed in:5.15.0.113.123~20.04.1USN-6871-1
linux-image-oem-20.04dUbuntu
Fixed in:5.15.0.113.123~20.04.1USN-6871-1
linux-image-oracle-lts-22.04Ubuntu
Fixed in:5.15.0.1061.57USN-6821-1
linux-image-raspiUbuntu
Fixed in:5.15.0.1058.56USN-6919-1
linux-image-raspi-nolpaeUbuntu
Fixed in:5.15.0.1058.56USN-6919-1
linux-image-virtualUbuntu
Fixed in:5.15.0.112.112USN-6820-1
linux-image-virtual-hwe-20.04Ubuntu
Fixed in:5.15.0.113.123~20.04.1USN-6871-1
linux-image-xilinx-zynqmpUbuntu
Fixed in:5.15.0.1030.34USN-6820-1
linux-intel-iotgUbuntu
Fixed in:5.15.0-1058.64USN-6821-1
linux-intel-iotg-5.15Ubuntu
Fixed in:5.15.0-1058.64~20.04.1USN-6828-1
linux-kvmUbuntu
Fixed in:5.15.0-1060.65USN-6821-2
linux-lowlatencyUbuntu
Fixed in:5.15.0-110.120USN-6820-1
linux-lowlatency-hwe-5.15Ubuntu
Fixed in:5.15.0-110.120~20.04.1USN-6820-1
linux-nvidiaUbuntu
Fixed in:5.15.0-1058.59USN-6820-2
linux-oracleUbuntu
Fixed in:5.15.0-1061.67USN-6821-1
linux-raspiUbuntu
Fixed in:5.15.0-1058.61USN-6919-1
linux-xilinx-zynqmpUbuntu
Fixed in:5.15.0-1030.34USN-6820-1

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 ComplexityHigh
Privileges RequiredLow
User InteractionNone
ScopeUnchanged

Impact

ConfidentialityNone
IntegrityNone
AvailabilityHigh

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

Exploit Intelligence

0.17%probability of exploitation in 30 days
6thpercentile

Low risk: more likely to be exploited than 6% 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-2024-27415
CVE-2024-27415 severity badge

Markdown

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

HTML

<a href="https://tridentstack.com/cve/CVE-2024-27415"><img src="https://tridentstack.com/cve/badge/CVE-2024-27415.svg" alt="CVE-2024-27415"></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 2025-09-26.