CVE & CISA-KEV Catalog

CVE-2024-35895

MEDIUM
5.5
CVSS v3
NVD

Description

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Prevent lock inversion deadlock in map delete elem syzkaller started using corpuses where a BPF tracing program deletes elements from a sockmap/sockhash map. Because BPF tracing programs can be invoked from any interrupt context, locks taken during a map_delete_elem operation must be hardirq-safe. Otherwise a deadlock due to lock inversion is possible, as reported by lockdep: CPU0 CPU1 ---- ---- lock(&htab->buckets[i].lock); local_irq_disable(); lock(&host->lock); lock(&htab->buckets[i].lock); <Interrupt> lock(&host->lock); Locks in sockmap are hardirq-unsafe by design. We expects elements to be deleted from sockmap/sockhash only in task (normal) context with interrupts enabled, or in softirq context. Detect when map_delete_elem operation is invoked from a context which is _not_ hardirq-unsafe, that is interrupts are disabled, and bail out with an error. Note that map updates are not affected by this issue. BPF verifier does not allow updating sockmap/sockhash from a BPF tracing program today.

How to fix

Remediation Available
linuxDebian
Fixed in:5.10.216-1CVE-2024-35895
Fixed in:6.1.85-1CVE-2024-35895
Fixed in:6.8.9-1CVE-2024-35895
Fixed in:6.8.9-1CVE-2024-35895
bpftoolRocky
Fixed in:0:7.0.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:7.3.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:7.0.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:7.3.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:7.3.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:7.0.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:7.0.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:7.3.0-427.37.1.el9_4RHSA-2024:6997
bpftoolRed Hat / RHEL
Fixed in:0:7.3.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:7.0.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:7.0.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:7.0.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:7.3.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:7.0.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:7.3.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:7.3.0-427.37.1.el9_4RHSA-2024:6997
bpftool-debuginfoRed Hat / RHEL
Fixed in:0:7.3.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:7.3.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:7.0.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:7.3.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:7.0.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:7.3.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:7.0.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:7.0.0-284.82.1.el9_2RHSA-2024:6267
bpftool-debuginfoRocky
Fixed in:0:7.0.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:7.3.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:7.0.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:7.3.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:7.0.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:7.3.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:7.0.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:7.3.0-427.37.1.el9_4RHSA-2024:6997
kernelRocky
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernelRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
kernel-64kRocky
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-64kRed Hat / RHEL
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-64k-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
kernel-64k-coreRocky
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-64k-debugRocky
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-64k-debugRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
kernel-64k-debug-coreRocky
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-64k-debug-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
kernel-64k-debug-debuginfoRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
kernel-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-64k-debug-develRocky
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-64k-debug-develRed Hat / RHEL
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-64k-debug-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-64k-debug-devel-matchedRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
kernel-64k-debug-modulesRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
kernel-64k-debug-modulesRocky
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
kernel-64k-debug-modules-coreRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
kernel-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
kernel-64k-debug-modules-extraRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
kernel-64k-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-64k-debuginfoRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
kernel-64k-develRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
kernel-64k-develRocky
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-64k-devel-matchedRocky
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-64k-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
kernel-64k-modulesRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
kernel-64k-modulesRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
kernel-64k-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
kernel-64k-modules-coreRocky
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-64k-modules-extraRocky
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-64k-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
kernel-abi-stablelistsRocky
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-abi-stablelistsRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
kernel-coreRed Hat / RHEL
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-coreRocky
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-debugRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
kernel-debugRocky
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-debug-coreRocky
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-debug-coreRed Hat / RHEL
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
kernel-debug-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
kernel-debug-debuginfoRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
kernel-debug-develRed Hat / RHEL
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-debug-develRocky
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
kernel-debug-devel-matchedRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-debug-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-debug-modulesRed Hat / RHEL
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-debug-modulesRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-debug-modules-coreRocky
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
kernel-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-debug-modules-extraRocky
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
kernel-debug-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-debug-uki-virtRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
kernel-debug-uki-virtRed Hat / RHEL
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-debuginfoRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-debuginfo-common-aarch64Rocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
kernel-debuginfo-common-aarch64Red Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
kernel-debuginfo-common-ppc64leRocky
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-debuginfo-common-ppc64leRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
kernel-debuginfo-common-s390xRed Hat / RHEL
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-debuginfo-common-s390xRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
kernel-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-debuginfo-common-x86_64Rocky
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-develRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
kernel-develRocky
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
kernel-devel-matchedRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-docRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
kernel-docRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
kernel-modulesRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
kernel-modulesRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
kernel-modules-coreRocky
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
kernel-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
kernel-modules-extraRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-rtRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.rt14.367.el9_2RHSA-2024:6268
Fixed in:0:5.14.0-284.82.1.rt14.367.el9_2RHSA-2024:6268
kernel-rtRocky
Fixed in:0:5.14.0-284.82.1.rt14.367.el9_2RHSA-2024:6268
Fixed in:0:5.14.0-284.82.1.rt14.367.el9_2RHSA-2024:6268
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-rt-coreRocky
Fixed in:0:5.14.0-284.82.1.rt14.367.el9_2RHSA-2024:6268
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-rt-coreRed Hat / RHEL
Fixed in:0:5.14.0-284.82.1.rt14.367.el9_2RHSA-2024:6268
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-rt-debugRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.rt14.367.el9_2RHSA-2024:6268
kernel-rt-debugRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.rt14.367.el9_2RHSA-2024:6268
kernel-rt-debug-coreRocky
Fixed in:0:5.14.0-284.82.1.rt14.367.el9_2RHSA-2024:6268
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-rt-debug-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.rt14.367.el9_2RHSA-2024:6268
kernel-rt-debug-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-284.82.1.rt14.367.el9_2RHSA-2024:6268
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-rt-debug-debuginfoRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.rt14.367.el9_2RHSA-2024:6268
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-rt-debug-develRed Hat / RHEL
Fixed in:0:5.14.0-284.82.1.rt14.367.el9_2RHSA-2024:6268
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-rt-debug-develRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.rt14.367.el9_2RHSA-2024:6268
kernel-rt-debug-kvmRocky
Fixed in:0:5.14.0-284.82.1.rt14.367.el9_2RHSA-2024:6268
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-rt-debug-kvmRed Hat / RHEL
Fixed in:0:5.14.0-284.82.1.rt14.367.el9_2RHSA-2024:6268
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-rt-debug-modulesRocky
Fixed in:0:5.14.0-284.82.1.rt14.367.el9_2RHSA-2024:6268
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-rt-debug-modulesRed Hat / RHEL
Fixed in:0:5.14.0-284.82.1.rt14.367.el9_2RHSA-2024:6268
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-rt-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-284.82.1.rt14.367.el9_2RHSA-2024:6268
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-rt-debug-modules-coreRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.rt14.367.el9_2RHSA-2024:6268
kernel-rt-debug-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-284.82.1.rt14.367.el9_2RHSA-2024:6268
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-rt-debug-modules-extraRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.rt14.367.el9_2RHSA-2024:6268
kernel-rt-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.rt14.367.el9_2RHSA-2024:6268
kernel-rt-debuginfoRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.rt14.367.el9_2RHSA-2024:6268
kernel-rt-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:5.14.0-284.82.1.rt14.367.el9_2RHSA-2024:6268
kernel-rt-debuginfo-common-x86_64Rocky
Fixed in:0:5.14.0-284.82.1.rt14.367.el9_2RHSA-2024:6268
kernel-rt-develRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.rt14.367.el9_2RHSA-2024:6268
kernel-rt-develRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.rt14.367.el9_2RHSA-2024:6268
kernel-rt-kvmRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.rt14.367.el9_2RHSA-2024:6268
kernel-rt-kvmRocky
Fixed in:0:5.14.0-284.82.1.rt14.367.el9_2RHSA-2024:6268
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-rt-modulesRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.rt14.367.el9_2RHSA-2024:6268
kernel-rt-modulesRocky
Fixed in:0:5.14.0-284.82.1.rt14.367.el9_2RHSA-2024:6268
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-rt-modules-coreRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.rt14.367.el9_2RHSA-2024:6268
kernel-rt-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.rt14.367.el9_2RHSA-2024:6268
kernel-rt-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.rt14.367.el9_2RHSA-2024:6268
kernel-rt-modules-extraRocky
Fixed in:0:5.14.0-284.82.1.rt14.367.el9_2RHSA-2024:6268
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-toolsRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-toolsRocky
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-tools-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
kernel-tools-debuginfoRocky
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
kernel-tools-libsRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
kernel-tools-libsRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
kernel-tools-libs-develRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
kernel-tools-libs-develRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-uki-virtRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
kernel-uki-virtRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
kernel-zfcpdumpRed Hat / RHEL
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-zfcpdumpRocky
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-zfcpdump-coreRocky
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-zfcpdump-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
kernel-zfcpdump-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
kernel-zfcpdump-debuginfoRocky
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-zfcpdump-develRocky
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-zfcpdump-develRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
kernel-zfcpdump-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-zfcpdump-devel-matchedRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
kernel-zfcpdump-modulesRocky
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-zfcpdump-modulesRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
kernel-zfcpdump-modules-coreRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
kernel-zfcpdump-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
kernel-zfcpdump-modules-extraRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
kernel-zfcpdump-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
libperfRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
libperfRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
libperf-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
libperf-debuginfoRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
perfRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
perfRocky
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
perf-debuginfoRocky
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
perf-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
python3-perfRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
python3-perfRed Hat / RHEL
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
python3-perf-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
python3-perf-debuginfoRocky
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
rtlaRocky
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
rtlaRed Hat / RHEL
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-284.82.1.el9_2RHSA-2024:6267
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
rvRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
rvRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
linuxUbuntu
Fixed in:5.4.0-189.209USN-6896-1
Fixed in:5.15.0-116.126USN-6898-1
Fixed in:6.8.0-38.38USN-6893-1
linux-awsUbuntu
Fixed in:5.4.0-1128.138USN-6896-5
Fixed in:5.15.0-1065.71USN-6898-3
Fixed in:6.8.0-1011.12USN-6893-3
linux-aws-5.15Ubuntu
Fixed in:5.15.0-1065.71~20.04.1USN-6898-4
linux-aws-5.4Ubuntu
Fixed in:5.4.0-1128.138~18.04.1USN-6896-5
linux-azureUbuntu
Fixed in:5.4.0-1133.140USN-6896-1
Fixed in:5.15.0-1068.77USN-6917-1
Fixed in:6.8.0-1010.10USN-6893-1
linux-azure-5.15Ubuntu
Fixed in:5.15.0-1068.77~20.04.1USN-6917-1
linux-azure-5.4Ubuntu
Fixed in:5.4.0-1133.140~18.04.1USN-6896-1
linux-azure-fdeUbuntu
Fixed in:5.15.0-1068.77.1USN-6917-1
linux-azure-fde-5.15Ubuntu
Fixed in:5.15.0-1068.77~20.04.1.1USN-6917-1
linux-bluefieldUbuntu
Fixed in:5.4.0-1088.95USN-6896-1
linux-gcpUbuntu
Fixed in:5.4.0-1132.141USN-6896-1
Fixed in:5.15.0-1064.72USN-6898-1
Fixed in:6.8.0-1010.11USN-6893-1
linux-gcp-5.15Ubuntu
Fixed in:5.15.0-1065.73~20.04.1USN-6927-1
linux-gcp-5.4Ubuntu
Fixed in:5.4.0-1132.141~18.04.1USN-6896-1
linux-gkeUbuntu
Fixed in:5.15.0-1062.68USN-6898-1
Fixed in:6.8.0-1006.9USN-6893-2
linux-gkeopUbuntu
Fixed in:5.4.0-1095.99USN-6896-1
Fixed in:5.15.0-1048.55USN-6898-1
linux-gkeop-5.15Ubuntu
Fixed in:5.15.0-1048.55~20.04.1USN-6898-1
linux-hwe-5.15Ubuntu
Fixed in:5.15.0-116.126~20.04.1USN-6898-3
linux-hwe-5.4Ubuntu
Fixed in:5.4.0-189.209~18.04.1USN-6896-2
linux-ibmUbuntu
Fixed in:5.4.0-1075.80USN-6896-1
Fixed in:5.15.0-1058.61USN-6898-1
Fixed in:6.8.0-1008.8USN-6893-1
linux-ibm-5.15Ubuntu
Fixed in:5.15.0-1058.61~20.04.1USN-6898-2
linux-ibm-5.4Ubuntu
Fixed in:5.4.0-1075.80~18.04.1USN-6896-1
linux-image-5.15.0-1035-xilinx-zynqmpUbuntu
Fixed in:5.15.0-1035.39USN-7019-1
linux-image-5.15.0-1048-gkeopUbuntu
Fixed in:5.15.0-1048.55~20.04.1USN-6898-1
Fixed in:5.15.0-1048.55USN-6898-1
linux-image-5.15.0-1058-ibmUbuntu
Fixed in:5.15.0-1058.61~20.04.1USN-6898-2
Fixed in:5.15.0-1058.61USN-6898-1
linux-image-5.15.0-1058-raspiUbuntu
Fixed in:5.15.0-1058.61USN-6919-1
linux-image-5.15.0-1060-intel-iotgUbuntu
Fixed in:5.15.0-1060.66~20.04.1USN-6898-1
Fixed in:5.15.0-1060.66USN-6898-1
linux-image-5.15.0-1060-nvidiaUbuntu
Fixed in:5.15.0-1060.61USN-6898-1
linux-image-5.15.0-1060-nvidia-lowlatencyUbuntu
Fixed in:5.15.0-1060.61USN-6898-1
linux-image-5.15.0-1062-gkeUbuntu
Fixed in:5.15.0-1062.68USN-6898-1
linux-image-5.15.0-1062-kvmUbuntu
Fixed in:5.15.0-1062.67USN-6898-1
linux-image-5.15.0-1063-oracleUbuntu
Fixed in:5.15.0-1063.69~20.04.1USN-6898-2
Fixed in:5.15.0-1063.69USN-6898-1
linux-image-5.15.0-1064-gcpUbuntu
Fixed in:5.15.0-1064.72USN-6898-1
linux-image-5.15.0-1065-awsUbuntu
Fixed in:5.15.0-1065.71~20.04.1USN-6898-4
Fixed in:5.15.0-1065.71USN-6898-3
linux-image-5.15.0-1065-gcpUbuntu
Fixed in:5.15.0-1065.73~20.04.1USN-6927-1
linux-image-5.15.0-1068-azureUbuntu
Fixed in:5.15.0-1068.77~20.04.1USN-6917-1
Fixed in:5.15.0-1068.77USN-6917-1
linux-image-5.15.0-1068-azure-fdeUbuntu
Fixed in:5.15.0-1068.77~20.04.1.1USN-6917-1
Fixed in:5.15.0-1068.77.1USN-6917-1
linux-image-5.15.0-116-genericUbuntu
Fixed in:5.15.0-116.126~20.04.1USN-6898-3
Fixed in:5.15.0-116.126USN-6898-1
linux-image-5.15.0-116-generic-64kUbuntu
Fixed in:5.15.0-116.126~20.04.1USN-6898-3
Fixed in:5.15.0-116.126USN-6898-1
linux-image-5.15.0-116-generic-lpaeUbuntu
Fixed in:5.15.0-116.126~20.04.1USN-6898-3
Fixed in:5.15.0-116.126USN-6898-1
linux-image-5.15.0-116-lowlatencyUbuntu
Fixed in:5.15.0-116.126~20.04.1USN-6898-2
Fixed in:5.15.0-116.126USN-6898-2
linux-image-5.15.0-116-lowlatency-64kUbuntu
Fixed in:5.15.0-116.126~20.04.1USN-6898-2
Fixed in:5.15.0-116.126USN-6898-2
linux-image-5.4.0-1040-iotUbuntu
Fixed in:5.4.0-1040.41USN-6896-5
linux-image-5.4.0-1047-xilinx-zynqmpUbuntu
Fixed in:5.4.0-1047.51USN-6896-3
linux-image-5.4.0-1075-ibmUbuntu
Fixed in:5.4.0-1075.80~18.04.1USN-6896-1
Fixed in:5.4.0-1075.80USN-6896-1
linux-image-5.4.0-1088-bluefieldUbuntu
Fixed in:5.4.0-1088.95USN-6896-1
linux-image-5.4.0-1095-gkeopUbuntu
Fixed in:5.4.0-1095.99USN-6896-1
linux-image-5.4.0-1112-raspiUbuntu
Fixed in:5.4.0-1112.124~18.04.1USN-6896-4
Fixed in:5.4.0-1112.124USN-6896-4
linux-image-5.4.0-1116-kvmUbuntu
Fixed in:5.4.0-1116.123USN-6896-1
linux-image-5.4.0-1127-oracleUbuntu
Fixed in:5.4.0-1127.136~18.04.1USN-6896-2
Fixed in:5.4.0-1127.136USN-6896-3
linux-image-5.4.0-1128-awsUbuntu
Fixed in:5.4.0-1128.138~18.04.1USN-6896-5
Fixed in:5.4.0-1128.138USN-6896-5
linux-image-5.4.0-1132-gcpUbuntu
Fixed in:5.4.0-1132.141~18.04.1USN-6896-1
Fixed in:5.4.0-1132.141USN-6896-1
linux-image-5.4.0-1133-azureUbuntu
Fixed in:5.4.0-1133.140~18.04.1USN-6896-1
Fixed in:5.4.0-1133.140USN-6896-1
linux-image-5.4.0-189-genericUbuntu
Fixed in:5.4.0-189.209~18.04.1USN-6896-2
Fixed in:5.4.0-189.209USN-6896-1
linux-image-5.4.0-189-generic-lpaeUbuntu
Fixed in:5.4.0-189.209USN-6896-1
linux-image-5.4.0-189-lowlatencyUbuntu
Fixed in:5.4.0-189.209~18.04.1USN-6896-2
Fixed in:5.4.0-189.209USN-6896-1
linux-image-6.8.0-1006-gkeUbuntu
Fixed in:6.8.0-1006.9USN-6893-2
linux-image-6.8.0-1007-intelUbuntu
Fixed in:6.8.0-1007.14USN-6893-1
linux-image-6.8.0-1007-raspiUbuntu
Fixed in:6.8.0-1007.7USN-6893-1
linux-image-6.8.0-1008-ibmUbuntu
Fixed in:6.8.0-1008.8USN-6893-1
linux-image-6.8.0-1008-oemUbuntu
Fixed in:6.8.0-1008.8USN-6893-1
linux-image-6.8.0-1008-oracleUbuntu
Fixed in:6.8.0-1008.8USN-6918-1
linux-image-6.8.0-1008-oracle-64kUbuntu
Fixed in:6.8.0-1008.8USN-6918-1
linux-image-6.8.0-1009-nvidiaUbuntu
Fixed in:6.8.0-1009.9USN-6893-2
linux-image-6.8.0-1009-nvidia-64kUbuntu
Fixed in:6.8.0-1009.9USN-6893-2
linux-image-6.8.0-1010-azureUbuntu
Fixed in:6.8.0-1010.10USN-6893-1
linux-image-6.8.0-1010-azure-fdeUbuntu
Fixed in:6.8.0-1010.10USN-6893-1
linux-image-6.8.0-1010-gcpUbuntu
Fixed in:6.8.0-1010.11USN-6893-1
linux-image-6.8.0-1011-awsUbuntu
Fixed in:6.8.0-1011.12USN-6893-3
linux-image-6.8.0-38-genericUbuntu
Fixed in:6.8.0-38.38USN-6893-1
linux-image-6.8.0-38-generic-64kUbuntu
Fixed in:6.8.0-38.38USN-6893-1
linux-image-6.8.0-38-lowlatencyUbuntu
Fixed in:6.8.0-38.38.1USN-6893-1
linux-image-6.8.0-38-lowlatency-64kUbuntu
Fixed in:6.8.0-38.38.1USN-6893-1
linux-image-awsUbuntu
Fixed in:5.4.0.1128.138~18.04.1USN-6896-5
Fixed in:5.15.0.1065.71~20.04.1USN-6898-4
Fixed in:6.8.0-1011.12USN-6893-3
linux-image-aws-lts-20.04Ubuntu
Fixed in:5.4.0.1128.125USN-6896-5
linux-image-aws-lts-22.04Ubuntu
Fixed in:5.15.0.1065.65USN-6898-3
linux-image-azureUbuntu
Fixed in:5.4.0.1133.140~18.04.1USN-6896-1
Fixed in:5.15.0.1068.77~20.04.1USN-6917-1
Fixed in:6.8.0-1010.10USN-6893-1
linux-image-azure-cvmUbuntu
Fixed in:5.15.0.1068.77~20.04.1USN-6917-1
linux-image-azure-fdeUbuntu
Fixed in:5.15.0.1068.77~20.04.1.45USN-6917-1
Fixed in:6.8.0-1010.10USN-6893-1
linux-image-azure-fde-lts-22.04Ubuntu
Fixed in:5.15.0.1068.77.45USN-6917-1
linux-image-azure-lts-20.04Ubuntu
Fixed in:5.4.0.1133.127USN-6896-1
linux-image-azure-lts-22.04Ubuntu
Fixed in:5.15.0.1068.66USN-6917-1
linux-image-bluefieldUbuntu
Fixed in:5.4.0.1088.84USN-6896-1
linux-image-gcpUbuntu
Fixed in:5.4.0.1132.141~18.04.1USN-6896-1
Fixed in:5.15.0.1065.73~20.04.1USN-6927-1
Fixed in:6.8.0-1010.11USN-6893-1
linux-image-gcp-lts-20.04Ubuntu
Fixed in:5.4.0.1132.134USN-6896-1
linux-image-gcp-lts-22.04Ubuntu
Fixed in:5.15.0.1064.60USN-6898-1
linux-image-genericUbuntu
Fixed in:5.4.0.189.187USN-6896-1
Fixed in:5.15.0.116.116USN-6898-1
Fixed in:6.8.0-38.38USN-6893-1
linux-image-generic-64kUbuntu
Fixed in:5.15.0.116.116USN-6898-1
Fixed in:6.8.0-38.38USN-6893-1
linux-image-generic-64k-hwe-20.04Ubuntu
Fixed in:5.15.0.116.126~20.04.1USN-6898-3
linux-image-generic-64k-hwe-24.04Ubuntu
Fixed in:6.8.0-38.38USN-6893-1
linux-image-generic-hwe-18.04Ubuntu
Fixed in:5.4.0.189.209~18.04.1USN-6896-2
linux-image-generic-hwe-20.04Ubuntu
Fixed in:5.15.0.116.126~20.04.1USN-6898-3
linux-image-generic-hwe-24.04Ubuntu
Fixed in:6.8.0-38.38USN-6893-1
linux-image-generic-lpaeUbuntu
Fixed in:5.4.0.189.187USN-6896-1
Fixed in:5.15.0.116.116USN-6898-1
Fixed in:6.8.0-38.38USN-6893-1
linux-image-generic-lpae-hwe-20.04Ubuntu
Fixed in:5.15.0.116.126~20.04.1USN-6898-3
linux-image-gkeUbuntu
Fixed in:5.15.0.1062.61USN-6898-1
Fixed in:6.8.0-1006.9USN-6893-2
linux-image-gke-5.15Ubuntu
Fixed in:5.15.0.1062.61USN-6898-1
linux-image-gkeopUbuntu
Fixed in:5.4.0.1095.93USN-6896-1
Fixed in:5.15.0.1048.47USN-6898-1
linux-image-gkeop-5.15Ubuntu
Fixed in:5.15.0.1048.55~20.04.1USN-6898-1
Fixed in:5.15.0.1048.47USN-6898-1
linux-image-gkeop-5.4Ubuntu
Fixed in:5.4.0.1095.93USN-6896-1
linux-image-ibmUbuntu
Fixed in:5.4.0.1075.80~18.04.1USN-6896-1
Fixed in:5.15.0.1058.61~20.04.1USN-6898-2
Fixed in:5.15.0.1058.54USN-6898-1
Fixed in:6.8.0-1008.8USN-6893-1
linux-image-ibm-classicUbuntu
Fixed in:6.8.0-1008.8USN-6893-1
linux-image-ibm-lts-20.04Ubuntu
Fixed in:5.4.0.1075.104USN-6896-1
linux-image-ibm-lts-24.04Ubuntu
Fixed in:6.8.0-1008.8USN-6893-1
linux-image-intelUbuntu
Fixed in:5.15.0.1060.66~20.04.1USN-6898-1
Fixed in:6.8.0-1007.14USN-6893-1
linux-image-intel-iotgUbuntu
Fixed in:5.15.0.1060.66~20.04.1USN-6898-1
Fixed in:5.15.0.1060.60USN-6898-1
linux-image-kvmUbuntu
Fixed in:5.4.0.1116.112USN-6896-1
Fixed in:5.15.0.1062.58USN-6898-1
Fixed in:6.8.0-38.38USN-6893-1
linux-image-lowlatencyUbuntu
Fixed in:5.4.0.189.187USN-6896-1
Fixed in:5.15.0.116.106USN-6898-2
Fixed in:6.8.0-38.38.1USN-6893-1
linux-image-lowlatency-64kUbuntu
Fixed in:5.15.0.116.106USN-6898-2
Fixed in:6.8.0-38.38.1USN-6893-1
linux-image-lowlatency-64k-hwe-20.04Ubuntu
Fixed in:5.15.0.116.126~20.04.1USN-6898-2
linux-image-lowlatency-hwe-18.04Ubuntu
Fixed in:5.4.0.189.209~18.04.1USN-6896-2
linux-image-lowlatency-hwe-20.04Ubuntu
Fixed in:5.15.0.116.126~20.04.1USN-6898-2
linux-image-nvidiaUbuntu
Fixed in:5.15.0.1060.60USN-6898-1
Fixed in:6.8.0-1009.9USN-6893-2
linux-image-nvidia-64kUbuntu
Fixed in:6.8.0-1009.9USN-6893-2
linux-image-nvidia-lowlatencyUbuntu
Fixed in:5.15.0.1060.60USN-6898-1
linux-image-oemUbuntu
Fixed in:5.4.0.189.209~18.04.1USN-6896-2
Fixed in:5.4.0.189.187USN-6896-1
linux-image-oem-20.04Ubuntu
Fixed in:5.15.0.116.126~20.04.1USN-6898-3
linux-image-oem-20.04bUbuntu
Fixed in:5.15.0.116.126~20.04.1USN-6898-3
linux-image-oem-20.04cUbuntu
Fixed in:5.15.0.116.126~20.04.1USN-6898-3
linux-image-oem-20.04dUbuntu
Fixed in:5.15.0.116.126~20.04.1USN-6898-3
linux-image-oem-24.04Ubuntu
Fixed in:6.8.0-1008.8USN-6893-1
linux-image-oem-24.04aUbuntu
Fixed in:6.8.0-1008.8USN-6893-1
linux-image-oem-osp1Ubuntu
Fixed in:5.4.0.189.209~18.04.1USN-6896-2
Fixed in:5.4.0.189.187USN-6896-1
linux-image-oracleUbuntu
Fixed in:5.4.0.1127.136~18.04.1USN-6896-2
Fixed in:5.15.0.1063.69~20.04.1USN-6898-2
Fixed in:6.8.0-1008.8USN-6918-1
linux-image-oracle-64kUbuntu
Fixed in:6.8.0-1008.8USN-6918-1
linux-image-oracle-lts-20.04Ubuntu
Fixed in:5.4.0.1127.120USN-6896-3
linux-image-oracle-lts-22.04Ubuntu
Fixed in:5.15.0.1063.59USN-6898-1
linux-image-raspiUbuntu
Fixed in:5.4.0.1112.142USN-6896-4
Fixed in:5.15.0.1058.56USN-6919-1
Fixed in:6.8.0-1007.7USN-6893-1
linux-image-raspi-hwe-18.04Ubuntu
Fixed in:5.4.0.1112.124~18.04.1USN-6896-4
linux-image-raspi-nolpaeUbuntu
Fixed in:5.15.0.1058.56USN-6919-1
linux-image-raspi2Ubuntu
Fixed in:5.4.0.1112.142USN-6896-4
linux-image-snapdragon-hwe-18.04Ubuntu
Fixed in:5.4.0.189.209~18.04.1USN-6896-2
linux-image-virtualUbuntu
Fixed in:5.4.0.189.187USN-6896-1
Fixed in:5.15.0.116.116USN-6898-1
Fixed in:6.8.0-38.38USN-6893-1
linux-image-virtual-hwe-18.04Ubuntu
Fixed in:5.4.0.189.209~18.04.1USN-6896-2
linux-image-virtual-hwe-20.04Ubuntu
Fixed in:5.15.0.116.126~20.04.1USN-6898-3
linux-image-virtual-hwe-24.04Ubuntu
Fixed in:6.8.0-38.38USN-6893-1
linux-image-xilinx-zynqmpUbuntu
Fixed in:5.4.0.1047.47USN-6896-3
Fixed in:5.15.0.1035.39USN-7019-1
linux-intelUbuntu
Fixed in:6.8.0-1007.14USN-6893-1
linux-intel-iotgUbuntu
Fixed in:5.15.0-1060.66USN-6898-1
linux-intel-iotg-5.15Ubuntu
Fixed in:5.15.0-1060.66~20.04.1USN-6898-1
linux-iotUbuntu
Fixed in:5.4.0-1040.41USN-6896-5
linux-kvmUbuntu
Fixed in:5.4.0-1116.123USN-6896-1
Fixed in:5.15.0-1062.67USN-6898-1
linux-lowlatencyUbuntu
Fixed in:5.15.0-116.126USN-6898-2
Fixed in:6.8.0-38.38.1USN-6893-1
linux-lowlatency-hwe-5.15Ubuntu
Fixed in:5.15.0-116.126~20.04.1USN-6898-2
linux-nvidiaUbuntu
Fixed in:5.15.0-1060.61USN-6898-1
Fixed in:6.8.0-1009.9USN-6893-2
linux-oem-6.8Ubuntu
Fixed in:6.8.0-1008.8USN-6893-1
linux-oracleUbuntu
Fixed in:5.4.0-1127.136USN-6896-3
Fixed in:5.15.0-1063.69USN-6898-1
Fixed in:6.8.0-1008.8USN-6918-1
linux-oracle-5.15Ubuntu
Fixed in:5.15.0-1063.69~20.04.1USN-6898-2
linux-oracle-5.4Ubuntu
Fixed in:5.4.0-1127.136~18.04.1USN-6896-2
linux-raspiUbuntu
Fixed in:5.4.0-1112.124USN-6896-4
Fixed in:5.15.0-1058.61USN-6919-1
Fixed in:6.8.0-1007.7USN-6893-1
linux-raspi-5.4Ubuntu
Fixed in:5.4.0-1112.124~18.04.1USN-6896-4
linux-xilinx-zynqmpUbuntu
Fixed in:5.4.0-1047.51USN-6896-3
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

ConfidentialityNone
IntegrityNone
AvailabilityHigh

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

Exploit Intelligence

0.18%probability of exploitation in 30 days
8thpercentile

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

References

Related Vulnerabilities

Other CWE-667 vulnerabilities, ordered by exploit likelihood. View all

CVESeverityCVSSEPSSExploitedFix
CVE-2019-10072High7.573%-Fix
CVE-2002-1850High7.517%-Fix
CVE-2009-2699High7.514%-Fix
CVE-2004-0174High7.512%--
CVE-2009-4272High7.511%--
CVE-2020-24606High8.65.2%-Fix
Embed a live status badge for CVE-2024-35895
CVE-2024-35895 severity badge

Markdown

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

HTML

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

Find and fix vulnerabilities across your fleet

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

Start free

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