CVE & CISA-KEV Catalog

CVE-2024-41092

HIGH
7.8
CVSS v3
NVD

Description

In the Linux kernel, the following vulnerability has been resolved: drm/i915/gt: Fix potential UAF by revoke of fence registers CI has been sporadically reporting the following issue triggered by igt@i915_selftest@live@hangcheck on ADL-P and similar machines: <6> [414.049203] i915: Running intel_hangcheck_live_selftests/igt_reset_evict_fence ... <6> [414.068804] i915 0000:00:02.0: [drm] GT0: GUC: submission enabled <6> [414.068812] i915 0000:00:02.0: [drm] GT0: GUC: SLPC enabled <3> [414.070354] Unable to pin Y-tiled fence; err:-4 <3> [414.071282] i915_vma_revoke_fence:301 GEM_BUG_ON(!i915_active_is_idle(&fence->active)) ... <4>[ 609.603992] ------------[ cut here ]------------ <2>[ 609.603995] kernel BUG at drivers/gpu/drm/i915/gt/intel_ggtt_fencing.c:301! <4>[ 609.604003] invalid opcode: 0000 [#1] PREEMPT SMP NOPTI <4>[ 609.604006] CPU: 0 PID: 268 Comm: kworker/u64:3 Tainted: G U W 6.9.0-CI_DRM_14785-g1ba62f8cea9c+ #1 <4>[ 609.604008] Hardware name: Intel Corporation Alder Lake Client Platform/AlderLake-P DDR4 RVP, BIOS RPLPFWI1.R00.4035.A00.2301200723 01/20/2023 <4>[ 609.604010] Workqueue: i915 __i915_gem_free_work [i915] <4>[ 609.604149] RIP: 0010:i915_vma_revoke_fence+0x187/0x1f0 [i915] ... <4>[ 609.604271] Call Trace: <4>[ 609.604273] <TASK> ... <4>[ 609.604716] __i915_vma_evict+0x2e9/0x550 [i915] <4>[ 609.604852] __i915_vma_unbind+0x7c/0x160 [i915] <4>[ 609.604977] force_unbind+0x24/0xa0 [i915] <4>[ 609.605098] i915_vma_destroy+0x2f/0xa0 [i915] <4>[ 609.605210] __i915_gem_object_pages_fini+0x51/0x2f0 [i915] <4>[ 609.605330] __i915_gem_free_objects.isra.0+0x6a/0xc0 [i915] <4>[ 609.605440] process_scheduled_works+0x351/0x690 ... In the past, there were similar failures reported by CI from other IGT tests, observed on other platforms. Before commit 63baf4f3d587 ("drm/i915/gt: Only wait for GPU activity before unbinding a GGTT fence"), i915_vma_revoke_fence() was waiting for idleness of vma->active via fence_update(). That commit introduced vma->fence->active in order for the fence_update() to be able to wait selectively on that one instead of vma->active since only idleness of fence registers was needed. But then, another commit 0d86ee35097a ("drm/i915/gt: Make fence revocation unequivocal") replaced the call to fence_update() in i915_vma_revoke_fence() with only fence_write(), and also added that GEM_BUG_ON(!i915_active_is_idle(&fence->active)) in front. No justification was provided on why we might then expect idleness of vma->fence->active without first waiting on it. The issue can be potentially caused by a race among revocation of fence registers on one side and sequential execution of signal callbacks invoked on completion of a request that was using them on the other, still processed in parallel to revocation of those fence registers. Fix it by waiting for idleness of vma->fence->active in i915_vma_revoke_fence(). (cherry picked from commit 24bb052d3dd499c5956abad5f7d8e4fd07da7fb1)

How to fix

Remediation Available
linuxDebian
Fixed in:5.10.221-1CVE-2024-41092
Fixed in:6.1.98-1CVE-2024-41092
Fixed in:6.9.8-1CVE-2024-41092
Fixed in:6.9.8-1CVE-2024-41092
bpftoolRed Hat / RHEL
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.3.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:7.3.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:7.3.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:7.3.0-427.76.1.el9_4RHSA-2025:10701
bpftoolRocky
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.3.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:7.3.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:7.3.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:7.3.0-427.76.1.el9_4RHSA-2025:10701
bpftool-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.3.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:7.3.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:7.3.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:7.3.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
bpftool-debuginfoRocky
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.3.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:7.3.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.3.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.3.0-427.76.1.el9_4RHSA-2025:10701
kernelRed Hat / RHEL
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernelRocky
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-64kRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-64kRocky
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-coreRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-64k-coreRocky
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-debugRocky
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-debugRed Hat / RHEL
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-debug-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-debug-coreRocky
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-64k-debug-debuginfoRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-64k-debug-develRed Hat / RHEL
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-debug-develRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-64k-debug-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-debug-devel-matchedRocky
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-debug-modulesRocky
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-debug-modulesRed Hat / RHEL
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-debug-modules-coreRocky
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-64k-debug-modules-extraRocky
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-debuginfoRocky
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-64k-develRocky
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-develRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-64k-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-devel-matchedRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-64k-modulesRocky
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-modulesRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-64k-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-modules-coreRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-64k-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-modules-extraRocky
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-abi-stablelistsRocky
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-abi-stablelistsRed Hat / RHEL
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-coreRocky
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-coreRed Hat / RHEL
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-cross-headersRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-cross-headersRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debugRed Hat / RHEL
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debugRocky
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debug-coreRocky
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-debug-coreRed Hat / RHEL
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-debug-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debug-debuginfoRocky
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debug-develRocky
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debug-develRed Hat / RHEL
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-debug-devel-matchedRocky
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debug-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-debug-modulesRed Hat / RHEL
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-debug-modulesRocky
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-debug-modules-coreRocky
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debug-modules-extraRocky
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debug-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-debug-uki-virtRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-debug-uki-virtRocky
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debuginfoRocky
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-debuginfo-common-aarch64Red Hat / RHEL
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debuginfo-common-aarch64Rocky
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-debuginfo-common-ppc64leRocky
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-debuginfo-common-ppc64leRed Hat / RHEL
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debuginfo-common-s390xRed Hat / RHEL
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-debuginfo-common-s390xRocky
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debuginfo-common-x86_64Rocky
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-develRocky
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-develRed Hat / RHEL
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-devel-matchedRocky
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-docRed Hat / RHEL
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-docRocky
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-headersRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-headersRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-modulesRed Hat / RHEL
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-modulesRocky
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-modules-coreRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-modules-extraRocky
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rtRocky
Fixed in:0:4.18.0-553.27.1.rt7.368.el8_10RHSA-2024:8870
Fixed in:0:4.18.0-553.27.1.rt7.368.el8_10RHSA-2024:8870
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-rtRed Hat / RHEL
Fixed in:0:4.18.0-553.27.1.rt7.368.el8_10RHSA-2024:8870
Fixed in:0:4.18.0-553.27.1.rt7.368.el8_10RHSA-2024:8870
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-rt-coreRed Hat / RHEL
Fixed in:0:4.18.0-553.27.1.rt7.368.el8_10RHSA-2024:8870
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-rt-coreRocky
Fixed in:0:4.18.0-553.27.1.rt7.368.el8_10RHSA-2024:8870
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-debugRocky
Fixed in:0:4.18.0-553.27.1.rt7.368.el8_10RHSA-2024:8870
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-rt-debugRed Hat / RHEL
Fixed in:0:4.18.0-553.27.1.rt7.368.el8_10RHSA-2024:8870
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-debug-coreRocky
Fixed in:0:4.18.0-553.27.1.rt7.368.el8_10RHSA-2024:8870
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-debug-coreRed Hat / RHEL
Fixed in:0:4.18.0-553.27.1.rt7.368.el8_10RHSA-2024:8870
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-rt-debug-debuginfoRocky
Fixed in:0:4.18.0-553.27.1.rt7.368.el8_10RHSA-2024:8870
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-debug-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.27.1.rt7.368.el8_10RHSA-2024:8870
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-rt-debug-develRed Hat / RHEL
Fixed in:0:4.18.0-553.27.1.rt7.368.el8_10RHSA-2024:8870
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-rt-debug-develRocky
Fixed in:0:4.18.0-553.27.1.rt7.368.el8_10RHSA-2024:8870
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-debug-kvmRocky
Fixed in:0:4.18.0-553.27.1.rt7.368.el8_10RHSA-2024:8870
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-rt-debug-kvmRed Hat / RHEL
Fixed in:0:4.18.0-553.27.1.rt7.368.el8_10RHSA-2024:8870
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-debug-modulesRocky
Fixed in:0:4.18.0-553.27.1.rt7.368.el8_10RHSA-2024:8870
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-debug-modulesRed Hat / RHEL
Fixed in:0:4.18.0-553.27.1.rt7.368.el8_10RHSA-2024:8870
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-rt-debug-modules-coreRocky
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-debug-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-553.27.1.rt7.368.el8_10RHSA-2024:8870
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-rt-debug-modules-extraRocky
Fixed in:0:4.18.0-553.27.1.rt7.368.el8_10RHSA-2024:8870
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-debuginfoRocky
Fixed in:0:4.18.0-553.27.1.rt7.368.el8_10RHSA-2024:8870
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-rt-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.27.1.rt7.368.el8_10RHSA-2024:8870
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-debuginfo-common-x86_64Rocky
Fixed in:0:4.18.0-553.27.1.rt7.368.el8_10RHSA-2024:8870
kernel-rt-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:4.18.0-553.27.1.rt7.368.el8_10RHSA-2024:8870
kernel-rt-develRed Hat / RHEL
Fixed in:0:4.18.0-553.27.1.rt7.368.el8_10RHSA-2024:8870
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-develRocky
Fixed in:0:4.18.0-553.27.1.rt7.368.el8_10RHSA-2024:8870
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-kvmRed Hat / RHEL
Fixed in:0:4.18.0-553.27.1.rt7.368.el8_10RHSA-2024:8870
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-kvmRocky
Fixed in:0:4.18.0-553.27.1.rt7.368.el8_10RHSA-2024:8870
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-rt-modulesRed Hat / RHEL
Fixed in:0:4.18.0-553.27.1.rt7.368.el8_10RHSA-2024:8870
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-modulesRocky
Fixed in:0:4.18.0-553.27.1.rt7.368.el8_10RHSA-2024:8870
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-rt-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-rt-modules-coreRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-rt-modules-extraRocky
Fixed in:0:4.18.0-553.27.1.rt7.368.el8_10RHSA-2024:8870
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-553.27.1.rt7.368.el8_10RHSA-2024:8870
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-toolsRocky
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-toolsRed Hat / RHEL
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-tools-debuginfoRocky
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-tools-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-tools-libsRed Hat / RHEL
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-tools-libsRocky
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-tools-libs-develRocky
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-tools-libs-develRed Hat / RHEL
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-uki-virtRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-uki-virtRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-uki-virt-addonsRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-uki-virt-addonsRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-zfcpdumpRocky
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-zfcpdumpRed Hat / RHEL
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-zfcpdump-coreRed Hat / RHEL
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-zfcpdump-coreRocky
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-zfcpdump-debuginfoRocky
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-zfcpdump-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-zfcpdump-develRed Hat / RHEL
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-zfcpdump-develRocky
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-zfcpdump-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-zfcpdump-devel-matchedRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-zfcpdump-modulesRed Hat / RHEL
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-zfcpdump-modulesRocky
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-zfcpdump-modules-coreRocky
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-zfcpdump-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-zfcpdump-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-zfcpdump-modules-extraRocky
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
libperfRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
libperfRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
libperf-debuginfoRocky
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
libperf-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
perfRocky
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
perfRed Hat / RHEL
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
perf-debuginfoRocky
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
perf-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
python3-perfRocky
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
python3-perfRed Hat / RHEL
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
python3-perf-debuginfoRocky
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
python3-perf-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:4.18.0-553.27.1.el8_10RHSA-2024:8856
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
rtlaRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
rtlaRed Hat / RHEL
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
rvRocky
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
rvRed Hat / RHEL
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
linuxUbuntu
Fixed in:5.15.0-121.131USN-7007-1
Fixed in:6.8.0-48.48USN-7089-1
linux-awsUbuntu
Fixed in:5.15.0-1069.75USN-7007-1
Fixed in:6.8.0-1018.20USN-7089-3
linux-aws-5.15Ubuntu
Fixed in:5.15.0-1069.75~20.04.1USN-7007-1
linux-aws-6.8Ubuntu
Fixed in:6.8.0-1018.19~22.04.1USN-7089-3
linux-azureUbuntu
Fixed in:5.15.0-1072.81USN-7009-1
Fixed in:6.8.0-1017.20USN-7089-2
linux-azure-5.15Ubuntu
Fixed in:5.15.0-1072.81~20.04.1USN-7009-1
linux-azure-6.8Ubuntu
Fixed in:6.8.0-1017.20~22.04.1USN-7090-1
Fixed in:6.8.0-1017.20~22.04.1USN-7089-1
linux-azure-fdeUbuntu
Fixed in:5.15.0-1072.81.1USN-7009-1
linux-azure-fde-5.15Ubuntu
Fixed in:5.15.0-1072.81~20.04.1.1USN-7009-2
linux-gcpUbuntu
Fixed in:5.15.0-1068.76USN-7007-1
Fixed in:6.8.0-1017.19USN-7089-2
linux-gcp-5.15Ubuntu
Fixed in:5.15.0-1068.76~20.04.1USN-7007-1
linux-gcp-6.8Ubuntu
Fixed in:6.8.0-1017.19~22.04.1USN-7089-1
linux-gkeUbuntu
Fixed in:5.15.0-1066.72USN-7007-1
Fixed in:6.8.0-1013.17USN-7089-6
linux-gkeopUbuntu
Fixed in:5.15.0-1052.59USN-7007-1
Fixed in:6.8.0-1002.4USN-7156-1
linux-gkeop-5.15Ubuntu
Fixed in:5.15.0-1052.59~20.04.1USN-7007-1
linux-hwe-5.15Ubuntu
Fixed in:5.15.0-121.131~20.04.1USN-7007-1
linux-hwe-6.8Ubuntu
Fixed in:6.8.0-48.48~22.04.1USN-7089-1
linux-ibmUbuntu
Fixed in:5.15.0-1062.65USN-7007-1
Fixed in:6.8.0-1015.15USN-7089-2
linux-ibm-5.15Ubuntu
Fixed in:5.15.0-1062.65~20.04.1USN-7007-2
linux-image-5.15.0-1035-xilinx-zynqmpUbuntu
Fixed in:5.15.0-1035.39USN-7019-1
linux-image-5.15.0-1052-gkeopUbuntu
Fixed in:5.15.0-1052.59~20.04.1USN-7007-1
Fixed in:5.15.0-1052.59USN-7007-1
linux-image-5.15.0-1062-ibmUbuntu
Fixed in:5.15.0-1062.65~20.04.1USN-7007-2
Fixed in:5.15.0-1062.65USN-7007-1
linux-image-5.15.0-1062-raspiUbuntu
Fixed in:5.15.0-1062.65USN-7007-1
linux-image-5.15.0-1064-intel-iotgUbuntu
Fixed in:5.15.0-1064.70~20.04.1+1USN-7007-1
Fixed in:5.15.0-1064.70USN-7007-1
linux-image-5.15.0-1064-nvidiaUbuntu
Fixed in:5.15.0-1064.65USN-7007-1
linux-image-5.15.0-1064-nvidia-lowlatencyUbuntu
Fixed in:5.15.0-1064.65USN-7007-1
linux-image-5.15.0-1066-gkeUbuntu
Fixed in:5.15.0-1066.72USN-7007-1
linux-image-5.15.0-1066-kvmUbuntu
Fixed in:5.15.0-1066.71USN-7007-1
linux-image-5.15.0-1067-oracleUbuntu
Fixed in:5.15.0-1067.73~20.04.1USN-7007-2
Fixed in:5.15.0-1067.73USN-7007-1
linux-image-5.15.0-1068-gcpUbuntu
Fixed in:5.15.0-1068.76~20.04.1USN-7007-1
Fixed in:5.15.0-1068.76USN-7007-1
linux-image-5.15.0-1069-awsUbuntu
Fixed in:5.15.0-1069.75~20.04.1USN-7007-1
Fixed in:5.15.0-1069.75USN-7007-1
linux-image-5.15.0-1072-azureUbuntu
Fixed in:5.15.0-1072.81~20.04.1USN-7009-1
Fixed in:5.15.0-1072.81USN-7009-1
linux-image-5.15.0-1072-azure-fdeUbuntu
Fixed in:5.15.0-1072.81~20.04.1.1USN-7009-2
Fixed in:5.15.0-1072.81.1USN-7009-1
linux-image-5.15.0-121-genericUbuntu
Fixed in:5.15.0-121.131~20.04.1USN-7007-1
Fixed in:5.15.0-121.131USN-7007-1
linux-image-5.15.0-121-generic-64kUbuntu
Fixed in:5.15.0-121.131~20.04.1USN-7007-1
Fixed in:5.15.0-121.131USN-7007-1
linux-image-5.15.0-121-generic-lpaeUbuntu
Fixed in:5.15.0-121.131~20.04.1USN-7007-1
Fixed in:5.15.0-121.131USN-7007-1
linux-image-5.15.0-121-lowlatencyUbuntu
Fixed in:5.15.0-121.131~20.04.1USN-7007-3
Fixed in:5.15.0-121.131USN-7007-3
linux-image-5.15.0-121-lowlatency-64kUbuntu
Fixed in:5.15.0-121.131~20.04.1USN-7007-3
Fixed in:5.15.0-121.131USN-7007-3
linux-image-6.8.0-1002-gkeopUbuntu
Fixed in:6.8.0-1002.4USN-7156-1
linux-image-6.8.0-1013-gkeUbuntu
Fixed in:6.8.0-1013.17USN-7089-6
linux-image-6.8.0-1014-ibmUbuntu
Fixed in:6.8.0-1014.14USN-7089-2
linux-image-6.8.0-1014-raspiUbuntu
Fixed in:6.8.0-1014.16USN-7089-5
linux-image-6.8.0-1015-oracleUbuntu
Fixed in:6.8.0-1015.15~22.04.1USN-7089-3
Fixed in:6.8.0-1015.16USN-7089-3
linux-image-6.8.0-1015-oracle-64kUbuntu
Fixed in:6.8.0-1015.15~22.04.1USN-7089-3
Fixed in:6.8.0-1015.16USN-7089-3
linux-image-6.8.0-1016-azureUbuntu
Fixed in:6.8.0-1016.18USN-7089-2
linux-image-6.8.0-1016-azure-fdeUbuntu
Fixed in:6.8.0-1016.18USN-7089-2
linux-image-6.8.0-1016-gcpUbuntu
Fixed in:6.8.0-1016.18USN-7089-2
linux-image-6.8.0-1016-oemUbuntu
Fixed in:6.8.0-1016.16USN-7089-4
linux-image-6.8.0-1017-azureUbuntu
Fixed in:6.8.0-1017.20~22.04.1USN-7090-1
Fixed in:6.8.0-1017.20~22.04.1USN-7089-1
linux-image-6.8.0-1017-azure-fdeUbuntu
Fixed in:6.8.0-1017.20~22.04.1USN-7089-1
Fixed in:6.8.0-1017.20~22.04.1USN-7090-1
linux-image-6.8.0-1017-gcpUbuntu
Fixed in:6.8.0-1017.19~22.04.1USN-7089-1
linux-image-6.8.0-1017-nvidiaUbuntu
Fixed in:6.8.0-1017.19~22.04.1USN-7095-1
Fixed in:6.8.0-1017.19USN-7095-1
linux-image-6.8.0-1017-nvidia-64kUbuntu
Fixed in:6.8.0-1017.19~22.04.1USN-7095-1
Fixed in:6.8.0-1017.19USN-7095-1
linux-image-6.8.0-1017-nvidia-lowlatencyUbuntu
Fixed in:6.8.0-1017.19.1USN-7095-1
linux-image-6.8.0-1017-nvidia-lowlatency-64kUbuntu
Fixed in:6.8.0-1017.19.1USN-7095-1
linux-image-6.8.0-1018-awsUbuntu
Fixed in:6.8.0-1018.19~22.04.1USN-7089-3
Fixed in:6.8.0-1018.20USN-7089-3
linux-image-6.8.0-48-genericUbuntu
Fixed in:6.8.0-48.48~22.04.1USN-7089-1
Fixed in:6.8.0-48.48USN-7089-1
linux-image-6.8.0-48-generic-64kUbuntu
Fixed in:6.8.0-48.48~22.04.1USN-7089-1
Fixed in:6.8.0-48.48USN-7089-1
linux-image-6.8.0-48-lowlatencyUbuntu
Fixed in:6.8.0-48.48.3~22.04.1USN-7089-7
Fixed in:6.8.0-48.48.3USN-7089-7
linux-image-6.8.0-48-lowlatency-64kUbuntu
Fixed in:6.8.0-48.48.3~22.04.1USN-7089-7
Fixed in:6.8.0-48.48.3USN-7089-7
linux-image-awsUbuntu
Fixed in:5.15.0.1069.75~20.04.1USN-7007-1
Fixed in:6.8.0-1018.19~22.04.1USN-7089-3
Fixed in:6.8.0-1018.20USN-7089-3
linux-image-aws-lts-22.04Ubuntu
Fixed in:5.15.0.1069.69USN-7007-1
linux-image-azureUbuntu
Fixed in:5.15.0.1072.81~20.04.1USN-7009-1
Fixed in:6.8.0-1017.20~22.04.1USN-7090-1
Fixed in:6.8.0-1017.20~22.04.1USN-7089-1
Fixed in:6.8.0-1016.18USN-7089-2
linux-image-azure-cvmUbuntu
Fixed in:5.15.0.1072.81~20.04.1USN-7009-1
linux-image-azure-fdeUbuntu
Fixed in:5.15.0.1072.81~20.04.1.49USN-7009-2
Fixed in:6.8.0-1017.20~22.04.1USN-7089-1
Fixed in:6.8.0-1017.20~22.04.1USN-7090-1
Fixed in:6.8.0-1016.18USN-7089-2
linux-image-azure-fde-lts-22.04Ubuntu
Fixed in:5.15.0.1072.81.49USN-7009-1
linux-image-azure-lts-22.04Ubuntu
Fixed in:5.15.0.1072.70USN-7009-1
linux-image-gcpUbuntu
Fixed in:5.15.0.1068.76~20.04.1USN-7007-1
Fixed in:6.8.0-1017.19~22.04.1USN-7089-1
Fixed in:6.8.0-1016.18USN-7089-2
linux-image-gcp-lts-22.04Ubuntu
Fixed in:5.15.0.1068.64USN-7007-1
linux-image-genericUbuntu
Fixed in:5.15.0.121.121USN-7007-1
Fixed in:6.8.0-48.48USN-7089-1
linux-image-generic-64kUbuntu
Fixed in:5.15.0.121.121USN-7007-1
Fixed in:6.8.0-48.48USN-7089-1
linux-image-generic-64k-hwe-20.04Ubuntu
Fixed in:5.15.0.121.131~20.04.1USN-7007-1
linux-image-generic-64k-hwe-22.04Ubuntu
Fixed in:6.8.0-48.48~22.04.1USN-7089-1
linux-image-generic-64k-hwe-24.04Ubuntu
Fixed in:6.8.0-48.48USN-7089-1
linux-image-generic-hwe-20.04Ubuntu
Fixed in:5.15.0.121.131~20.04.1USN-7007-1
linux-image-generic-hwe-22.04Ubuntu
Fixed in:6.8.0-48.48~22.04.1USN-7089-1
linux-image-generic-hwe-24.04Ubuntu
Fixed in:6.8.0-48.48USN-7089-1
linux-image-generic-lpaeUbuntu
Fixed in:5.15.0.121.121USN-7007-1
Fixed in:6.8.0-48.48USN-7089-1
linux-image-generic-lpae-hwe-20.04Ubuntu
Fixed in:5.15.0.121.131~20.04.1USN-7007-1
linux-image-gkeUbuntu
Fixed in:5.15.0.1066.65USN-7007-1
Fixed in:6.8.0-1013.17USN-7089-6
linux-image-gke-5.15Ubuntu
Fixed in:5.15.0.1066.65USN-7007-1
linux-image-gkeopUbuntu
Fixed in:5.15.0.1052.51USN-7007-1
Fixed in:6.8.0-1002.4USN-7156-1
linux-image-gkeop-5.15Ubuntu
Fixed in:5.15.0.1052.59~20.04.1USN-7007-1
Fixed in:5.15.0.1052.51USN-7007-1
linux-image-gkeop-6.8Ubuntu
Fixed in:6.8.0-1002.4USN-7156-1
linux-image-ibmUbuntu
Fixed in:5.15.0.1062.65~20.04.1USN-7007-2
Fixed in:5.15.0.1062.58USN-7007-1
Fixed in:6.8.0-1014.14USN-7089-2
linux-image-ibm-classicUbuntu
Fixed in:6.8.0-1014.14USN-7089-2
linux-image-ibm-lts-24.04Ubuntu
Fixed in:6.8.0-1014.14USN-7089-2
linux-image-intelUbuntu
Fixed in:5.15.0.1064.70~20.04.1USN-7007-1
linux-image-intel-iotgUbuntu
Fixed in:5.15.0.1064.70~20.04.1USN-7007-1
Fixed in:5.15.0.1064.64USN-7007-1
linux-image-kvmUbuntu
Fixed in:5.15.0.1066.62USN-7007-1
Fixed in:6.8.0-48.48USN-7089-1
linux-image-lowlatencyUbuntu
Fixed in:5.15.0.121.110USN-7007-3
Fixed in:6.8.0-48.48.3USN-7089-7
linux-image-lowlatency-64kUbuntu
Fixed in:5.15.0.121.110USN-7007-3
Fixed in:6.8.0-48.48.3USN-7089-7
linux-image-lowlatency-64k-hwe-20.04Ubuntu
Fixed in:5.15.0.121.131~20.04.1USN-7007-3
linux-image-lowlatency-64k-hwe-22.04Ubuntu
Fixed in:6.8.0-48.48.3~22.04.1USN-7089-7
linux-image-lowlatency-64k-hwe-24.04Ubuntu
Fixed in:6.8.0-48.48.3USN-7089-7
linux-image-lowlatency-hwe-20.04Ubuntu
Fixed in:5.15.0.121.131~20.04.1USN-7007-3
linux-image-lowlatency-hwe-22.04Ubuntu
Fixed in:6.8.0-48.48.3~22.04.1USN-7089-7
linux-image-lowlatency-hwe-24.04Ubuntu
Fixed in:6.8.0-48.48.3USN-7089-7
linux-image-nvidiaUbuntu
Fixed in:5.15.0.1064.64USN-7007-1
Fixed in:6.8.0-1017.19USN-7095-1
linux-image-nvidia-6.8Ubuntu
Fixed in:6.8.0-1017.19~22.04.1USN-7095-1
linux-image-nvidia-64kUbuntu
Fixed in:6.8.0-1017.19USN-7095-1
linux-image-nvidia-64k-6.8Ubuntu
Fixed in:6.8.0-1017.19~22.04.1USN-7095-1
linux-image-nvidia-64k-hwe-22.04Ubuntu
Fixed in:6.8.0-1017.19~22.04.1USN-7095-1
linux-image-nvidia-hwe-22.04Ubuntu
Fixed in:6.8.0-1017.19~22.04.1USN-7095-1
linux-image-nvidia-lowlatencyUbuntu
Fixed in:5.15.0.1064.64USN-7007-1
Fixed in:6.8.0-1017.19.1USN-7095-1
linux-image-nvidia-lowlatency-64kUbuntu
Fixed in:6.8.0-1017.19.1USN-7095-1
linux-image-oem-20.04Ubuntu
Fixed in:5.15.0.121.131~20.04.1USN-7007-1
linux-image-oem-20.04bUbuntu
Fixed in:5.15.0.121.131~20.04.1USN-7007-1
linux-image-oem-20.04cUbuntu
Fixed in:5.15.0.121.131~20.04.1USN-7007-1
linux-image-oem-20.04dUbuntu
Fixed in:5.15.0.121.131~20.04.1USN-7007-1
linux-image-oem-22.04Ubuntu
Fixed in:6.8.0-48.48~22.04.1USN-7089-1
linux-image-oem-22.04aUbuntu
Fixed in:6.8.0-48.48~22.04.1USN-7089-1
linux-image-oem-22.04bUbuntu
Fixed in:6.8.0-48.48~22.04.1USN-7089-1
linux-image-oem-22.04cUbuntu
Fixed in:6.8.0-48.48~22.04.1USN-7089-1
linux-image-oem-22.04dUbuntu
Fixed in:6.8.0-48.48~22.04.1USN-7089-1
linux-image-oem-24.04Ubuntu
Fixed in:6.8.0-1016.16USN-7089-4
linux-image-oem-24.04aUbuntu
Fixed in:6.8.0-1016.16USN-7089-4
linux-image-oracleUbuntu
Fixed in:5.15.0.1067.73~20.04.1USN-7007-2
Fixed in:6.8.0-1015.15~22.04.1USN-7089-3
Fixed in:6.8.0-1015.16USN-7089-3
linux-image-oracle-64kUbuntu
Fixed in:6.8.0-1015.15~22.04.1USN-7089-3
Fixed in:6.8.0-1015.16USN-7089-3
linux-image-oracle-lts-22.04Ubuntu
Fixed in:5.15.0.1067.63USN-7007-1
linux-image-raspiUbuntu
Fixed in:5.15.0.1062.60USN-7007-1
Fixed in:6.8.0-1014.16USN-7089-5
linux-image-raspi-nolpaeUbuntu
Fixed in:5.15.0.1062.60USN-7007-1
linux-image-virtualUbuntu
Fixed in:5.15.0.121.121USN-7007-1
Fixed in:6.8.0-48.48USN-7089-1
linux-image-virtual-hwe-20.04Ubuntu
Fixed in:5.15.0.121.131~20.04.1USN-7007-1
linux-image-virtual-hwe-22.04Ubuntu
Fixed in:6.8.0-48.48~22.04.1USN-7089-1
linux-image-virtual-hwe-24.04Ubuntu
Fixed in:6.8.0-48.48USN-7089-1
linux-image-xilinx-zynqmpUbuntu
Fixed in:5.15.0.1035.39USN-7019-1
linux-intel-iotgUbuntu
Fixed in:5.15.0-1064.70USN-7007-1
linux-intel-iotg-5.15Ubuntu
Fixed in:5.15.0-1064.70~20.04.1USN-7007-1
linux-kvmUbuntu
Fixed in:5.15.0-1066.71USN-7007-1
linux-lowlatencyUbuntu
Fixed in:5.15.0-121.131USN-7007-3
Fixed in:6.8.0-48.48.3USN-7089-7
linux-lowlatency-hwe-5.15Ubuntu
Fixed in:5.15.0-121.131~20.04.1USN-7007-3
linux-lowlatency-hwe-6.8Ubuntu
Fixed in:6.8.0-48.48.3~22.04.1USN-7089-7
linux-nvidiaUbuntu
Fixed in:5.15.0-1064.65USN-7007-1
Fixed in:6.8.0-1017.19USN-7095-1
linux-nvidia-6.8Ubuntu
Fixed in:6.8.0-1017.19~22.04.1USN-7095-1
linux-nvidia-lowlatencyUbuntu
Fixed in:6.8.0-1017.19.1USN-7095-1
linux-oem-6.8Ubuntu
Fixed in:6.8.0-1016.16USN-7089-4
linux-oracleUbuntu
Fixed in:5.15.0-1067.73USN-7007-1
Fixed in:6.8.0-1015.16USN-7089-3
linux-oracle-5.15Ubuntu
Fixed in:5.15.0-1067.73~20.04.1USN-7007-2
linux-oracle-6.8Ubuntu
Fixed in:6.8.0-1015.15~22.04.1USN-7089-3
linux-raspiUbuntu
Fixed in:5.15.0-1062.65USN-7007-1
Fixed in:6.8.0-1014.16USN-7089-5
linux-xilinx-zynqmpUbuntu
Fixed in:5.15.0-1035.39USN-7019-1

Remediation is compiled from vendor and distribution security advisories. Always confirm against the linked source for your exact version and platform.

CVSS v3 Vector

Exploitability

Attack VectorLocal
Attack ComplexityLow
Privileges RequiredLow
User InteractionNone
ScopeUnchanged

Impact

ConfidentialityHigh
IntegrityHigh
AvailabilityHigh

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

Exploit Intelligence

0.27%probability of exploitation in 30 days
19thpercentile

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

References

Related Vulnerabilities

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

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

Markdown

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

HTML

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

Find and fix vulnerabilities across your fleet

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

Start free

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