CVE & CISA-KEV Catalog

CVE-2024-40927

HIGH
7.8
CVSS v3
NVD

Description

In the Linux kernel, the following vulnerability has been resolved: xhci: Handle TD clearing for multiple streams case When multiple streams are in use, multiple TDs might be in flight when an endpoint is stopped. We need to issue a Set TR Dequeue Pointer for each, to ensure everything is reset properly and the caches cleared. Change the logic so that any N>1 TDs found active for different streams are deferred until after the first one is processed, calling xhci_invalidate_cancelled_tds() again from xhci_handle_cmd_set_deq() to queue another command until we are done with all of them. Also change the error/"should never happen" paths to ensure we at least clear any affected TDs, even if we can't issue a command to clear the hardware cache, and complain loudly with an xhci_warn() if this ever happens. This problem case dates back to commit e9df17eb1408 ("USB: xhci: Correct assumptions about number of rings per endpoint.") early on in the XHCI driver's life, when stream support was first added. It was then identified but not fixed nor made into a warning in commit 674f8438c121 ("xhci: split handling halted endpoints into two steps"), which added a FIXME comment for the problem case (without materially changing the behavior as far as I can tell, though the new logic made the problem more obvious). Then later, in commit 94f339147fc3 ("xhci: Fix failure to give back some cached cancelled URBs."), it was acknowledged again. [Mathias: commit 94f339147fc3 ("xhci: Fix failure to give back some cached cancelled URBs.") was a targeted regression fix to the previously mentioned patch. Users reported issues with usb stuck after unmounting/disconnecting UAS devices. This rolled back the TD clearing of multiple streams to its original state.] Apparently the commit author was aware of the problem (yet still chose to submit it): It was still mentioned as a FIXME, an xhci_dbg() was added to log the problem condition, and the remaining issue was mentioned in the commit description. The choice of making the log type xhci_dbg() for what is, at this point, a completely unhandled and known broken condition is puzzling and unfortunate, as it guarantees that no actual users would see the log in production, thereby making it nigh undebuggable (indeed, even if you turn on DEBUG, the message doesn't really hint at there being a problem at all). It took me *months* of random xHC crashes to finally find a reliable repro and be able to do a deep dive debug session, which could all have been avoided had this unhandled, broken condition been actually reported with a warning, as it should have been as a bug intentionally left in unfixed (never mind that it shouldn't have been left in at all). > Another fix to solve clearing the caches of all stream rings with > cancelled TDs is needed, but not as urgent. 3 years after that statement and 14 years after the original bug was introduced, I think it's finally time to fix it. And maybe next time let's not leave bugs unfixed (that are actually worse than the original bug), and let's actually get people to review kernel commits please. Fixes xHC crashes and IOMMU faults with UAS devices when handling errors/faults. Easiest repro is to use `hdparm` to mark an early sector (e.g. 1024) on a disk as bad, then `cat /dev/sdX > /dev/null` in a loop. At least in the case of JMicron controllers, the read errors end up having to cancel two TDs (for two queued requests to different streams) and the one that didn't get cleared properly ends up faulting the xHC entirely when it tries to access DMA pages that have since been unmapped, referred to by the stale TDs. This normally happens quickly (after two or three loops). After this fix, I left the `cat` in a loop running overnight and experienced no xHC failures, with all read errors recovered properly. Repro'd and tested on an Apple M1 Mac Mini (dwc3 host). On systems without an IOMMU, this bug would instead silently corrupt freed memory, making this a ---truncated---

How to fix

Remediation Available
linuxDebian
Fixed in:6.1.99-1CVE-2024-40927
Fixed in:6.9.7-1CVE-2024-40927
Fixed in:6.9.7-1CVE-2024-40927
bpftoolRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:7.3.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:7.3.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:7.3.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:7.3.0-427.35.1.el9_4RHSA-2024:6567
bpftoolRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:7.3.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:7.3.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:7.3.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:7.3.0-427.35.1.el9_4RHSA-2024:6567
bpftool-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:7.3.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:7.3.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:7.3.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:7.3.0-427.35.1.el9_4RHSA-2024:6567
bpftool-debuginfoRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:7.3.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:7.3.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:7.3.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:7.3.0-427.35.1.el9_4RHSA-2024:6567
kernelRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernelRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-64kRocky
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-64kRed Hat / RHEL
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-64k-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-64k-coreRocky
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-64k-debugRocky
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-64k-debugRed Hat / RHEL
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-64k-debug-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-64k-debug-coreRocky
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-64k-debug-debuginfoRocky
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-64k-debug-develRocky
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-64k-debug-develRed Hat / RHEL
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-64k-debug-devel-matchedRocky
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-64k-debug-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-64k-debug-modulesRocky
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-64k-debug-modulesRed Hat / RHEL
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-64k-debug-modules-coreRocky
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-64k-debug-modules-extraRocky
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-64k-debuginfoRocky
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-64k-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-64k-develRed Hat / RHEL
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-64k-develRocky
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-64k-devel-matchedRocky
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-64k-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-64k-modulesRed Hat / RHEL
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-64k-modulesRocky
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-64k-modules-coreRocky
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-64k-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-64k-modules-extraRocky
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-64k-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-abi-stablelistsRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-abi-stablelistsRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-coreRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-coreRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-debugRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-debugRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-debug-coreRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-debug-coreRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-debug-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-debug-debuginfoRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-debug-develRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-debug-develRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-debug-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-debug-devel-matchedRocky
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-debug-modulesRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-debug-modulesRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-debug-modules-coreRocky
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-debug-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-debug-modules-extraRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-debug-uki-virtRocky
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-debug-uki-virtRed Hat / RHEL
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-debuginfoRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-debuginfo-common-aarch64Red Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-debuginfo-common-aarch64Rocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-debuginfo-common-ppc64leRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-debuginfo-common-ppc64leRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-debuginfo-common-s390xRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-debuginfo-common-s390xRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-debuginfo-common-x86_64Rocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-develRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-develRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-devel-matchedRocky
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-docRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-docRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-modulesRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-modulesRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-modules-coreRocky
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-modules-extraRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-rtRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-rtRocky
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-rt-coreRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-rt-coreRocky
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-rt-debugRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-rt-debugRocky
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-rt-debug-coreRocky
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-rt-debug-coreRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-rt-debug-debuginfoRocky
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-rt-debug-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-rt-debug-develRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-rt-debug-develRocky
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-rt-debug-kvmRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-rt-debug-kvmRocky
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-rt-debug-modulesRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-rt-debug-modulesRocky
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-rt-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-rt-debug-modules-coreRocky
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-rt-debug-modules-extraRocky
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-rt-debug-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-rt-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-rt-debuginfoRocky
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-rt-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
kernel-rt-debuginfo-common-x86_64Rocky
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
kernel-rt-develRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-rt-develRocky
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-rt-kvmRocky
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-rt-kvmRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-rt-modulesRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-rt-modulesRocky
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-rt-modules-coreRocky
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-rt-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-rt-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-rt-modules-extraRocky
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-toolsRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-toolsRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-tools-debuginfoRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-tools-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-tools-libsRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-tools-libsRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-tools-libs-develRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-tools-libs-develRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-uki-virtRocky
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-uki-virtRed Hat / RHEL
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-zfcpdumpRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-zfcpdumpRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-zfcpdump-coreRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-zfcpdump-coreRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-zfcpdump-debuginfoRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-zfcpdump-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-zfcpdump-develRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-zfcpdump-develRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-zfcpdump-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-zfcpdump-devel-matchedRocky
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-zfcpdump-modulesRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-zfcpdump-modulesRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-zfcpdump-modules-coreRocky
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-zfcpdump-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-zfcpdump-modules-extraRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
kernel-zfcpdump-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
libperfRocky
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
libperfRed Hat / RHEL
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
libperf-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
libperf-debuginfoRocky
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
perfRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
perfRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
perf-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
perf-debuginfoRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
python3-perfRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
python3-perfRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
python3-perf-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
python3-perf-debuginfoRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
rtlaRed Hat / RHEL
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
rtlaRocky
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
rvRocky
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
rvRed Hat / RHEL
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
Fixed in:0:5.14.0-427.35.1.el9_4RHSA-2024:6567
linuxUbuntu
Fixed in:5.15.0-121.131USN-7007-1
Fixed in:6.8.0-44.44USN-6999-1
linux-awsUbuntu
Fixed in:5.15.0-1069.75USN-7007-1
Fixed in:6.8.0-1015.16USN-6999-1
linux-aws-5.15Ubuntu
Fixed in:5.15.0-1069.75~20.04.1USN-7007-1
linux-azureUbuntu
Fixed in:5.15.0-1072.81USN-7009-1
Fixed in:6.8.0-1014.16USN-7004-1
linux-azure-5.15Ubuntu
Fixed in:5.15.0-1072.81~20.04.1USN-7009-1
linux-azure-fdeUbuntu
Fixed in:5.15.0-1072.81.1USN-7009-1
linux-azure-fde-5.15Ubuntu
Fixed in:5.15.0-1072.81~20.04.1.1USN-7009-2
linux-gcpUbuntu
Fixed in:5.15.0-1068.76USN-7007-1
Fixed in:6.8.0-1014.16USN-6999-1
linux-gcp-5.15Ubuntu
Fixed in:5.15.0-1068.76~20.04.1USN-7007-1
linux-gkeUbuntu
Fixed in:5.15.0-1066.72USN-7007-1
Fixed in:6.8.0-1010.13USN-6999-1
linux-gkeopUbuntu
Fixed in:5.15.0-1052.59USN-7007-1
linux-gkeop-5.15Ubuntu
Fixed in:5.15.0-1052.59~20.04.1USN-7007-1
linux-hwe-5.15Ubuntu
Fixed in:5.15.0-121.131~20.04.1USN-7007-1
linux-hwe-6.8Ubuntu
Fixed in:6.8.0-45.45~22.04.1USN-7029-1
linux-ibmUbuntu
Fixed in:5.15.0-1062.65USN-7007-1
Fixed in:6.8.0-1012.12USN-6999-1
linux-ibm-5.15Ubuntu
Fixed in:5.15.0-1062.65~20.04.1USN-7007-2
linux-image-5.15.0-1035-xilinx-zynqmpUbuntu
Fixed in:5.15.0-1035.39USN-7019-1
linux-image-5.15.0-1052-gkeopUbuntu
Fixed in:5.15.0-1052.59~20.04.1USN-7007-1
Fixed in:5.15.0-1052.59USN-7007-1
linux-image-5.15.0-1062-ibmUbuntu
Fixed in:5.15.0-1062.65~20.04.1USN-7007-2
Fixed in:5.15.0-1062.65USN-7007-1
linux-image-5.15.0-1062-raspiUbuntu
Fixed in:5.15.0-1062.65USN-7007-1
linux-image-5.15.0-1064-intel-iotgUbuntu
Fixed in:5.15.0-1064.70~20.04.1+1USN-7007-1
Fixed in:5.15.0-1064.70USN-7007-1
linux-image-5.15.0-1064-nvidiaUbuntu
Fixed in:5.15.0-1064.65USN-7007-1
linux-image-5.15.0-1064-nvidia-lowlatencyUbuntu
Fixed in:5.15.0-1064.65USN-7007-1
linux-image-5.15.0-1066-gkeUbuntu
Fixed in:5.15.0-1066.72USN-7007-1
linux-image-5.15.0-1066-kvmUbuntu
Fixed in:5.15.0-1066.71USN-7007-1
linux-image-5.15.0-1067-oracleUbuntu
Fixed in:5.15.0-1067.73~20.04.1USN-7007-2
Fixed in:5.15.0-1067.73USN-7007-1
linux-image-5.15.0-1068-gcpUbuntu
Fixed in:5.15.0-1068.76~20.04.1USN-7007-1
Fixed in:5.15.0-1068.76USN-7007-1
linux-image-5.15.0-1069-awsUbuntu
Fixed in:5.15.0-1069.75~20.04.1USN-7007-1
Fixed in:5.15.0-1069.75USN-7007-1
linux-image-5.15.0-1072-azureUbuntu
Fixed in:5.15.0-1072.81~20.04.1USN-7009-1
Fixed in:5.15.0-1072.81USN-7009-1
linux-image-5.15.0-1072-azure-fdeUbuntu
Fixed in:5.15.0-1072.81~20.04.1.1USN-7009-2
Fixed in:5.15.0-1072.81.1USN-7009-1
linux-image-5.15.0-121-genericUbuntu
Fixed in:5.15.0-121.131~20.04.1USN-7007-1
Fixed in:5.15.0-121.131USN-7007-1
linux-image-5.15.0-121-generic-64kUbuntu
Fixed in:5.15.0-121.131~20.04.1USN-7007-1
Fixed in:5.15.0-121.131USN-7007-1
linux-image-5.15.0-121-generic-lpaeUbuntu
Fixed in:5.15.0-121.131~20.04.1USN-7007-1
Fixed in:5.15.0-121.131USN-7007-1
linux-image-5.15.0-121-lowlatencyUbuntu
Fixed in:5.15.0-121.131~20.04.1USN-7007-3
Fixed in:5.15.0-121.131USN-7007-3
linux-image-5.15.0-121-lowlatency-64kUbuntu
Fixed in:5.15.0-121.131~20.04.1USN-7007-3
Fixed in:5.15.0-121.131USN-7007-3
linux-image-6.8.0-1010-gkeUbuntu
Fixed in:6.8.0-1010.13USN-6999-1
linux-image-6.8.0-1011-raspiUbuntu
Fixed in:6.8.0-1011.12USN-6999-2
linux-image-6.8.0-1012-ibmUbuntu
Fixed in:6.8.0-1012.12USN-6999-1
linux-image-6.8.0-1012-oemUbuntu
Fixed in:6.8.0-1012.12USN-6999-1
linux-image-6.8.0-1012-oracleUbuntu
Fixed in:6.8.0-1012.12USN-6999-1
linux-image-6.8.0-1012-oracle-64kUbuntu
Fixed in:6.8.0-1012.12USN-6999-1
linux-image-6.8.0-1013-nvidiaUbuntu
Fixed in:6.8.0-1013.14~22.04.1USN-7005-2
Fixed in:6.8.0-1013.14USN-7005-1
linux-image-6.8.0-1013-nvidia-64kUbuntu
Fixed in:6.8.0-1013.14~22.04.1USN-7005-2
Fixed in:6.8.0-1013.14USN-7005-1
linux-image-6.8.0-1013-nvidia-lowlatencyUbuntu
Fixed in:6.8.0-1013.14.1USN-7005-1
linux-image-6.8.0-1013-nvidia-lowlatency-64kUbuntu
Fixed in:6.8.0-1013.14.1USN-7005-1
linux-image-6.8.0-1014-azureUbuntu
Fixed in:6.8.0-1014.16USN-7004-1
linux-image-6.8.0-1014-azure-fdeUbuntu
Fixed in:6.8.0-1014.16USN-7004-1
linux-image-6.8.0-1014-gcpUbuntu
Fixed in:6.8.0-1014.16USN-6999-1
linux-image-6.8.0-1015-awsUbuntu
Fixed in:6.8.0-1015.16USN-6999-1
linux-image-6.8.0-44-genericUbuntu
Fixed in:6.8.0-44.44USN-6999-1
linux-image-6.8.0-44-generic-64kUbuntu
Fixed in:6.8.0-44.44USN-6999-1
linux-image-6.8.0-44-lowlatencyUbuntu
Fixed in:6.8.0-44.44.1~22.04.1USN-7008-1
Fixed in:6.8.0-44.44.1USN-6999-1
linux-image-6.8.0-44-lowlatency-64kUbuntu
Fixed in:6.8.0-44.44.1~22.04.1USN-7008-1
Fixed in:6.8.0-44.44.1USN-6999-1
linux-image-6.8.0-45-genericUbuntu
Fixed in:6.8.0-45.45~22.04.1USN-7029-1
linux-image-6.8.0-45-generic-64kUbuntu
Fixed in:6.8.0-45.45~22.04.1USN-7029-1
linux-image-awsUbuntu
Fixed in:5.15.0.1069.75~20.04.1USN-7007-1
Fixed in:6.8.0-1015.16USN-6999-1
linux-image-aws-lts-22.04Ubuntu
Fixed in:5.15.0.1069.69USN-7007-1
linux-image-azureUbuntu
Fixed in:5.15.0.1072.81~20.04.1USN-7009-1
Fixed in:6.8.0-1014.16USN-7004-1
linux-image-azure-cvmUbuntu
Fixed in:5.15.0.1072.81~20.04.1USN-7009-1
linux-image-azure-fdeUbuntu
Fixed in:5.15.0.1072.81~20.04.1.49USN-7009-2
Fixed in:6.8.0-1014.16USN-7004-1
linux-image-azure-fde-lts-22.04Ubuntu
Fixed in:5.15.0.1072.81.49USN-7009-1
linux-image-azure-lts-22.04Ubuntu
Fixed in:5.15.0.1072.70USN-7009-1
linux-image-gcpUbuntu
Fixed in:5.15.0.1068.76~20.04.1USN-7007-1
Fixed in:6.8.0-1014.16USN-6999-1
linux-image-gcp-lts-22.04Ubuntu
Fixed in:5.15.0.1068.64USN-7007-1
linux-image-genericUbuntu
Fixed in:5.15.0.121.121USN-7007-1
Fixed in:6.8.0-44.44USN-6999-1
linux-image-generic-64kUbuntu
Fixed in:5.15.0.121.121USN-7007-1
Fixed in:6.8.0-44.44USN-6999-1
linux-image-generic-64k-hwe-20.04Ubuntu
Fixed in:5.15.0.121.131~20.04.1USN-7007-1
linux-image-generic-64k-hwe-22.04Ubuntu
Fixed in:6.8.0-45.45~22.04.1USN-7029-1
linux-image-generic-64k-hwe-24.04Ubuntu
Fixed in:6.8.0-44.44USN-6999-1
linux-image-generic-hwe-20.04Ubuntu
Fixed in:5.15.0.121.131~20.04.1USN-7007-1
linux-image-generic-hwe-22.04Ubuntu
Fixed in:6.8.0-45.45~22.04.1USN-7029-1
linux-image-generic-hwe-24.04Ubuntu
Fixed in:6.8.0-44.44USN-6999-1
linux-image-generic-lpaeUbuntu
Fixed in:5.15.0.121.121USN-7007-1
Fixed in:6.8.0-44.44USN-6999-1
linux-image-generic-lpae-hwe-20.04Ubuntu
Fixed in:5.15.0.121.131~20.04.1USN-7007-1
linux-image-gkeUbuntu
Fixed in:5.15.0.1066.65USN-7007-1
Fixed in:6.8.0-1010.13USN-6999-1
linux-image-gke-5.15Ubuntu
Fixed in:5.15.0.1066.65USN-7007-1
linux-image-gkeopUbuntu
Fixed in:5.15.0.1052.51USN-7007-1
linux-image-gkeop-5.15Ubuntu
Fixed in:5.15.0.1052.59~20.04.1USN-7007-1
Fixed in:5.15.0.1052.51USN-7007-1
linux-image-ibmUbuntu
Fixed in:5.15.0.1062.65~20.04.1USN-7007-2
Fixed in:5.15.0.1062.58USN-7007-1
Fixed in:6.8.0-1012.12USN-6999-1
linux-image-ibm-classicUbuntu
Fixed in:6.8.0-1012.12USN-6999-1
linux-image-ibm-lts-24.04Ubuntu
Fixed in:6.8.0-1012.12USN-6999-1
linux-image-intelUbuntu
Fixed in:5.15.0.1064.70~20.04.1USN-7007-1
linux-image-intel-iotgUbuntu
Fixed in:5.15.0.1064.70~20.04.1USN-7007-1
Fixed in:5.15.0.1064.64USN-7007-1
linux-image-kvmUbuntu
Fixed in:5.15.0.1066.62USN-7007-1
Fixed in:6.8.0-44.44USN-6999-1
linux-image-lowlatencyUbuntu
Fixed in:5.15.0.121.110USN-7007-3
Fixed in:6.8.0-44.44.1USN-6999-1
linux-image-lowlatency-64kUbuntu
Fixed in:5.15.0.121.110USN-7007-3
Fixed in:6.8.0-44.44.1USN-6999-1
linux-image-lowlatency-64k-hwe-20.04Ubuntu
Fixed in:5.15.0.121.131~20.04.1USN-7007-3
linux-image-lowlatency-64k-hwe-22.04Ubuntu
Fixed in:6.8.0-44.44.1~22.04.1USN-7008-1
linux-image-lowlatency-hwe-20.04Ubuntu
Fixed in:5.15.0.121.131~20.04.1USN-7007-3
linux-image-lowlatency-hwe-22.04Ubuntu
Fixed in:6.8.0-44.44.1~22.04.1USN-7008-1
linux-image-nvidiaUbuntu
Fixed in:5.15.0.1064.64USN-7007-1
Fixed in:6.8.0-1013.13USN-7005-1
linux-image-nvidia-6.8Ubuntu
Fixed in:6.8.0-1013.14~22.04.1USN-7005-2
linux-image-nvidia-64kUbuntu
Fixed in:6.8.0-1013.13USN-7005-1
linux-image-nvidia-64k-6.8Ubuntu
Fixed in:6.8.0-1013.14~22.04.1USN-7005-2
linux-image-nvidia-lowlatencyUbuntu
Fixed in:5.15.0.1064.64USN-7007-1
Fixed in:6.8.0-1013.14.1USN-7005-1
linux-image-nvidia-lowlatency-64kUbuntu
Fixed in:6.8.0-1013.14.1USN-7005-1
linux-image-oem-20.04Ubuntu
Fixed in:5.15.0.121.131~20.04.1USN-7007-1
linux-image-oem-20.04bUbuntu
Fixed in:5.15.0.121.131~20.04.1USN-7007-1
linux-image-oem-20.04cUbuntu
Fixed in:5.15.0.121.131~20.04.1USN-7007-1
linux-image-oem-20.04dUbuntu
Fixed in:5.15.0.121.131~20.04.1USN-7007-1
linux-image-oem-22.04Ubuntu
Fixed in:6.8.0-45.45~22.04.1USN-7029-1
linux-image-oem-22.04aUbuntu
Fixed in:6.8.0-45.45~22.04.1USN-7029-1
linux-image-oem-22.04bUbuntu
Fixed in:6.8.0-45.45~22.04.1USN-7029-1
linux-image-oem-22.04cUbuntu
Fixed in:6.8.0-45.45~22.04.1USN-7029-1
linux-image-oem-22.04dUbuntu
Fixed in:6.8.0-45.45~22.04.1USN-7029-1
linux-image-oracleUbuntu
Fixed in:5.15.0.1067.73~20.04.1USN-7007-2
Fixed in:6.8.0-1012.12USN-6999-1
linux-image-oracle-64kUbuntu
Fixed in:6.8.0-1012.12USN-6999-1
linux-image-oracle-lts-22.04Ubuntu
Fixed in:5.15.0.1067.63USN-7007-1
linux-image-raspiUbuntu
Fixed in:5.15.0.1062.60USN-7007-1
Fixed in:6.8.0-1011.12USN-6999-2
linux-image-raspi-nolpaeUbuntu
Fixed in:5.15.0.1062.60USN-7007-1
linux-image-virtualUbuntu
Fixed in:5.15.0.121.121USN-7007-1
Fixed in:6.8.0-44.44USN-6999-1
linux-image-virtual-hwe-20.04Ubuntu
Fixed in:5.15.0.121.131~20.04.1USN-7007-1
linux-image-virtual-hwe-22.04Ubuntu
Fixed in:6.8.0-45.45~22.04.1USN-7029-1
linux-image-virtual-hwe-24.04Ubuntu
Fixed in:6.8.0-44.44USN-6999-1
linux-image-xilinx-zynqmpUbuntu
Fixed in:5.15.0.1035.39USN-7019-1
linux-intel-iotgUbuntu
Fixed in:5.15.0-1064.70USN-7007-1
linux-intel-iotg-5.15Ubuntu
Fixed in:5.15.0-1064.70~20.04.1USN-7007-1
linux-kvmUbuntu
Fixed in:5.15.0-1066.71USN-7007-1
linux-lowlatencyUbuntu
Fixed in:5.15.0-121.131USN-7007-3
Fixed in:6.8.0-44.44.1USN-6999-1
linux-lowlatency-hwe-5.15Ubuntu
Fixed in:5.15.0-121.131~20.04.1USN-7007-3
linux-lowlatency-hwe-6.8Ubuntu
Fixed in:6.8.0-44.44.1~22.04.1USN-7008-1
linux-nvidiaUbuntu
Fixed in:5.15.0-1064.65USN-7007-1
Fixed in:6.8.0-1013.14USN-7005-1
linux-nvidia-6.8Ubuntu
Fixed in:6.8.0-1013.14~22.04.1USN-7005-2
linux-nvidia-lowlatencyUbuntu
Fixed in:6.8.0-1013.14.1USN-7005-1
linux-oem-6.8Ubuntu
Fixed in:6.8.0-1012.12USN-6999-1
linux-oracleUbuntu
Fixed in:5.15.0-1067.73USN-7007-1
Fixed in:6.8.0-1012.12USN-6999-1
linux-oracle-5.15Ubuntu
Fixed in:5.15.0-1067.73~20.04.1USN-7007-2
linux-raspiUbuntu
Fixed in:5.15.0-1062.65USN-7007-1
Fixed in:6.8.0-1011.12USN-6999-2
linux-xilinx-zynqmpUbuntu
Fixed in:5.15.0-1035.39USN-7019-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 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.29%probability of exploitation in 30 days
21stpercentile

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

References

Related Vulnerabilities

Other CWE-416 (Use After Free) vulnerabilities, ordered by exploit likelihood. View all

CVESeverityCVSSEPSSExploitedFix
CVE-2019-0708Critical9.8100%KEV + Ransom-
CVE-2021-31166Critical9.8100%KEVFix
CVE-2015-5119Critical9.899%KEV-
CVE-2010-3962High8.197%KEV-
CVE-2015-0313Critical9.896%KEVFix
CVE-2017-9798High7.595%-Fix
Embed a live status badge for CVE-2024-40927
CVE-2024-40927 severity badge

Markdown

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

HTML

<a href="https://tridentstack.com/cve/CVE-2024-40927"><img src="https://tridentstack.com/cve/badge/CVE-2024-40927.svg" alt="CVE-2024-40927"></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-11-03.