CVE & CISA-KEV Catalog

CVE-2025-71089

HIGH
7.8
CVSS v3
NVD

Description

In the Linux kernel, the following vulnerability has been resolved: iommu: disable SVA when CONFIG_X86 is set Patch series "Fix stale IOTLB entries for kernel address space", v7. This proposes a fix for a security vulnerability related to IOMMU Shared Virtual Addressing (SVA). In an SVA context, an IOMMU can cache kernel page table entries. When a kernel page table page is freed and reallocated for another purpose, the IOMMU might still hold stale, incorrect entries. This can be exploited to cause a use-after-free or write-after-free condition, potentially leading to privilege escalation or data corruption. This solution introduces a deferred freeing mechanism for kernel page table pages, which provides a safe window to notify the IOMMU to invalidate its caches before the page is reused. This patch (of 8): In the IOMMU Shared Virtual Addressing (SVA) context, the IOMMU hardware shares and walks the CPU's page tables. The x86 architecture maps the kernel's virtual address space into the upper portion of every process's page table. Consequently, in an SVA context, the IOMMU hardware can walk and cache kernel page table entries. The Linux kernel currently lacks a notification mechanism for kernel page table changes, specifically when page table pages are freed and reused. The IOMMU driver is only notified of changes to user virtual address mappings. This can cause the IOMMU's internal caches to retain stale entries for kernel VA. Use-After-Free (UAF) and Write-After-Free (WAF) conditions arise when kernel page table pages are freed and later reallocated. The IOMMU could misinterpret the new data as valid page table entries. The IOMMU might then walk into attacker-controlled memory, leading to arbitrary physical memory DMA access or privilege escalation. This is also a Write-After-Free issue, as the IOMMU will potentially continue to write Accessed and Dirty bits to the freed memory while attempting to walk the stale page tables. Currently, SVA contexts are unprivileged and cannot access kernel mappings. However, the IOMMU will still walk kernel-only page tables all the way down to the leaf entries, where it realizes the mapping is for the kernel and errors out. This means the IOMMU still caches these intermediate page table entries, making the described vulnerability a real concern. Disable SVA on x86 architecture until the IOMMU can receive notification to flush the paging cache before freeing the CPU kernel page table pages.

How to fix

Remediation Available
linuxDebian
Fixed in:6.1.164-1CVE-2025-71089
Fixed in:6.12.69-1CVE-2025-71089
Fixed in:6.18.5-1CVE-2025-71089
bpftoolRed Hat / RHEL
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-372.195.1.el8_6RHSA-2026:25533
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:7.3.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:7.0.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:7.3.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:7.0.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:7.0.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:7.0.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:7.3.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:7.3.0-427.129.1.el9_4RHSA-2026:23237
bpftoolRocky
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-372.195.1.el8_6RHSA-2026:25533
Fixed in:0:7.3.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:7.3.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:7.3.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:7.0.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:7.3.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:7.0.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:7.0.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:7.0.0-284.176.1.el9_2RHSA-2026:26515
bpftool-debuginfoRocky
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:4.18.0-372.195.1.el8_6RHSA-2026:25533
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:7.3.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:7.3.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:7.0.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:7.3.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:7.3.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:7.0.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:7.0.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:7.0.0-284.176.1.el9_2RHSA-2026:26515
bpftool-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-372.195.1.el8_6RHSA-2026:25533
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:7.3.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:7.0.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:7.0.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:7.3.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:7.3.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:7.0.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:7.3.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:7.0.0-284.176.1.el9_2RHSA-2026:26515
kernelRed Hat / RHEL
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-372.195.1.el8_6RHSA-2026:25533
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:4.18.0-372.195.1.el8_6RHSA-2026:25533
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
kernelRocky
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-372.195.1.el8_6RHSA-2026:25533
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-372.195.1.el8_6RHSA-2026:25533
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
kernel-64kRed Hat / RHEL
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
kernel-64kRocky
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
kernel-64k-coreRed Hat / RHEL
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-64k-coreRocky
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-64k-debugRocky
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-64k-debugRed Hat / RHEL
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
kernel-64k-debug-coreRocky
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
kernel-64k-debug-coreRed Hat / RHEL
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
kernel-64k-debug-debuginfoRocky
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
kernel-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-64k-debug-develRocky
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-64k-debug-develRed Hat / RHEL
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
kernel-64k-debug-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-64k-debug-devel-matchedRocky
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
kernel-64k-debug-modulesRed Hat / RHEL
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-64k-debug-modulesRocky
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
kernel-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
kernel-64k-debug-modules-coreRocky
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
kernel-64k-debug-modules-extraRocky
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
kernel-64k-debuginfoRocky
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-64k-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
kernel-64k-develRocky
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-64k-develRed Hat / RHEL
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-64k-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
kernel-64k-devel-matchedRocky
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
kernel-64k-modulesRocky
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-64k-modulesRed Hat / RHEL
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
kernel-64k-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
kernel-64k-modules-coreRocky
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
kernel-64k-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-64k-modules-extraRocky
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
kernel-abi-stablelistsRed Hat / RHEL
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-372.195.1.el8_6RHSA-2026:25533
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
kernel-abi-stablelistsRocky
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:4.18.0-372.195.1.el8_6RHSA-2026:25533
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
kernel-coreRocky
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:4.18.0-372.195.1.el8_6RHSA-2026:25533
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
kernel-coreRed Hat / RHEL
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-372.195.1.el8_6RHSA-2026:25533
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-debugRocky
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-372.195.1.el8_6RHSA-2026:25533
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-debugRed Hat / RHEL
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-372.195.1.el8_6RHSA-2026:25533
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-debug-coreRed Hat / RHEL
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-372.195.1.el8_6RHSA-2026:25533
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
kernel-debug-coreRocky
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-372.195.1.el8_6RHSA-2026:25533
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
kernel-debug-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-372.195.1.el8_6RHSA-2026:25533
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-debug-debuginfoRocky
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:4.18.0-372.195.1.el8_6RHSA-2026:25533
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
kernel-debug-develRocky
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-372.195.1.el8_6RHSA-2026:25533
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-debug-develRed Hat / RHEL
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-372.195.1.el8_6RHSA-2026:25533
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-debug-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-debug-devel-matchedRocky
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
kernel-debug-modulesRed Hat / RHEL
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-372.195.1.el8_6RHSA-2026:25533
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
kernel-debug-modulesRocky
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:4.18.0-372.195.1.el8_6RHSA-2026:25533
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-debug-modules-coreRocky
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-debug-modules-extraRocky
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-372.195.1.el8_6RHSA-2026:25533
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-debug-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-372.195.1.el8_6RHSA-2026:25533
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-debug-uki-virtRed Hat / RHEL
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-debug-uki-virtRocky
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-372.195.1.el8_6RHSA-2026:25533
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-debuginfoRocky
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-372.195.1.el8_6RHSA-2026:25533
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-debuginfo-common-aarch64Red Hat / RHEL
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-debuginfo-common-aarch64Rocky
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
kernel-debuginfo-common-ppc64leRed Hat / RHEL
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
kernel-debuginfo-common-ppc64leRocky
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-debuginfo-common-s390xRocky
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
kernel-debuginfo-common-s390xRed Hat / RHEL
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-debuginfo-common-x86_64Rocky
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:4.18.0-372.195.1.el8_6RHSA-2026:25533
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
kernel-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-372.195.1.el8_6RHSA-2026:25533
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
kernel-develRed Hat / RHEL
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:4.18.0-372.195.1.el8_6RHSA-2026:25533
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-develRocky
Fixed in:0:4.18.0-372.195.1.el8_6RHSA-2026:25533
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
kernel-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-devel-matchedRocky
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-docRed Hat / RHEL
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-372.195.1.el8_6RHSA-2026:25533
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-docRocky
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:4.18.0-372.195.1.el8_6RHSA-2026:25533
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-modulesRocky
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-372.195.1.el8_6RHSA-2026:25533
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-modulesRed Hat / RHEL
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:4.18.0-372.195.1.el8_6RHSA-2026:25533
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-modules-coreRocky
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
kernel-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-372.195.1.el8_6RHSA-2026:25533
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-modules-extraRocky
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:4.18.0-372.195.1.el8_6RHSA-2026:25533
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
kernel-rtRed Hat / RHEL
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-284.176.1.rt14.461.el9_2RHSA-2026:26462
Fixed in:0:5.14.0-284.176.1.rt14.461.el9_2RHSA-2026:26462
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rtRocky
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-284.176.1.rt14.461.el9_2RHSA-2026:26462
Fixed in:0:5.14.0-284.176.1.rt14.461.el9_2RHSA-2026:26462
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-rt-64kRocky
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-rt-64kRed Hat / RHEL
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-rt-64k-coreRocky
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-64k-coreRed Hat / RHEL
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-rt-64k-debugRocky
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-rt-64k-debugRed Hat / RHEL
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-64k-debug-coreRed Hat / RHEL
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-64k-debug-coreRocky
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-rt-64k-debug-debuginfoRocky
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-rt-64k-debug-develRocky
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-rt-64k-debug-develRed Hat / RHEL
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-64k-debug-modulesRocky
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-rt-64k-debug-modulesRed Hat / RHEL
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-64k-debug-modules-coreRocky
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-rt-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-rt-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-rt-64k-debug-modules-extraRocky
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-rt-64k-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-64k-debuginfoRocky
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-64k-develRocky
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-rt-64k-develRed Hat / RHEL
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-64k-modulesRed Hat / RHEL
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-rt-64k-modulesRocky
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-64k-modules-coreRocky
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-rt-64k-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-64k-modules-extraRocky
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-rt-64k-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-rt-coreRed Hat / RHEL
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-284.176.1.rt14.461.el9_2RHSA-2026:26462
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-coreRocky
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-284.176.1.rt14.461.el9_2RHSA-2026:26462
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-debugRed Hat / RHEL
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.rt14.461.el9_2RHSA-2026:26462
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-debugRocky
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.rt14.461.el9_2RHSA-2026:26462
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-debug-coreRocky
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-284.176.1.rt14.461.el9_2RHSA-2026:26462
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-debug-coreRed Hat / RHEL
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.rt14.461.el9_2RHSA-2026:26462
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-rt-debug-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-284.176.1.rt14.461.el9_2RHSA-2026:26462
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
kernel-rt-debug-debuginfoRocky
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-284.176.1.rt14.461.el9_2RHSA-2026:26462
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-debug-develRed Hat / RHEL
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-284.176.1.rt14.461.el9_2RHSA-2026:26462
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-rt-debug-develRocky
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.rt14.461.el9_2RHSA-2026:26462
kernel-rt-debug-kvmRed Hat / RHEL
Fixed in:0:5.14.0-284.176.1.rt14.461.el9_2RHSA-2026:26462
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-rt-debug-kvmRocky
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-284.176.1.rt14.461.el9_2RHSA-2026:26462
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
kernel-rt-debug-modulesRocky
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-284.176.1.rt14.461.el9_2RHSA-2026:26462
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-rt-debug-modulesRed Hat / RHEL
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.rt14.461.el9_2RHSA-2026:26462
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-debug-modules-coreRocky
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-284.176.1.rt14.461.el9_2RHSA-2026:26462
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-284.176.1.rt14.461.el9_2RHSA-2026:26462
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-rt-debug-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.rt14.461.el9_2RHSA-2026:26462
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-debug-modules-extraRocky
Fixed in:0:5.14.0-284.176.1.rt14.461.el9_2RHSA-2026:26462
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-rt-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.rt14.461.el9_2RHSA-2026:26462
kernel-rt-debuginfoRocky
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-284.176.1.rt14.461.el9_2RHSA-2026:26462
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-debuginfo-common-x86_64Rocky
Fixed in:0:5.14.0-284.176.1.rt14.461.el9_2RHSA-2026:26462
kernel-rt-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:5.14.0-284.176.1.rt14.461.el9_2RHSA-2026:26462
kernel-rt-develRed Hat / RHEL
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-284.176.1.rt14.461.el9_2RHSA-2026:26462
kernel-rt-develRocky
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-284.176.1.rt14.461.el9_2RHSA-2026:26462
kernel-rt-kvmRed Hat / RHEL
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.rt14.461.el9_2RHSA-2026:26462
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-rt-kvmRocky
Fixed in:0:5.14.0-284.176.1.rt14.461.el9_2RHSA-2026:26462
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-rt-modulesRocky
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-284.176.1.rt14.461.el9_2RHSA-2026:26462
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-rt-modulesRed Hat / RHEL
Fixed in:0:5.14.0-284.176.1.rt14.461.el9_2RHSA-2026:26462
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-284.176.1.rt14.461.el9_2RHSA-2026:26462
kernel-rt-modules-coreRocky
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-284.176.1.rt14.461.el9_2RHSA-2026:26462
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-rt-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-284.176.1.rt14.461.el9_2RHSA-2026:26462
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-rt-modules-extraRocky
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.rt14.461.el9_2RHSA-2026:26462
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-toolsRocky
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:4.18.0-372.195.1.el8_6RHSA-2026:25533
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
kernel-toolsRed Hat / RHEL
Fixed in:0:4.18.0-372.195.1.el8_6RHSA-2026:25533
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-tools-debuginfoRocky
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:4.18.0-372.195.1.el8_6RHSA-2026:25533
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-tools-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-372.195.1.el8_6RHSA-2026:25533
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
kernel-tools-libsRed Hat / RHEL
Fixed in:0:4.18.0-372.195.1.el8_6RHSA-2026:25533
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-tools-libsRocky
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-372.195.1.el8_6RHSA-2026:25533
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
kernel-tools-libs-develRed Hat / RHEL
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-tools-libs-develRocky
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-uki-virtRocky
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-uki-virtRed Hat / RHEL
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-uki-virt-addonsRocky
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-uki-virt-addonsRed Hat / RHEL
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-zfcpdumpRed Hat / RHEL
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
kernel-zfcpdumpRocky
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-zfcpdump-coreRed Hat / RHEL
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
kernel-zfcpdump-coreRocky
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
kernel-zfcpdump-debuginfoRocky
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-zfcpdump-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-zfcpdump-develRocky
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-zfcpdump-develRed Hat / RHEL
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-zfcpdump-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
kernel-zfcpdump-devel-matchedRocky
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
kernel-zfcpdump-modulesRocky
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
kernel-zfcpdump-modulesRed Hat / RHEL
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-zfcpdump-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
kernel-zfcpdump-modules-coreRocky
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-zfcpdump-modules-extraRocky
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
kernel-zfcpdump-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
libperfRocky
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
libperfRed Hat / RHEL
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
libperf-debuginfoRocky
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
libperf-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
perfRed Hat / RHEL
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-372.195.1.el8_6RHSA-2026:25533
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
perfRocky
Fixed in:0:4.18.0-372.195.1.el8_6RHSA-2026:25533
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
perf-debuginfoRocky
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-372.195.1.el8_6RHSA-2026:25533
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
perf-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:4.18.0-372.195.1.el8_6RHSA-2026:25533
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
python3-perfRed Hat / RHEL
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-372.195.1.el8_6RHSA-2026:25533
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
python3-perfRocky
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-372.195.1.el8_6RHSA-2026:25533
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
python3-perf-debuginfoRocky
Fixed in:0:4.18.0-372.195.1.el8_6RHSA-2026:25533
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
python3-perf-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:4.18.0-305.194.1.el8_4RHSA-2026:26535
Fixed in:0:4.18.0-372.195.1.el8_6RHSA-2026:25533
Fixed in:0:4.18.0-477.147.1.el8_8RHSA-2026:26563
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
rtlaRed Hat / RHEL
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
rtlaRocky
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-284.176.1.el9_2RHSA-2026:26515
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
rvRed Hat / RHEL
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
rvRocky
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.12.1.el9_8RHSA-2026:21556
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
Fixed in:0:5.14.0-427.129.1.el9_4RHSA-2026:23237
linuxUbuntu
Fixed in:5.15.0-185.195USN-8493-1
Fixed in:6.8.0-110.110USN-8179-1
Fixed in:6.17.0-22.22USN-8177-1
linux-awsUbuntu
Fixed in:5.15.0-1111.118USN-8493-1
Fixed in:6.8.0-1052.55USN-8179-1
Fixed in:6.17.0-1012.12USN-8183-2
linux-aws-5.15Ubuntu
Fixed in:5.15.0-1111.118~20.04.1USN-8493-1
linux-aws-6.17Ubuntu
Fixed in:6.17.0-1012.12~24.04.1USN-8183-2
linux-aws-6.8Ubuntu
Fixed in:6.8.0-1052.55~22.04.1USN-8179-1
linux-aws-fipsUbuntu
Fixed in:5.15.0-1111.118+fips1USN-8493-1
Fixed in:6.8.0-1052.55+fips1USN-8179-2
linux-azureUbuntu
Fixed in:5.15.0-1116.125USN-8493-1
Fixed in:6.8.0-1054.60USN-8258-1
Fixed in:6.17.0-1013.13USN-8245-1
linux-azure-5.15Ubuntu
Fixed in:5.15.0-1116.125~20.04.1USN-8493-1
linux-azure-6.17Ubuntu
Fixed in:6.17.0-1013.13~24.04.1USN-8245-1
linux-azure-6.8Ubuntu
Fixed in:6.8.0-1059.65~22.04.1USN-8440-1
linux-azure-fde-5.15Ubuntu
Fixed in:5.15.0-1116.125~20.04.1USN-8493-1
linux-azure-fipsUbuntu
Fixed in:6.8.0-1054.60+fips1USN-8260-1
linux-fipsUbuntu
Fixed in:5.15.0-185.195+fips1USN-8493-1
Fixed in:6.8.0-110.110+fips2USN-8179-2
linux-gcpUbuntu
Fixed in:5.15.0-1111.121USN-8493-1
Fixed in:6.8.0-1054.57USN-8179-1
Fixed in:6.17.0-1012.12USN-8183-1
linux-gcp-6.17Ubuntu
Fixed in:6.17.0-1012.12~24.04.1USN-8183-1
linux-gcp-6.8Ubuntu
Fixed in:6.8.0-1054.57~22.04.1USN-8179-4
linux-gcp-fipsUbuntu
Fixed in:5.15.0-1111.121+fips1USN-8493-1
Fixed in:6.8.0-1054.57+fips1USN-8179-2
linux-gkeUbuntu
Fixed in:5.15.0-1107.113USN-8493-1
Fixed in:6.8.0-1050.56USN-8179-1
linux-gkeopUbuntu
Fixed in:5.15.0-1094.102USN-8493-1
Fixed in:6.8.0-1037.40USN-8179-1
linux-hwe-5.15Ubuntu
Fixed in:5.15.0-185.195~20.04.1USN-8493-1
linux-hwe-6.17Ubuntu
Fixed in:6.17.0-22.22~24.04.1USN-8183-2
linux-hwe-6.8Ubuntu
Fixed in:6.8.0-110.110~22.04.1USN-8179-3
linux-ibmUbuntu
Fixed in:5.15.0-1105.109USN-8493-1
Fixed in:6.8.0-1051.51USN-8179-1
linux-ibm-5.15Ubuntu
Fixed in:5.15.0-1105.109~20.04.1USN-8493-1
linux-ibm-6.8Ubuntu
Fixed in:6.8.0-1051.51~22.04.1USN-8179-3
linux-image-5.15.0-1052-nvidia-tegra-igxUbuntu
Fixed in:5.15.0-1052.52USN-8493-1
linux-image-5.15.0-1052-nvidia-tegra-igx-rtUbuntu
Fixed in:5.15.0-1052.52USN-8493-1
linux-image-5.15.0-1063-nvidia-tegraUbuntu
Fixed in:5.15.0-1063.63~20.04.1USN-8493-1
Fixed in:5.15.0-1063.63USN-8493-1
linux-image-5.15.0-1063-nvidia-tegra-rtUbuntu
Fixed in:5.15.0-1063.63~20.04.1USN-8493-1
Fixed in:5.15.0-1063.63USN-8493-1
linux-image-5.15.0-1094-gkeopUbuntu
Fixed in:5.15.0-1094.102USN-8493-1
linux-image-5.15.0-1103-intel-iot-realtimeUbuntu
Fixed in:5.15.0-1103.105USN-8493-1
linux-image-5.15.0-1103-kvmUbuntu
Fixed in:5.15.0-1103.108USN-8493-1
linux-image-5.15.0-1105-ibmUbuntu
Fixed in:5.15.0-1105.109~20.04.1USN-8493-1
Fixed in:5.15.0-1105.109USN-8493-1
linux-image-5.15.0-1106-intel-iotgUbuntu
Fixed in:5.15.0-1106.112USN-8493-1
linux-image-5.15.0-1106-nvidiaUbuntu
Fixed in:5.15.0-1106.107USN-8493-1
linux-image-5.15.0-1106-nvidia-lowlatencyUbuntu
Fixed in:5.15.0-1106.107USN-8493-1
linux-image-5.15.0-1107-gkeUbuntu
Fixed in:5.15.0-1107.113USN-8493-1
linux-image-5.15.0-1108-oracleUbuntu
Fixed in:5.15.0-1108.114~20.04.1USN-8493-2
Fixed in:5.15.0-1108.114USN-8493-1
linux-image-5.15.0-1110-realtimeUbuntu
Fixed in:5.15.0-1110.119USN-8493-1
linux-image-5.15.0-1111-awsUbuntu
Fixed in:5.15.0-1111.118~20.04.1USN-8493-1
Fixed in:5.15.0-1111.118USN-8493-1
linux-image-5.15.0-1111-aws-64kUbuntu
Fixed in:5.15.0-1111.118USN-8493-1
linux-image-5.15.0-1111-aws-fipsUbuntu
Fixed in:5.15.0-1111.118+fips1USN-8493-1
linux-image-5.15.0-1111-gcpUbuntu
Fixed in:5.15.0-1111.121USN-8493-1
linux-image-5.15.0-1111-gcp-fipsUbuntu
Fixed in:5.15.0-1111.121+fips1USN-8493-1
linux-image-5.15.0-1116-azureUbuntu
Fixed in:5.15.0-1116.125~20.04.1USN-8493-1
Fixed in:5.15.0-1116.125USN-8493-1
linux-image-5.15.0-1116-azure-fdeUbuntu
Fixed in:5.15.0-1116.125~20.04.1USN-8493-1
linux-image-5.15.0-183-lowlatencyUbuntu
Fixed in:5.15.0-183.193~20.04.1USN-8493-1
Fixed in:5.15.0-183.193USN-8493-1
linux-image-5.15.0-183-lowlatency-64kUbuntu
Fixed in:5.15.0-183.193~20.04.1USN-8493-1
Fixed in:5.15.0-183.193USN-8493-1
linux-image-5.15.0-185-fipsUbuntu
Fixed in:5.15.0-185.195+fips1USN-8493-1
linux-image-5.15.0-185-genericUbuntu
Fixed in:5.15.0-185.195~20.04.1USN-8493-1
Fixed in:5.15.0-185.195USN-8493-1
linux-image-5.15.0-185-generic-64kUbuntu
Fixed in:5.15.0-185.195~20.04.1USN-8493-1
Fixed in:5.15.0-185.195USN-8493-1
linux-image-5.15.0-185-generic-lpaeUbuntu
Fixed in:5.15.0-185.195~20.04.1USN-8493-1
Fixed in:5.15.0-185.195USN-8493-1
linux-image-6.17.0-1010-realtimeUbuntu
Fixed in:6.17.0-1010.11~24.04.1USN-8177-2
Fixed in:6.17.0-1010.11USN-8177-1
linux-image-6.17.0-1011-oracleUbuntu
Fixed in:6.17.0-1011.11~24.04.1USN-8183-2
Fixed in:6.17.0-1011.11USN-8183-2
linux-image-6.17.0-1011-oracle-64kUbuntu
Fixed in:6.17.0-1011.11~24.04.1USN-8183-2
Fixed in:6.17.0-1011.11USN-8183-2
linux-image-6.17.0-1012-awsUbuntu
Fixed in:6.17.0-1012.12~24.04.1USN-8183-2
Fixed in:6.17.0-1012.12USN-8183-2
linux-image-6.17.0-1012-aws-64kUbuntu
Fixed in:6.17.0-1012.12~24.04.1USN-8183-2
Fixed in:6.17.0-1012.12USN-8183-2
linux-image-6.17.0-1012-gcpUbuntu
Fixed in:6.17.0-1012.12~24.04.1USN-8183-1
Fixed in:6.17.0-1012.12USN-8183-1
linux-image-6.17.0-1012-gcp-64kUbuntu
Fixed in:6.17.0-1012.12~24.04.1USN-8183-1
Fixed in:6.17.0-1012.12USN-8183-1
linux-image-6.17.0-1013-azureUbuntu
Fixed in:6.17.0-1013.13~24.04.1USN-8245-1
Fixed in:6.17.0-1013.13USN-8245-1
linux-image-6.17.0-1014-raspiUbuntu
Fixed in:6.17.0-1014.14USN-8257-1
linux-image-6.17.0-1020-oemUbuntu
Fixed in:6.17.0-1020.20USN-8245-1
linux-image-6.17.0-22-genericUbuntu
Fixed in:6.17.0-22.22~24.04.1USN-8183-2
Fixed in:6.17.0-22.22USN-8177-1
linux-image-6.17.0-22-generic-64kUbuntu
Fixed in:6.17.0-22.22~24.04.1USN-8183-2
Fixed in:6.17.0-22.22USN-8177-1
linux-image-6.8.0-1022-nvidia-tegraUbuntu
Fixed in:6.8.0-1022.22USN-8265-1
linux-image-6.8.0-1022-nvidia-tegra-rtUbuntu
Fixed in:6.8.0-1022.22USN-8265-1
linux-image-6.8.0-1029-xilinxUbuntu
Fixed in:6.8.0-1029.30USN-8261-1
linux-image-6.8.0-1037-gkeopUbuntu
Fixed in:6.8.0-1037.40USN-8179-1
linux-image-6.8.0-1049-oracleUbuntu
Fixed in:6.8.0-1049.50~22.04.1USN-8203-1
Fixed in:6.8.0-1049.50USN-8203-1
linux-image-6.8.0-1049-oracle-64kUbuntu
Fixed in:6.8.0-1049.50~22.04.1USN-8203-1
Fixed in:6.8.0-1049.50USN-8203-1
linux-image-6.8.0-1050-gkeUbuntu
Fixed in:6.8.0-1050.56USN-8179-1
linux-image-6.8.0-1050-gke-64kUbuntu
Fixed in:6.8.0-1050.56USN-8179-1
linux-image-6.8.0-1051-ibmUbuntu
Fixed in:6.8.0-1051.51~22.04.1USN-8179-3
Fixed in:6.8.0-1051.51USN-8179-1
linux-image-6.8.0-1051-nvidiaUbuntu
Fixed in:6.8.0-1051.54~22.04.1USN-8185-1
Fixed in:6.8.0-1051.54USN-8185-1
linux-image-6.8.0-1051-nvidia-64kUbuntu
Fixed in:6.8.0-1051.54~22.04.1USN-8185-1
Fixed in:6.8.0-1051.54USN-8185-1
linux-image-6.8.0-1051-nvidia-lowlatencyUbuntu
Fixed in:6.8.0-1051.54.1USN-8185-2
linux-image-6.8.0-1051-nvidia-lowlatency-64kUbuntu
Fixed in:6.8.0-1051.54.1USN-8185-2
linux-image-6.8.0-1052-awsUbuntu
Fixed in:6.8.0-1052.55~22.04.1USN-8179-1
Fixed in:6.8.0-1052.55USN-8179-1
linux-image-6.8.0-1052-aws-64kUbuntu
Fixed in:6.8.0-1052.55~22.04.1USN-8179-1
Fixed in:6.8.0-1052.55USN-8179-1
linux-image-6.8.0-1052-aws-fipsUbuntu
Fixed in:6.8.0-1052.55+fips1USN-8179-2
linux-image-6.8.0-1052-raspiUbuntu
Fixed in:6.8.0-1052.56USN-8179-3
linux-image-6.8.0-1054-azureUbuntu
Fixed in:6.8.0-1054.60USN-8258-1
linux-image-6.8.0-1054-azure-fipsUbuntu
Fixed in:6.8.0-1054.60+fips1USN-8260-1
linux-image-6.8.0-1054-gcpUbuntu
Fixed in:6.8.0-1054.57~22.04.1USN-8179-4
Fixed in:6.8.0-1054.57USN-8179-1
linux-image-6.8.0-1054-gcp-64kUbuntu
Fixed in:6.8.0-1054.57~22.04.1USN-8179-4
Fixed in:6.8.0-1054.57USN-8179-1
linux-image-6.8.0-1054-gcp-fipsUbuntu
Fixed in:6.8.0-1054.57+fips1USN-8179-2
linux-image-6.8.0-1059-azureUbuntu
Fixed in:6.8.0-1059.65~22.04.1USN-8440-1
linux-image-6.8.0-110-fipsUbuntu
Fixed in:6.8.0-110.110+fips2USN-8179-2
linux-image-6.8.0-110-genericUbuntu
Fixed in:6.8.0-110.110~22.04.1USN-8179-3
Fixed in:6.8.0-110.110USN-8179-1
linux-image-6.8.0-110-generic-64kUbuntu
Fixed in:6.8.0-110.110~22.04.1USN-8179-3
Fixed in:6.8.0-110.110USN-8179-1
linux-image-6.8.0-110-lowlatencyUbuntu
Fixed in:6.8.0-110.110.1~22.04.1USN-8179-1
Fixed in:6.8.0-110.110.1USN-8179-1
linux-image-6.8.0-110-lowlatency-64kUbuntu
Fixed in:6.8.0-110.110.1~22.04.1USN-8179-1
Fixed in:6.8.0-110.110.1USN-8179-1
linux-image-6.8.0-2042-raspi-realtimeUbuntu
Fixed in:6.8.0-2042.43USN-8204-1
linux-image-6.8.1-1047-realtimeUbuntu
Fixed in:6.8.1-1047.48USN-8184-1
linux-image-awsUbuntu
Fixed in:5.15.0.1111.118~20.04.1USN-8493-1
Fixed in:6.8.0-1052.55~22.04.1USN-8179-1
Fixed in:6.17.0-1012.12~24.04.1USN-8183-2
Fixed in:6.17.0-1012.12USN-8183-2
linux-image-aws-5.15Ubuntu
Fixed in:5.15.0.1111.118~20.04.1USN-8493-1
Fixed in:5.15.0.1111.114USN-8493-1
linux-image-aws-6.17Ubuntu
Fixed in:6.17.0-1012.12~24.04.1USN-8183-2
Fixed in:6.17.0-1012.12USN-8183-2
linux-image-aws-6.8Ubuntu
Fixed in:6.8.0-1052.55~22.04.1USN-8179-1
Fixed in:6.8.0-1052.55USN-8179-1
linux-image-aws-64kUbuntu
Fixed in:6.8.0-1052.55~22.04.1USN-8179-1
Fixed in:6.17.0-1012.12~24.04.1USN-8183-2
Fixed in:6.17.0-1012.12USN-8183-2
linux-image-aws-64k-5.15Ubuntu
Fixed in:5.15.0.1111.114USN-8493-1
linux-image-aws-64k-6.17Ubuntu
Fixed in:6.17.0-1012.12~24.04.1USN-8183-2
Fixed in:6.17.0-1012.12USN-8183-2
linux-image-aws-64k-6.8Ubuntu
Fixed in:6.8.0-1052.55~22.04.1USN-8179-1
Fixed in:6.8.0-1052.55USN-8179-1
linux-image-aws-64k-lts-22.04Ubuntu
Fixed in:5.15.0.1111.114USN-8493-1
linux-image-aws-64k-lts-24.04Ubuntu
Fixed in:6.8.0-1052.55USN-8179-1
linux-image-aws-fipsUbuntu
Fixed in:5.15.0.1111.107USN-8493-1
Fixed in:6.8.0-1052.55+fips1USN-8179-2
linux-image-aws-fips-5.15Ubuntu
Fixed in:5.15.0.1111.107USN-8493-1
linux-image-aws-fips-6.8Ubuntu
Fixed in:6.8.0-1052.55+fips1USN-8179-2
linux-image-aws-lts-22.04Ubuntu
Fixed in:5.15.0.1111.114USN-8493-1
linux-image-aws-lts-24.04Ubuntu
Fixed in:6.8.0-1052.55USN-8179-1
linux-image-azureUbuntu
Fixed in:5.15.0.1116.125~20.04.1USN-8493-1
Fixed in:6.8.0-1059.65~22.04.1USN-8440-1
Fixed in:6.17.0-1013.13~24.04.1USN-8245-1
Fixed in:6.17.0-1013.13USN-8245-1
linux-image-azure-5.15Ubuntu
Fixed in:5.15.0.1116.125~20.04.1USN-8493-1
Fixed in:5.15.0.1116.114USN-8493-1
linux-image-azure-6.17Ubuntu
Fixed in:6.17.0-1013.13~24.04.1USN-8245-1
Fixed in:6.17.0-1013.13USN-8245-1
linux-image-azure-6.8Ubuntu
Fixed in:6.8.0-1059.65~22.04.1USN-8440-1
Fixed in:6.8.0-1054.60USN-8258-1
linux-image-azure-cvmUbuntu
Fixed in:5.15.0.1116.125~20.04.1USN-8493-1
linux-image-azure-fdeUbuntu
Fixed in:5.15.0.1116.125~20.04.1USN-8493-1
linux-image-azure-fde-5.15Ubuntu
Fixed in:5.15.0.1116.125~20.04.1USN-8493-1
linux-image-azure-fipsUbuntu
Fixed in:6.8.0-1054.60+fips1USN-8260-1
linux-image-azure-fips-6.8Ubuntu
Fixed in:6.8.0-1054.60+fips1USN-8260-1
linux-image-azure-lts-22.04Ubuntu
Fixed in:5.15.0.1116.114USN-8493-1
linux-image-azure-lts-24.04Ubuntu
Fixed in:6.8.0-1054.60USN-8258-1
linux-image-fipsUbuntu
Fixed in:5.15.0.185.108USN-8493-1
Fixed in:6.8.0-110.110+fips2USN-8179-2
linux-image-fips-5.15Ubuntu
Fixed in:5.15.0.185.108USN-8493-1
linux-image-fips-6.8Ubuntu
Fixed in:6.8.0-110.110+fips2USN-8179-2
linux-image-gcpUbuntu
Fixed in:6.8.0-1054.57~22.04.1USN-8179-4
Fixed in:6.17.0-1012.12~24.04.1USN-8183-1
Fixed in:6.17.0-1012.12USN-8183-1
linux-image-gcp-5.15Ubuntu
Fixed in:5.15.0.1111.108USN-8493-1
linux-image-gcp-6.17Ubuntu
Fixed in:6.17.0-1012.12~24.04.1USN-8183-1
Fixed in:6.17.0-1012.12USN-8183-1
linux-image-gcp-6.8Ubuntu
Fixed in:6.8.0-1054.57~22.04.1USN-8179-4
Fixed in:6.8.0-1054.57USN-8179-1
linux-image-gcp-64kUbuntu
Fixed in:6.8.0-1054.57~22.04.1USN-8179-4
Fixed in:6.17.0-1012.12~24.04.1USN-8183-1
Fixed in:6.17.0-1012.12USN-8183-1
linux-image-gcp-64k-6.17Ubuntu
Fixed in:6.17.0-1012.12~24.04.1USN-8183-1
Fixed in:6.17.0-1012.12USN-8183-1
linux-image-gcp-64k-6.8Ubuntu
Fixed in:6.8.0-1054.57~22.04.1USN-8179-4
Fixed in:6.8.0-1054.57USN-8179-1
linux-image-gcp-64k-lts-24.04Ubuntu
Fixed in:6.8.0-1054.57USN-8179-1
linux-image-gcp-fipsUbuntu
Fixed in:5.15.0.1111.101USN-8493-1
Fixed in:6.8.0-1054.57+fips1USN-8179-2
linux-image-gcp-fips-5.15Ubuntu
Fixed in:5.15.0.1111.101USN-8493-1
linux-image-gcp-fips-6.8Ubuntu
Fixed in:6.8.0-1054.57+fips1USN-8179-2
linux-image-gcp-lts-22.04Ubuntu
Fixed in:5.15.0.1111.108USN-8493-1
linux-image-gcp-lts-24.04Ubuntu
Fixed in:6.8.0-1054.57USN-8179-1
linux-image-genericUbuntu
Fixed in:5.15.0.185.166USN-8493-1
Fixed in:6.8.0-110.110USN-8179-1
Fixed in:6.17.0-22.22USN-8177-1
linux-image-generic-5.15Ubuntu
Fixed in:5.15.0.185.195~20.04.1USN-8493-1
Fixed in:5.15.0.185.166USN-8493-1
linux-image-generic-6.17Ubuntu
Fixed in:6.17.0-22.22~24.04.1USN-8183-2
Fixed in:6.17.0-22.22USN-8177-1
linux-image-generic-6.8Ubuntu
Fixed in:6.8.0-110.110~22.04.1USN-8179-3
Fixed in:6.8.0-110.110USN-8179-1
linux-image-generic-64kUbuntu
Fixed in:5.15.0.185.166USN-8493-1
Fixed in:6.8.0-110.110USN-8179-1
Fixed in:6.17.0-22.22USN-8177-1
linux-image-generic-64k-5.15Ubuntu
Fixed in:5.15.0.185.195~20.04.1USN-8493-1
Fixed in:5.15.0.185.166USN-8493-1
linux-image-generic-64k-6.17Ubuntu
Fixed in:6.17.0-22.22~24.04.1USN-8183-2
Fixed in:6.17.0-22.22USN-8177-1
linux-image-generic-64k-6.8Ubuntu
Fixed in:6.8.0-110.110~22.04.1USN-8179-3
Fixed in:6.8.0-110.110USN-8179-1
linux-image-generic-64k-hwe-20.04Ubuntu
Fixed in:5.15.0.185.195~20.04.1USN-8493-1
linux-image-generic-64k-hwe-22.04Ubuntu
Fixed in:6.8.0-110.110~22.04.1USN-8179-3
linux-image-generic-64k-hwe-24.04Ubuntu
Fixed in:6.17.0-22.22~24.04.1USN-8183-2
linux-image-generic-hwe-20.04Ubuntu
Fixed in:5.15.0.185.195~20.04.1USN-8493-1
linux-image-generic-hwe-22.04Ubuntu
Fixed in:6.8.0-110.110~22.04.1USN-8179-3
linux-image-generic-hwe-24.04Ubuntu
Fixed in:6.17.0-22.22~24.04.1USN-8183-2
linux-image-generic-lpaeUbuntu
Fixed in:5.15.0.185.166USN-8493-1
Fixed in:6.8.0-110.110USN-8179-1
linux-image-generic-lpae-5.15Ubuntu
Fixed in:5.15.0.185.195~20.04.1USN-8493-1
Fixed in:5.15.0.185.166USN-8493-1
linux-image-generic-lpae-hwe-20.04Ubuntu
Fixed in:5.15.0.185.195~20.04.1USN-8493-1
linux-image-gkeUbuntu
Fixed in:5.15.0.1107.106USN-8493-1
Fixed in:6.8.0-1050.56USN-8179-1
linux-image-gke-5.15Ubuntu
Fixed in:5.15.0.1107.106USN-8493-1
linux-image-gke-6.8Ubuntu
Fixed in:6.8.0-1050.56USN-8179-1
linux-image-gke-64kUbuntu
Fixed in:6.8.0-1050.56USN-8179-1
linux-image-gke-64k-6.8Ubuntu
Fixed in:6.8.0-1050.56USN-8179-1
linux-image-gkeopUbuntu
Fixed in:5.15.0.1094.93USN-8493-1
Fixed in:6.8.0-1037.40USN-8179-1
linux-image-gkeop-5.15Ubuntu
Fixed in:5.15.0.1094.93USN-8493-1
linux-image-gkeop-6.8Ubuntu
Fixed in:6.8.0-1037.40USN-8179-1
linux-image-ibmUbuntu
Fixed in:5.15.0.1105.109~20.04.1USN-8493-1
Fixed in:5.15.0.1105.102USN-8493-1
Fixed in:6.8.0-1051.51USN-8179-1
linux-image-ibm-5.15Ubuntu
Fixed in:5.15.0.1105.109~20.04.1USN-8493-1
Fixed in:5.15.0.1105.102USN-8493-1
linux-image-ibm-6.8Ubuntu
Fixed in:6.8.0-1051.51~22.04.1USN-8179-3
Fixed in:6.8.0-1051.51USN-8179-1
linux-image-ibm-classicUbuntu
Fixed in:6.8.0-1051.51USN-8179-1
linux-image-ibm-lts-24.04Ubuntu
Fixed in:6.8.0-1051.51USN-8179-1
linux-image-intel-iot-realtimeUbuntu
Fixed in:5.15.0.1103.107USN-8493-1
Fixed in:6.8.1-1047.48USN-8184-1
linux-image-intel-iot-realtime-5.15Ubuntu
Fixed in:5.15.0.1103.107USN-8493-1
linux-image-intel-iotgUbuntu
Fixed in:5.15.0.1106.105USN-8493-1
Fixed in:6.8.0-110.110USN-8179-1
linux-image-intel-iotg-5.15Ubuntu
Fixed in:5.15.0.1106.105USN-8493-1
linux-image-kvmUbuntu
Fixed in:5.15.0.1103.99USN-8493-1
Fixed in:6.8.0-110.110USN-8179-1
linux-image-kvm-5.15Ubuntu
Fixed in:5.15.0.1103.99USN-8493-1
linux-image-lowlatencyUbuntu
Fixed in:5.15.0.183.154USN-8493-1
Fixed in:6.8.0-110.110.1USN-8179-1
linux-image-lowlatency-5.15Ubuntu
Fixed in:5.15.0.183.193~20.04.1USN-8493-1
Fixed in:5.15.0.183.154USN-8493-1
linux-image-lowlatency-6.8Ubuntu
Fixed in:6.8.0-110.110.1~22.04.1USN-8179-1
Fixed in:6.8.0-110.110.1USN-8179-1
linux-image-lowlatency-64kUbuntu
Fixed in:5.15.0.183.154USN-8493-1
Fixed in:6.8.0-110.110.1USN-8179-1
linux-image-lowlatency-64k-5.15Ubuntu
Fixed in:5.15.0.183.193~20.04.1USN-8493-1
Fixed in:5.15.0.183.154USN-8493-1
linux-image-lowlatency-64k-6.8Ubuntu
Fixed in:6.8.0-110.110.1~22.04.1USN-8179-1
Fixed in:6.8.0-110.110.1USN-8179-1
linux-image-lowlatency-64k-hwe-20.04Ubuntu
Fixed in:5.15.0.183.193~20.04.1USN-8493-1
linux-image-lowlatency-64k-hwe-22.04Ubuntu
Fixed in:6.8.0-110.110.1~22.04.1USN-8179-1
linux-image-lowlatency-hwe-20.04Ubuntu
Fixed in:5.15.0.183.193~20.04.1USN-8493-1
linux-image-lowlatency-hwe-22.04Ubuntu
Fixed in:6.8.0-110.110.1~22.04.1USN-8179-1
linux-image-nvidiaUbuntu
Fixed in:5.15.0.1106.106USN-8493-1
Fixed in:6.8.0-1051.54USN-8185-1
linux-image-nvidia-5.15Ubuntu
Fixed in:5.15.0.1106.106USN-8493-1
linux-image-nvidia-6.8Ubuntu
Fixed in:6.8.0-1051.54~22.04.1USN-8185-1
Fixed in:6.8.0-1051.54USN-8185-1
linux-image-nvidia-64kUbuntu
Fixed in:6.8.0-1051.54USN-8185-1
linux-image-nvidia-64k-6.8Ubuntu
Fixed in:6.8.0-1051.54~22.04.1USN-8185-1
Fixed in:6.8.0-1051.54USN-8185-1
linux-image-nvidia-64k-hwe-22.04Ubuntu
Fixed in:6.8.0-1051.54~22.04.1USN-8185-1
linux-image-nvidia-hwe-22.04Ubuntu
Fixed in:6.8.0-1051.54~22.04.1USN-8185-1
linux-image-nvidia-lowlatencyUbuntu
Fixed in:5.15.0.1106.106USN-8493-1
Fixed in:6.8.0-1051.54.1USN-8185-2
linux-image-nvidia-lowlatency-5.15Ubuntu
Fixed in:5.15.0.1106.106USN-8493-1
linux-image-nvidia-lowlatency-6.8Ubuntu
Fixed in:6.8.0-1051.54.1USN-8185-2
linux-image-nvidia-lowlatency-64kUbuntu
Fixed in:6.8.0-1051.54.1USN-8185-2
linux-image-nvidia-lowlatency-64k-6.8Ubuntu
Fixed in:6.8.0-1051.54.1USN-8185-2
linux-image-nvidia-tegraUbuntu
Fixed in:5.15.0.1063.63~20.04.1USN-8493-1
Fixed in:5.15.0.1063.63USN-8493-1
Fixed in:6.8.0-1022.22USN-8265-1
linux-image-nvidia-tegra-5.15Ubuntu
Fixed in:5.15.0.1063.63~20.04.1USN-8493-1
Fixed in:5.15.0.1063.63USN-8493-1
linux-image-nvidia-tegra-6.8Ubuntu
Fixed in:6.8.0-1022.22USN-8265-1
linux-image-nvidia-tegra-igxUbuntu
Fixed in:5.15.0.1052.54USN-8493-1
linux-image-nvidia-tegra-igx-5.15Ubuntu
Fixed in:5.15.0.1052.54USN-8493-1
linux-image-nvidia-tegra-igx-rtUbuntu
Fixed in:5.15.0.1052.54USN-8493-1
linux-image-nvidia-tegra-igx-rt-5.15Ubuntu
Fixed in:5.15.0.1052.54USN-8493-1
linux-image-nvidia-tegra-rtUbuntu
Fixed in:5.15.0.1063.63~20.04.1USN-8493-1
Fixed in:5.15.0.1063.63USN-8493-1
Fixed in:6.8.0-1022.22USN-8265-1
linux-image-nvidia-tegra-rt-5.15Ubuntu
Fixed in:5.15.0.1063.63~20.04.1USN-8493-1
Fixed in:5.15.0.1063.63USN-8493-1
linux-image-nvidia-tegra-rt-6.8Ubuntu
Fixed in:6.8.0-1022.22USN-8265-1
linux-image-oem-20.04Ubuntu
Fixed in:5.15.0.185.195~20.04.1USN-8493-1
Fixed in:5.15.0.185.166USN-8493-1
linux-image-oem-20.04bUbuntu
Fixed in:5.15.0.185.195~20.04.1USN-8493-1
linux-image-oem-20.04cUbuntu
Fixed in:5.15.0.185.195~20.04.1USN-8493-1
linux-image-oem-20.04dUbuntu
Fixed in:5.15.0.185.195~20.04.1USN-8493-1
linux-image-oem-22.04Ubuntu
Fixed in:6.8.0-110.110~22.04.1USN-8179-3
linux-image-oem-22.04aUbuntu
Fixed in:6.8.0-110.110~22.04.1USN-8179-3
linux-image-oem-22.04bUbuntu
Fixed in:6.8.0-110.110~22.04.1USN-8179-3
linux-image-oem-22.04cUbuntu
Fixed in:6.8.0-110.110~22.04.1USN-8179-3
linux-image-oem-22.04dUbuntu
Fixed in:6.8.0-110.110~22.04.1USN-8179-3
linux-image-oem-24.04Ubuntu
Fixed in:6.17.0-1020.20USN-8245-1
linux-image-oem-24.04aUbuntu
Fixed in:6.17.0-1020.20USN-8245-1
linux-image-oem-24.04bUbuntu
Fixed in:6.17.0-1020.20USN-8245-1
linux-image-oem-24.04cUbuntu
Fixed in:6.17.0-1020.20USN-8245-1
linux-image-oem-24.04dUbuntu
Fixed in:6.17.0-1020.20USN-8245-1
linux-image-oem-6.17Ubuntu
Fixed in:6.17.0-1020.20USN-8245-1
linux-image-oracleUbuntu
Fixed in:5.15.0.1108.114~20.04.1USN-8493-2
Fixed in:6.8.0-1049.50~22.04.1USN-8203-1
Fixed in:6.17.0-1011.11~24.04.1USN-8183-2
Fixed in:6.17.0-1011.11USN-8183-2
linux-image-oracle-5.15Ubuntu
Fixed in:5.15.0.1108.114~20.04.1USN-8493-2
Fixed in:5.15.0.1108.104USN-8493-1
linux-image-oracle-6.17Ubuntu
Fixed in:6.17.0-1011.11~24.04.1USN-8183-2
Fixed in:6.17.0-1011.11USN-8183-2
linux-image-oracle-6.8Ubuntu
Fixed in:6.8.0-1049.50~22.04.1USN-8203-1
Fixed in:6.8.0-1049.50USN-8203-1
linux-image-oracle-64kUbuntu
Fixed in:6.8.0-1049.50~22.04.1USN-8203-1
Fixed in:6.17.0-1011.11~24.04.1USN-8183-2
Fixed in:6.17.0-1011.11USN-8183-2
linux-image-oracle-64k-6.17Ubuntu
Fixed in:6.17.0-1011.11~24.04.1USN-8183-2
Fixed in:6.17.0-1011.11USN-8183-2
linux-image-oracle-64k-6.8Ubuntu
Fixed in:6.8.0-1049.50~22.04.1USN-8203-1
Fixed in:6.8.0-1049.50USN-8203-1
linux-image-oracle-64k-lts-24.04Ubuntu
Fixed in:6.8.0-1049.50USN-8203-1
linux-image-oracle-lts-22.04Ubuntu
Fixed in:5.15.0.1108.104USN-8493-1
linux-image-oracle-lts-24.04Ubuntu
Fixed in:6.8.0-1049.50USN-8203-1
linux-image-raspiUbuntu
Fixed in:6.8.0-1052.56USN-8179-3
Fixed in:6.17.0-1014.14USN-8257-1
linux-image-raspi-6.17Ubuntu
Fixed in:6.17.0-1014.14USN-8257-1
linux-image-raspi-6.8Ubuntu
Fixed in:6.8.0-1052.56USN-8179-3
linux-image-raspi-realtimeUbuntu
Fixed in:6.8.0-2042.43USN-8204-1
linux-image-raspi-realtime-6.8Ubuntu
Fixed in:6.8.0-2042.43USN-8204-1
linux-image-realtimeUbuntu
Fixed in:5.15.0.1110.114USN-8493-1
Fixed in:6.8.1-1047.48USN-8184-1
Fixed in:6.17.0-1010.11USN-8177-1
linux-image-realtime-5.15Ubuntu
Fixed in:5.15.0.1110.114USN-8493-1
linux-image-realtime-6.17Ubuntu
Fixed in:6.17.0-1010.11~24.04.1USN-8177-2
Fixed in:6.17.0-1010.11USN-8177-1
linux-image-realtime-6.8.1Ubuntu
Fixed in:6.8.1-1047.48USN-8184-1
linux-image-realtime-hwe-24.04Ubuntu
Fixed in:6.17.0-1010.11~24.04.1USN-8177-2
linux-image-virtualUbuntu
Fixed in:5.15.0.185.166USN-8493-1
Fixed in:6.8.0-110.110USN-8179-1
Fixed in:6.17.0-22.22USN-8177-1
linux-image-virtual-5.15Ubuntu
Fixed in:5.15.0.185.195~20.04.1USN-8493-1
Fixed in:5.15.0.185.166USN-8493-1
linux-image-virtual-6.17Ubuntu
Fixed in:6.17.0-22.22~24.04.1USN-8183-2
Fixed in:6.17.0-22.22USN-8177-1
linux-image-virtual-6.8Ubuntu
Fixed in:6.8.0-110.110~22.04.1USN-8179-3
Fixed in:6.8.0-110.110USN-8179-1
linux-image-virtual-hwe-20.04Ubuntu
Fixed in:5.15.0.185.195~20.04.1USN-8493-1
linux-image-virtual-hwe-22.04Ubuntu
Fixed in:6.8.0-110.110~22.04.1USN-8179-3
linux-image-virtual-hwe-24.04Ubuntu
Fixed in:6.17.0-22.22~24.04.1USN-8183-2
linux-image-xilinxUbuntu
Fixed in:6.8.0.1029.30USN-8261-1
linux-image-xilinx-6.8Ubuntu
Fixed in:6.8.0.1029.30USN-8261-1
linux-image-xilinx-zynqmpUbuntu
Fixed in:6.8.0.1029.30USN-8261-1
linux-intel-iot-realtimeUbuntu
Fixed in:5.15.0-1103.105USN-8493-1
linux-intel-iotgUbuntu
Fixed in:5.15.0-1106.112USN-8493-1
linux-kvmUbuntu
Fixed in:5.15.0-1103.108USN-8493-1
linux-lowlatencyUbuntu
Fixed in:5.15.0-183.193USN-8493-1
Fixed in:6.8.0-110.110.1USN-8179-1
linux-lowlatency-hwe-5.15Ubuntu
Fixed in:5.15.0-183.193~20.04.1USN-8493-1
linux-lowlatency-hwe-6.8Ubuntu
Fixed in:6.8.0-110.110.1~22.04.1USN-8179-1
linux-nvidiaUbuntu
Fixed in:5.15.0-1106.107USN-8493-1
Fixed in:6.8.0-1051.54USN-8185-1
linux-nvidia-6.8Ubuntu
Fixed in:6.8.0-1051.54~22.04.1USN-8185-1
linux-nvidia-lowlatencyUbuntu
Fixed in:6.8.0-1051.54.1USN-8185-2
linux-nvidia-tegraUbuntu
Fixed in:5.15.0-1063.63USN-8493-1
Fixed in:6.8.0-1022.22USN-8265-1
linux-nvidia-tegra-5.15Ubuntu
Fixed in:5.15.0-1063.63~20.04.1USN-8493-1
linux-nvidia-tegra-igxUbuntu
Fixed in:5.15.0-1052.52USN-8493-1
linux-oem-6.17Ubuntu
Fixed in:6.17.0-1020.20USN-8245-1
linux-oracleUbuntu
Fixed in:5.15.0-1108.114USN-8493-1
Fixed in:6.8.0-1049.50USN-8203-1
Fixed in:6.17.0-1011.11USN-8183-2
linux-oracle-5.15Ubuntu
Fixed in:5.15.0-1108.114~20.04.1USN-8493-2
linux-oracle-6.17Ubuntu
Fixed in:6.17.0-1011.11~24.04.1USN-8183-2
linux-oracle-6.8Ubuntu
Fixed in:6.8.0-1049.50~22.04.1USN-8203-1
linux-raspiUbuntu
Fixed in:6.8.0-1052.56USN-8179-3
Fixed in:6.17.0-1014.14USN-8257-1
linux-raspi-realtimeUbuntu
Fixed in:6.8.0-2042.43USN-8204-1
linux-realtimeUbuntu
Fixed in:5.15.0-1110.119USN-8493-1
Fixed in:6.8.1-1047.48USN-8184-1
Fixed in:6.17.0-1010.11USN-8177-1
linux-realtime-6.17Ubuntu
Fixed in:6.17.0-1010.11~24.04.1USN-8177-2
linux-realtime-6.8Ubuntu
Fixed in:6.8.1-1047.48~22.04.1USN-8184-1
linux-xilinxUbuntu
Fixed in:6.8.0-1029.30USN-8261-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.14%probability of exploitation in 30 days
4thpercentile

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

References

Embed a live status badge for CVE-2025-71089
CVE-2025-71089 severity badge

Markdown

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

HTML

<a href="https://tridentstack.com/cve/CVE-2025-71089"><img src="https://tridentstack.com/cve/badge/CVE-2025-71089.svg" alt="CVE-2025-71089"></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-04-02.