CVE & CISA-KEV Catalog

CVE-2024-50099

MEDIUM
5.5
CVSS v3
NVD

Description

In the Linux kernel, the following vulnerability has been resolved: arm64: probes: Remove broken LDR (literal) uprobe support The simulate_ldr_literal() and simulate_ldrsw_literal() functions are unsafe to use for uprobes. Both functions were originally written for use with kprobes, and access memory with plain C accesses. When uprobes was added, these were reused unmodified even though they cannot safely access user memory. There are three key problems: 1) The plain C accesses do not have corresponding extable entries, and thus if they encounter a fault the kernel will treat these as unintentional accesses to user memory, resulting in a BUG() which will kill the kernel thread, and likely lead to further issues (e.g. lockup or panic()). 2) The plain C accesses are subject to HW PAN and SW PAN, and so when either is in use, any attempt to simulate an access to user memory will fault. Thus neither simulate_ldr_literal() nor simulate_ldrsw_literal() can do anything useful when simulating a user instruction on any system with HW PAN or SW PAN. 3) The plain C accesses are privileged, as they run in kernel context, and in practice can access a small range of kernel virtual addresses. The instructions they simulate have a range of +/-1MiB, and since the simulated instructions must itself be a user instructions in the TTBR0 address range, these can address the final 1MiB of the TTBR1 acddress range by wrapping downwards from an address in the first 1MiB of the TTBR0 address range. In contemporary kernels the last 8MiB of TTBR1 address range is reserved, and accesses to this will always fault, meaning this is no worse than (1). Historically, it was theoretically possible for the linear map or vmemmap to spill into the final 8MiB of the TTBR1 address range, but in practice this is extremely unlikely to occur as this would require either: * Having enough physical memory to fill the entire linear map all the way to the final 1MiB of the TTBR1 address range. * Getting unlucky with KASLR randomization of the linear map such that the populated region happens to overlap with the last 1MiB of the TTBR address range. ... and in either case if we were to spill into the final page there would be larger problems as the final page would alias with error pointers. Practically speaking, (1) and (2) are the big issues. Given there have been no reports of problems since the broken code was introduced, it appears that no-one is relying on probing these instructions with uprobes. Avoid these issues by not allowing uprobes on LDR (literal) and LDRSW (literal), limiting the use of simulate_ldr_literal() and simulate_ldrsw_literal() to kprobes. Attempts to place uprobes on LDR (literal) and LDRSW (literal) will be rejected as arm_probe_decode_insn() will return INSN_REJECTED. In future we can consider introducing working uprobes support for these instructions, but this will require more significant work.

How to fix

Remediation Available
linuxDebian
Fixed in:5.10.234-1CVE-2024-50099
Fixed in:6.1.115-1CVE-2024-50099
Fixed in:6.11.5-1CVE-2024-50099
Fixed in:6.11.5-1CVE-2024-50099
bpftoolRed Hat / RHEL
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:7.3.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:7.4.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:7.3.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:7.4.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:7.4.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:7.3.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:7.4.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:7.3.0-427.57.1.el9_4RHSA-2025:2270
bpftoolRocky
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:7.4.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:7.4.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:7.4.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:7.3.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:7.3.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:7.3.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:7.4.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:7.3.0-427.57.1.el9_4RHSA-2025:2270
bpftool-debuginfoRocky
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:7.4.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:7.3.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:7.3.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:7.3.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:7.4.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:7.4.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:7.3.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:7.4.0-503.19.1.el9_5RHSA-2024:11486
bpftool-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:7.4.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:7.4.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:7.4.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:7.4.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:7.3.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:7.3.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:7.3.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:7.3.0-427.57.1.el9_4RHSA-2025:2270
kernelRocky
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernelRed Hat / RHEL
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
kernel-64kRed Hat / RHEL
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
kernel-64kRocky
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
kernel-64k-coreRocky
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
kernel-64k-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
kernel-64k-debugRed Hat / RHEL
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-64k-debugRocky
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
kernel-64k-debug-coreRocky
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
kernel-64k-debug-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
kernel-64k-debug-debuginfoRocky
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
kernel-64k-debug-develRed Hat / RHEL
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
kernel-64k-debug-develRocky
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
kernel-64k-debug-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-64k-debug-devel-matchedRocky
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-64k-debug-modulesRed Hat / RHEL
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
kernel-64k-debug-modulesRocky
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-64k-debug-modules-coreRocky
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-64k-debug-modules-extraRocky
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-64k-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
kernel-64k-debuginfoRocky
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-64k-develRed Hat / RHEL
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-64k-develRocky
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
kernel-64k-devel-matchedRocky
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
kernel-64k-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
kernel-64k-modulesRocky
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-64k-modulesRed Hat / RHEL
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
kernel-64k-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
kernel-64k-modules-coreRocky
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-64k-modules-extraRocky
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
kernel-64k-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-abi-stablelistsRed Hat / RHEL
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-abi-stablelistsRocky
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
kernel-coreRocky
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-coreRed Hat / RHEL
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-debugRed Hat / RHEL
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
kernel-debugRocky
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
kernel-debug-coreRed Hat / RHEL
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-debug-coreRocky
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
kernel-debug-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
kernel-debug-debuginfoRocky
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-debug-develRocky
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
kernel-debug-develRed Hat / RHEL
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
kernel-debug-devel-matchedRocky
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-debug-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
kernel-debug-modulesRocky
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-debug-modulesRed Hat / RHEL
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-debug-modules-coreRocky
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-debug-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-debug-modules-extraRocky
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
kernel-debug-uki-virtRocky
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-debug-uki-virtRed Hat / RHEL
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
kernel-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
kernel-debuginfoRocky
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
kernel-debuginfo-common-aarch64Red Hat / RHEL
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
kernel-debuginfo-common-aarch64Rocky
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-debuginfo-common-ppc64leRed Hat / RHEL
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
kernel-debuginfo-common-ppc64leRocky
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-debuginfo-common-s390xRocky
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
kernel-debuginfo-common-s390xRed Hat / RHEL
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
kernel-debuginfo-common-x86_64Rocky
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
kernel-develRed Hat / RHEL
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-develRocky
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-devel-matchedRocky
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-docRed Hat / RHEL
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-docRocky
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-modulesRocky
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
kernel-modulesRed Hat / RHEL
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-modules-coreRocky
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
kernel-modules-extraRocky
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
kernel-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
kernel-rtRocky
Fixed in:0:4.18.0-553.32.1.rt7.373.el8_10RHSA-2024:10944
Fixed in:0:4.18.0-553.32.1.rt7.373.el8_10RHSA-2024:10944
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-rtRed Hat / RHEL
Fixed in:0:4.18.0-553.32.1.rt7.373.el8_10RHSA-2024:10944
Fixed in:0:4.18.0-553.32.1.rt7.373.el8_10RHSA-2024:10944
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-rt-coreRocky
Fixed in:0:4.18.0-553.32.1.rt7.373.el8_10RHSA-2024:10944
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-rt-coreRed Hat / RHEL
Fixed in:0:4.18.0-553.32.1.rt7.373.el8_10RHSA-2024:10944
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
kernel-rt-debugRocky
Fixed in:0:4.18.0-553.32.1.rt7.373.el8_10RHSA-2024:10944
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
kernel-rt-debugRed Hat / RHEL
Fixed in:0:4.18.0-553.32.1.rt7.373.el8_10RHSA-2024:10944
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-rt-debug-coreRed Hat / RHEL
Fixed in:0:4.18.0-553.32.1.rt7.373.el8_10RHSA-2024:10944
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
kernel-rt-debug-coreRocky
Fixed in:0:4.18.0-553.32.1.rt7.373.el8_10RHSA-2024:10944
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
kernel-rt-debug-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.32.1.rt7.373.el8_10RHSA-2024:10944
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-rt-debug-debuginfoRocky
Fixed in:0:4.18.0-553.32.1.rt7.373.el8_10RHSA-2024:10944
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-rt-debug-develRed Hat / RHEL
Fixed in:0:4.18.0-553.32.1.rt7.373.el8_10RHSA-2024:10944
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-rt-debug-develRocky
Fixed in:0:4.18.0-553.32.1.rt7.373.el8_10RHSA-2024:10944
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-rt-debug-kvmRed Hat / RHEL
Fixed in:0:4.18.0-553.32.1.rt7.373.el8_10RHSA-2024:10944
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-rt-debug-kvmRocky
Fixed in:0:4.18.0-553.32.1.rt7.373.el8_10RHSA-2024:10944
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-rt-debug-modulesRocky
Fixed in:0:4.18.0-553.32.1.rt7.373.el8_10RHSA-2024:10944
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-rt-debug-modulesRed Hat / RHEL
Fixed in:0:4.18.0-553.32.1.rt7.373.el8_10RHSA-2024:10944
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-rt-debug-modules-coreRocky
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-rt-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-rt-debug-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-553.32.1.rt7.373.el8_10RHSA-2024:10944
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-rt-debug-modules-extraRocky
Fixed in:0:4.18.0-553.32.1.rt7.373.el8_10RHSA-2024:10944
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-rt-debuginfoRocky
Fixed in:0:4.18.0-553.32.1.rt7.373.el8_10RHSA-2024:10944
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
kernel-rt-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.32.1.rt7.373.el8_10RHSA-2024:10944
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-rt-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:4.18.0-553.32.1.rt7.373.el8_10RHSA-2024:10944
kernel-rt-debuginfo-common-x86_64Rocky
Fixed in:0:4.18.0-553.32.1.rt7.373.el8_10RHSA-2024:10944
kernel-rt-develRocky
Fixed in:0:4.18.0-553.32.1.rt7.373.el8_10RHSA-2024:10944
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-rt-develRed Hat / RHEL
Fixed in:0:4.18.0-553.32.1.rt7.373.el8_10RHSA-2024:10944
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
kernel-rt-kvmRed Hat / RHEL
Fixed in:0:4.18.0-553.32.1.rt7.373.el8_10RHSA-2024:10944
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
kernel-rt-kvmRocky
Fixed in:0:4.18.0-553.32.1.rt7.373.el8_10RHSA-2024:10944
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
kernel-rt-modulesRocky
Fixed in:0:4.18.0-553.32.1.rt7.373.el8_10RHSA-2024:10944
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-rt-modulesRed Hat / RHEL
Fixed in:0:4.18.0-553.32.1.rt7.373.el8_10RHSA-2024:10944
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
kernel-rt-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-rt-modules-coreRocky
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
kernel-rt-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-553.32.1.rt7.373.el8_10RHSA-2024:10944
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
kernel-rt-modules-extraRocky
Fixed in:0:4.18.0-553.32.1.rt7.373.el8_10RHSA-2024:10944
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
kernel-toolsRed Hat / RHEL
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
kernel-toolsRocky
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-tools-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
kernel-tools-debuginfoRocky
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-tools-libsRocky
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-tools-libsRed Hat / RHEL
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
kernel-tools-libs-develRocky
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-tools-libs-develRed Hat / RHEL
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-uki-virtRed Hat / RHEL
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-uki-virtRocky
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-uki-virt-addonsRed Hat / RHEL
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
kernel-uki-virt-addonsRocky
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
kernel-zfcpdumpRocky
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
kernel-zfcpdumpRed Hat / RHEL
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
kernel-zfcpdump-coreRocky
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-zfcpdump-coreRed Hat / RHEL
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
kernel-zfcpdump-debuginfoRocky
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
kernel-zfcpdump-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-zfcpdump-develRocky
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
kernel-zfcpdump-develRed Hat / RHEL
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-zfcpdump-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
kernel-zfcpdump-devel-matchedRocky
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-zfcpdump-modulesRocky
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
kernel-zfcpdump-modulesRed Hat / RHEL
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-zfcpdump-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
kernel-zfcpdump-modules-coreRocky
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
kernel-zfcpdump-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
kernel-zfcpdump-modules-extraRocky
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
libperfRed Hat / RHEL
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
libperfRocky
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
libperf-debuginfoRocky
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
libperf-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
perfRocky
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
perfRed Hat / RHEL
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
perf-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
perf-debuginfoRocky
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
python3-perfRed Hat / RHEL
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
python3-perfRocky
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
python3-perf-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
python3-perf-debuginfoRocky
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:4.18.0-553.32.1.el8_10RHSA-2024:10943
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
rtlaRed Hat / RHEL
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
rtlaRocky
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
rvRocky
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
rvRed Hat / RHEL
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.19.1.el9_5RHSA-2024:11486
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
linuxUbuntu
Fixed in:5.4.0-208.228USN-7293-1
Fixed in:5.15.0-133.144USN-7288-1
Fixed in:6.8.0-56.58USN-7383-1
linux-awsUbuntu
Fixed in:5.4.0-1140.150USN-7294-2
Fixed in:5.15.0-1078.85USN-7308-1
Fixed in:6.8.0-1025.27USN-7383-1
linux-aws-5.15Ubuntu
Fixed in:5.15.0-1080.87~20.04.1USN-7388-1
linux-aws-5.4Ubuntu
Fixed in:5.4.0-1142.152~18.04.1USN-7401-1
linux-aws-6.8Ubuntu
Fixed in:6.8.0-1027.29~22.04.1USN-7451-1
linux-azureUbuntu
Fixed in:5.4.0-1145.152USN-7294-1
Fixed in:5.15.0-1081.90USN-7289-1
Fixed in:6.8.0-1025.30USN-7384-1
linux-azure-5.15Ubuntu
Fixed in:5.15.0-1081.90~20.04.1USN-7289-2
linux-azure-5.4Ubuntu
Fixed in:5.4.0-1145.152~18.04.1USN-7294-1
linux-azure-6.8Ubuntu
Fixed in:6.8.0-1025.30~22.04.1USN-7384-2
linux-azure-fdeUbuntu
Fixed in:5.15.0-1081.90.1USN-7289-1
linux-azure-fde-5.15Ubuntu
Fixed in:5.15.0-1081.90~20.04.1.1USN-7289-2
linux-azure-nvidiaUbuntu
Fixed in:6.8.0-1014.15USN-7468-1
linux-bluefieldUbuntu
Fixed in:5.4.0-1099.106USN-7294-1
linux-fipsUbuntu
Fixed in:5.4.0-1116.126USN-7393-1
linux-gcpUbuntu
Fixed in:5.4.0-1143.152USN-7294-1
Fixed in:5.15.0-1077.86USN-7291-1
Fixed in:6.8.0-1026.28USN-7383-1
linux-gcp-5.15Ubuntu
Fixed in:5.15.0-1077.86~20.04.1USN-7291-1
linux-gcp-5.4Ubuntu
Fixed in:5.4.0-1143.152~18.04.1USN-7294-1
linux-gcp-6.8Ubuntu
Fixed in:6.8.0-1026.28~22.04.1USN-7383-1
linux-gkeUbuntu
Fixed in:5.15.0-1075.81USN-7291-1
Fixed in:6.8.0-1021.25USN-7383-1
linux-gkeopUbuntu
Fixed in:5.15.0-1060.68USN-7289-1
Fixed in:6.8.0-1008.10USN-7383-1
linux-hwe-5.15Ubuntu
Fixed in:5.15.0-134.145~20.04.1USN-7331-1
linux-hwe-5.4Ubuntu
Fixed in:5.4.0-208.228~18.04.1USN-7293-1
linux-hwe-6.8Ubuntu
Fixed in:6.8.0-57.59~22.04.1USN-7403-1
linux-ibmUbuntu
Fixed in:5.4.0-1086.91USN-7294-3
Fixed in:5.15.0-1070.73USN-7289-3
Fixed in:6.8.0-1022.22USN-7385-1
linux-ibm-5.15Ubuntu
Fixed in:5.15.0-1074.77~20.04.1USN-7458-1
linux-ibm-5.4Ubuntu
Fixed in:5.4.0-1086.91~18.04.1USN-7294-1
linux-image-5.15.0-1021-nvidia-tegra-igxUbuntu
Fixed in:5.15.0-1021.21USN-7389-1
linux-image-5.15.0-1021-nvidia-tegra-igx-rtUbuntu
Fixed in:5.15.0-1021.21USN-7389-1
linux-image-5.15.0-1033-nvidia-tegraUbuntu
Fixed in:5.15.0-1033.33USN-7389-1
linux-image-5.15.0-1033-nvidia-tegra-rtUbuntu
Fixed in:5.15.0-1033.33USN-7389-1
linux-image-5.15.0-1044-xilinx-zynqmpUbuntu
Fixed in:5.15.0-1044.48USN-7390-1
linux-image-5.15.0-1060-gkeopUbuntu
Fixed in:5.15.0-1060.68USN-7289-1
linux-image-5.15.0-1070-ibmUbuntu
Fixed in:5.15.0-1070.73USN-7289-3
linux-image-5.15.0-1072-nvidiaUbuntu
Fixed in:5.15.0-1072.73USN-7289-1
linux-image-5.15.0-1072-nvidia-lowlatencyUbuntu
Fixed in:5.15.0-1072.73USN-7289-1
linux-image-5.15.0-1072-raspiUbuntu
Fixed in:5.15.0-1072.75USN-7305-1
linux-image-5.15.0-1073-intel-iotgUbuntu
Fixed in:5.15.0-1073.79~20.04.2USN-7289-4
Fixed in:5.15.0-1073.79USN-7289-4
linux-image-5.15.0-1074-ibmUbuntu
Fixed in:5.15.0-1074.77~20.04.1USN-7458-1
linux-image-5.15.0-1075-gkeUbuntu
Fixed in:5.15.0-1075.81USN-7291-1
linux-image-5.15.0-1075-oracleUbuntu
Fixed in:5.15.0-1075.81~20.04.1USN-7289-2
Fixed in:5.15.0-1075.81USN-7289-1
linux-image-5.15.0-1076-kvmUbuntu
Fixed in:5.15.0-1076.81USN-7388-1
linux-image-5.15.0-1077-gcpUbuntu
Fixed in:5.15.0-1077.86~20.04.1USN-7291-1
Fixed in:5.15.0-1077.86USN-7291-1
linux-image-5.15.0-1078-awsUbuntu
Fixed in:5.15.0-1078.85USN-7308-1
linux-image-5.15.0-1080-awsUbuntu
Fixed in:5.15.0-1080.87~20.04.1USN-7388-1
linux-image-5.15.0-1081-azureUbuntu
Fixed in:5.15.0-1081.90~20.04.1USN-7289-2
Fixed in:5.15.0-1081.90USN-7289-1
linux-image-5.15.0-1081-azure-fdeUbuntu
Fixed in:5.15.0-1081.90~20.04.1.1USN-7289-2
Fixed in:5.15.0-1081.90.1USN-7289-1
linux-image-5.15.0-133-genericUbuntu
Fixed in:5.15.0-133.144USN-7288-1
linux-image-5.15.0-133-generic-64kUbuntu
Fixed in:5.15.0-133.144USN-7288-1
linux-image-5.15.0-133-generic-lpaeUbuntu
Fixed in:5.15.0-133.144USN-7288-1
linux-image-5.15.0-133-lowlatencyUbuntu
Fixed in:5.15.0-133.143~20.04.1USN-7288-2
Fixed in:5.15.0-133.143USN-7288-1
linux-image-5.15.0-133-lowlatency-64kUbuntu
Fixed in:5.15.0-133.143~20.04.1USN-7288-2
Fixed in:5.15.0-133.143USN-7288-1
linux-image-5.15.0-134-genericUbuntu
Fixed in:5.15.0-134.145~20.04.1USN-7331-1
linux-image-5.15.0-134-generic-64kUbuntu
Fixed in:5.15.0-134.145~20.04.1USN-7331-1
linux-image-5.15.0-134-generic-lpaeUbuntu
Fixed in:5.15.0-134.145~20.04.1USN-7331-1
linux-image-5.4.0-1048-iotUbuntu
Fixed in:5.4.0-1048.51USN-7413-1
linux-image-5.4.0-1058-xilinx-zynqmpUbuntu
Fixed in:5.4.0-1058.62USN-7295-1
linux-image-5.4.0-1086-ibmUbuntu
Fixed in:5.4.0-1086.91~18.04.1USN-7294-1
Fixed in:5.4.0-1086.91USN-7294-3
linux-image-5.4.0-1099-bluefieldUbuntu
Fixed in:5.4.0-1099.106USN-7294-1
linux-image-5.4.0-1116-fipsUbuntu
Fixed in:5.4.0-1116.126USN-7393-1
linux-image-5.4.0-1127-kvmUbuntu
Fixed in:5.4.0-1127.136USN-7294-4
linux-image-5.4.0-1129-raspiUbuntu
Fixed in:5.4.0-1129.142~18.04.1USN-7540-1
Fixed in:5.4.0-1129.142USN-7539-1
linux-image-5.4.0-1138-oracleUbuntu
Fixed in:5.4.0-1138.147~18.04.1USN-7294-2
Fixed in:5.4.0-1138.147USN-7294-2
linux-image-5.4.0-1140-awsUbuntu
Fixed in:5.4.0-1140.150USN-7294-2
linux-image-5.4.0-1142-awsUbuntu
Fixed in:5.4.0-1142.152~18.04.1USN-7401-1
linux-image-5.4.0-1143-gcpUbuntu
Fixed in:5.4.0-1143.152~18.04.1USN-7294-1
Fixed in:5.4.0-1143.152USN-7294-1
linux-image-5.4.0-1145-azureUbuntu
Fixed in:5.4.0-1145.152~18.04.1USN-7294-1
Fixed in:5.4.0-1145.152USN-7294-1
linux-image-5.4.0-208-genericUbuntu
Fixed in:5.4.0-208.228~18.04.1USN-7293-1
Fixed in:5.4.0-208.228USN-7293-1
linux-image-5.4.0-208-generic-lpaeUbuntu
Fixed in:5.4.0-208.228USN-7293-1
linux-image-5.4.0-208-lowlatencyUbuntu
Fixed in:5.4.0-208.228~18.04.1USN-7293-1
Fixed in:5.4.0-208.228USN-7293-1
linux-image-6.11.0-1015-oemUbuntu
Fixed in:6.11.0-1015.15USN-7310-1
linux-image-6.8.0-1008-gkeopUbuntu
Fixed in:6.8.0-1008.10USN-7383-1
linux-image-6.8.0-1014-azure-nvidiaUbuntu
Fixed in:6.8.0-1014.15USN-7468-1
linux-image-6.8.0-1021-gkeUbuntu
Fixed in:6.8.0-1021.25USN-7383-1
linux-image-6.8.0-1022-ibmUbuntu
Fixed in:6.8.0-1022.22USN-7385-1
linux-image-6.8.0-1022-oracleUbuntu
Fixed in:6.8.0-1022.23~22.04.1USN-7383-1
Fixed in:6.8.0-1022.23USN-7383-1
linux-image-6.8.0-1022-oracle-64kUbuntu
Fixed in:6.8.0-1022.23~22.04.1USN-7383-1
Fixed in:6.8.0-1022.23USN-7383-1
linux-image-6.8.0-1024-nvidiaUbuntu
Fixed in:6.8.0-1024.27~22.04.1USN-7383-1
Fixed in:6.8.0-1024.27USN-7383-1
linux-image-6.8.0-1024-nvidia-64kUbuntu
Fixed in:6.8.0-1024.27~22.04.1USN-7383-1
Fixed in:6.8.0-1024.27USN-7383-1
linux-image-6.8.0-1024-nvidia-lowlatencyUbuntu
Fixed in:6.8.0-1024.27.1USN-7383-1
linux-image-6.8.0-1024-nvidia-lowlatency-64kUbuntu
Fixed in:6.8.0-1024.27.1USN-7383-1
linux-image-6.8.0-1024-oemUbuntu
Fixed in:6.8.0-1024.24USN-7386-1
linux-image-6.8.0-1025-awsUbuntu
Fixed in:6.8.0-1025.27USN-7383-1
linux-image-6.8.0-1025-azureUbuntu
Fixed in:6.8.0-1025.30~22.04.1USN-7384-2
Fixed in:6.8.0-1025.30USN-7384-1
linux-image-6.8.0-1025-azure-fdeUbuntu
Fixed in:6.8.0-1025.30~22.04.1USN-7384-2
Fixed in:6.8.0-1025.30USN-7384-1
linux-image-6.8.0-1026-gcpUbuntu
Fixed in:6.8.0-1026.28~22.04.1USN-7383-1
Fixed in:6.8.0-1026.28USN-7383-1
linux-image-6.8.0-1026-gcp-64kUbuntu
Fixed in:6.8.0-1026.28~22.04.1USN-7383-1
Fixed in:6.8.0-1026.28USN-7383-1
linux-image-6.8.0-1027-awsUbuntu
Fixed in:6.8.0-1027.29~22.04.1USN-7451-1
linux-image-6.8.0-1028-raspiUbuntu
Fixed in:6.8.0-1028.32USN-7524-1
linux-image-6.8.0-2023-raspi-realtimeUbuntu
Fixed in:6.8.0-2023.24USN-7523-1
linux-image-6.8.0-56-genericUbuntu
Fixed in:6.8.0-56.58+1USN-7383-1
linux-image-6.8.0-56-generic-64kUbuntu
Fixed in:6.8.0-56.58+1USN-7383-1
linux-image-6.8.0-56-lowlatencyUbuntu
Fixed in:6.8.0-56.58.1~22.04.1USN-7383-1
Fixed in:6.8.0-56.58.1USN-7383-1
linux-image-6.8.0-56-lowlatency-64kUbuntu
Fixed in:6.8.0-56.58.1~22.04.1USN-7383-1
Fixed in:6.8.0-56.58.1USN-7383-1
linux-image-6.8.0-57-genericUbuntu
Fixed in:6.8.0-57.59~22.04.1USN-7403-1
linux-image-6.8.0-57-generic-64kUbuntu
Fixed in:6.8.0-57.59~22.04.1USN-7403-1
linux-image-6.8.1-1018-realtimeUbuntu
Fixed in:6.8.1-1018.19USN-7383-2
linux-image-awsUbuntu
Fixed in:5.4.0.1142.152~18.04.1USN-7401-1
Fixed in:5.15.0.1080.87~20.04.1USN-7388-1
Fixed in:6.8.0-1027.29~22.04.1USN-7451-1
Fixed in:6.8.0-1025.27USN-7383-1
linux-image-aws-lts-20.04Ubuntu
Fixed in:5.4.0.1140.137USN-7294-2
linux-image-aws-lts-22.04Ubuntu
Fixed in:5.15.0.1078.80USN-7308-1
linux-image-aws-lts-24.04Ubuntu
Fixed in:6.8.0-1025.27USN-7383-1
linux-image-azureUbuntu
Fixed in:5.4.0.1145.152~18.04.1USN-7294-1
Fixed in:5.15.0.1081.90~20.04.1USN-7289-2
Fixed in:6.8.0-1025.30~22.04.1USN-7384-2
linux-image-azure-cvmUbuntu
Fixed in:5.15.0.1081.90~20.04.1USN-7289-2
linux-image-azure-fdeUbuntu
Fixed in:5.15.0.1081.90~20.04.1.57USN-7289-2
Fixed in:6.8.0-1025.30~22.04.1USN-7384-2
linux-image-azure-fde-lts-22.04Ubuntu
Fixed in:5.15.0.1081.90.58USN-7289-1
linux-image-azure-fde-lts-24.04Ubuntu
Fixed in:6.8.0-1025.30USN-7384-1
linux-image-azure-lts-20.04Ubuntu
Fixed in:5.4.0.1145.139USN-7294-1
linux-image-azure-lts-22.04Ubuntu
Fixed in:5.15.0.1081.79USN-7289-1
linux-image-azure-lts-24.04Ubuntu
Fixed in:6.8.0-1025.30USN-7384-1
linux-image-azure-nvidiaUbuntu
Fixed in:6.8.0-1014.15USN-7468-1
linux-image-bluefieldUbuntu
Fixed in:5.4.0.1099.95USN-7294-1
linux-image-fipsUbuntu
Fixed in:5.4.0.1116.113USN-7393-1
linux-image-gcpUbuntu
Fixed in:5.4.0.1143.152~18.04.1USN-7294-1
Fixed in:5.15.0.1077.86~20.04.1USN-7291-1
Fixed in:6.8.0-1026.28~22.04.1USN-7383-1
Fixed in:6.8.0-1026.28USN-7383-1
linux-image-gcp-64kUbuntu
Fixed in:6.8.0-1026.28~22.04.1USN-7383-1
Fixed in:6.8.0-1026.28USN-7383-1
linux-image-gcp-64k-lts-24.04Ubuntu
Fixed in:6.8.0-1026.28USN-7383-1
linux-image-gcp-lts-20.04Ubuntu
Fixed in:5.4.0.1143.145USN-7294-1
linux-image-gcp-lts-22.04Ubuntu
Fixed in:5.15.0.1077.73USN-7291-1
linux-image-gcp-lts-24.04Ubuntu
Fixed in:6.8.0-1026.28USN-7383-1
linux-image-genericUbuntu
Fixed in:5.4.0.208.204USN-7293-1
Fixed in:5.15.0.133.132USN-7288-1
Fixed in:6.8.0-56.58USN-7383-1
linux-image-generic-64kUbuntu
Fixed in:5.15.0.133.132USN-7288-1
Fixed in:6.8.0-56.58USN-7383-1
linux-image-generic-64k-hwe-20.04Ubuntu
Fixed in:5.15.0.134.145~20.04.1USN-7331-1
Fixed in:5.15.0.133.132USN-7288-1
linux-image-generic-64k-hwe-22.04Ubuntu
Fixed in:6.8.0-57.59~22.04.1USN-7403-1
linux-image-generic-hwe-18.04Ubuntu
Fixed in:5.4.0.208.228~18.04.1USN-7293-1
linux-image-generic-hwe-20.04Ubuntu
Fixed in:5.15.0.134.145~20.04.1USN-7331-1
Fixed in:5.15.0.133.132USN-7288-1
linux-image-generic-hwe-22.04Ubuntu
Fixed in:6.8.0-57.59~22.04.1USN-7403-1
linux-image-generic-lpaeUbuntu
Fixed in:5.4.0.208.204USN-7293-1
Fixed in:5.15.0.133.132USN-7288-1
Fixed in:6.8.0-56.58USN-7383-1
linux-image-generic-lpae-hwe-20.04Ubuntu
Fixed in:5.15.0.134.145~20.04.1USN-7331-1
Fixed in:5.15.0.133.132USN-7288-1
linux-image-gkeUbuntu
Fixed in:5.15.0.1075.74USN-7291-1
Fixed in:6.8.0-1021.25USN-7383-1
linux-image-gke-5.15Ubuntu
Fixed in:5.15.0.1075.74USN-7291-1
linux-image-gkeopUbuntu
Fixed in:5.15.0.1060.59USN-7289-1
Fixed in:6.8.0-1008.10USN-7383-1
linux-image-gkeop-5.15Ubuntu
Fixed in:5.15.0.1060.59USN-7289-1
linux-image-gkeop-6.8Ubuntu
Fixed in:6.8.0-1008.10USN-7383-1
linux-image-ibmUbuntu
Fixed in:5.4.0.1086.91~18.04.1USN-7294-1
Fixed in:5.15.0.1074.77~20.04.1USN-7458-1
Fixed in:5.15.0.1070.66USN-7289-3
Fixed in:6.8.0-1022.22USN-7385-1
linux-image-ibm-classicUbuntu
Fixed in:6.8.0-1022.22USN-7385-1
linux-image-ibm-lts-20.04Ubuntu
Fixed in:5.4.0.1086.115USN-7294-3
linux-image-ibm-lts-24.04Ubuntu
Fixed in:6.8.0-1022.22USN-7385-1
linux-image-intelUbuntu
Fixed in:5.15.0.1073.79~20.04.2USN-7289-4
linux-image-intel-iotgUbuntu
Fixed in:5.15.0.1073.79~20.04.2USN-7289-4
Fixed in:5.15.0.1073.73USN-7289-4
linux-image-kvmUbuntu
Fixed in:5.4.0.1127.123USN-7294-4
Fixed in:5.15.0.1076.72USN-7388-1
Fixed in:6.8.0-56.58USN-7383-1
linux-image-lowlatencyUbuntu
Fixed in:5.4.0.208.204USN-7293-1
Fixed in:5.15.0.133.120USN-7288-1
Fixed in:6.8.0-56.58.1USN-7383-1
linux-image-lowlatency-64kUbuntu
Fixed in:5.15.0.133.120USN-7288-1
Fixed in:6.8.0-56.58.1USN-7383-1
linux-image-lowlatency-64k-hwe-20.04Ubuntu
Fixed in:5.15.0.133.143~20.04.1USN-7288-2
Fixed in:5.15.0.133.120USN-7288-1
linux-image-lowlatency-64k-hwe-22.04Ubuntu
Fixed in:6.8.0-56.58.1~22.04.1USN-7383-1
linux-image-lowlatency-hwe-18.04Ubuntu
Fixed in:5.4.0.208.228~18.04.1USN-7293-1
linux-image-lowlatency-hwe-20.04Ubuntu
Fixed in:5.15.0.133.143~20.04.1USN-7288-2
Fixed in:5.15.0.133.120USN-7288-1
linux-image-lowlatency-hwe-22.04Ubuntu
Fixed in:6.8.0-56.58.1~22.04.1USN-7383-1
linux-image-nvidiaUbuntu
Fixed in:5.15.0.1072.72USN-7289-1
Fixed in:6.8.0-1024.27USN-7383-1
linux-image-nvidia-6.8Ubuntu
Fixed in:6.8.0-1024.27~22.04.1USN-7383-1
linux-image-nvidia-64kUbuntu
Fixed in:6.8.0-1024.27USN-7383-1
linux-image-nvidia-64k-6.8Ubuntu
Fixed in:6.8.0-1024.27~22.04.1USN-7383-1
linux-image-nvidia-64k-hwe-22.04Ubuntu
Fixed in:6.8.0-1024.27~22.04.1USN-7383-1
linux-image-nvidia-hwe-22.04Ubuntu
Fixed in:6.8.0-1024.27~22.04.1USN-7383-1
linux-image-nvidia-lowlatencyUbuntu
Fixed in:5.15.0.1072.72USN-7289-1
Fixed in:6.8.0-1024.27.1USN-7383-1
linux-image-nvidia-lowlatency-64kUbuntu
Fixed in:6.8.0-1024.27.1USN-7383-1
linux-image-nvidia-tegraUbuntu
Fixed in:5.15.0.1033.33USN-7389-1
linux-image-nvidia-tegra-igxUbuntu
Fixed in:5.15.0.1021.23USN-7389-1
linux-image-nvidia-tegra-igx-rtUbuntu
Fixed in:5.15.0.1021.23USN-7389-1
linux-image-nvidia-tegra-rtUbuntu
Fixed in:5.15.0.1033.33USN-7389-1
linux-image-oemUbuntu
Fixed in:5.4.0.208.228~18.04.1USN-7293-1
Fixed in:5.4.0.208.204USN-7293-1
linux-image-oem-20.04Ubuntu
Fixed in:5.15.0.134.145~20.04.1USN-7331-1
Fixed in:5.15.0.133.132USN-7288-1
linux-image-oem-20.04bUbuntu
Fixed in:5.15.0.134.145~20.04.1USN-7331-1
linux-image-oem-20.04cUbuntu
Fixed in:5.15.0.134.145~20.04.1USN-7331-1
linux-image-oem-20.04dUbuntu
Fixed in:5.15.0.134.145~20.04.1USN-7331-1
linux-image-oem-22.04Ubuntu
Fixed in:6.8.0-57.59~22.04.1USN-7403-1
Fixed in:6.8.0-56.58USN-7383-1
linux-image-oem-22.04aUbuntu
Fixed in:6.8.0-57.59~22.04.1USN-7403-1
linux-image-oem-22.04bUbuntu
Fixed in:6.8.0-57.59~22.04.1USN-7403-1
linux-image-oem-22.04cUbuntu
Fixed in:6.8.0-57.59~22.04.1USN-7403-1
linux-image-oem-22.04dUbuntu
Fixed in:6.8.0-57.59~22.04.1USN-7403-1
linux-image-oem-24.04Ubuntu
Fixed in:6.8.0-1024.24USN-7386-1
linux-image-oem-24.04aUbuntu
Fixed in:6.8.0-1024.24USN-7386-1
linux-image-oem-24.04bUbuntu
Fixed in:6.11.0-1015.15USN-7310-1
linux-image-oem-osp1Ubuntu
Fixed in:5.4.0.208.228~18.04.1USN-7293-1
Fixed in:5.4.0.208.204USN-7293-1
linux-image-oracleUbuntu
Fixed in:5.4.0.1138.147~18.04.1USN-7294-2
Fixed in:5.15.0.1075.81~20.04.1USN-7289-2
Fixed in:6.8.0-1022.23~22.04.1USN-7383-1
Fixed in:6.8.0-1022.23USN-7383-1
linux-image-oracle-64kUbuntu
Fixed in:6.8.0-1022.23~22.04.1USN-7383-1
Fixed in:6.8.0-1022.23USN-7383-1
linux-image-oracle-64k-lts-24.04Ubuntu
Fixed in:6.8.0-1022.23USN-7383-1
linux-image-oracle-lts-20.04Ubuntu
Fixed in:5.4.0.1138.131USN-7294-2
linux-image-oracle-lts-22.04Ubuntu
Fixed in:5.15.0.1075.71USN-7289-1
linux-image-oracle-lts-24.04Ubuntu
Fixed in:6.8.0-1022.23USN-7383-1
linux-image-raspiUbuntu
Fixed in:5.4.0.1129.160USN-7539-1
Fixed in:5.15.0.1072.70USN-7305-1
Fixed in:6.8.0-1028.32USN-7524-1
linux-image-raspi-hwe-18.04Ubuntu
Fixed in:5.4.0.1129.142~18.04.1USN-7540-1
linux-image-raspi-nolpaeUbuntu
Fixed in:5.15.0.1072.70USN-7305-1
linux-image-raspi-realtimeUbuntu
Fixed in:6.8.0-2023.24USN-7523-1
linux-image-raspi2Ubuntu
Fixed in:5.4.0.1129.160USN-7539-1
linux-image-realtimeUbuntu
Fixed in:6.8.1-1018.19USN-7383-2
linux-image-realtime-hwe-24.04Ubuntu
Fixed in:6.8.1-1018.19USN-7383-2
linux-image-snapdragon-hwe-18.04Ubuntu
Fixed in:5.4.0.208.228~18.04.1USN-7293-1
linux-image-virtualUbuntu
Fixed in:5.4.0.208.204USN-7293-1
Fixed in:5.15.0.133.132USN-7288-1
Fixed in:6.8.0-56.58USN-7383-1
linux-image-virtual-hwe-18.04Ubuntu
Fixed in:5.4.0.208.228~18.04.1USN-7293-1
linux-image-virtual-hwe-20.04Ubuntu
Fixed in:5.15.0.134.145~20.04.1USN-7331-1
Fixed in:5.15.0.133.132USN-7288-1
linux-image-virtual-hwe-22.04Ubuntu
Fixed in:6.8.0-57.59~22.04.1USN-7403-1
linux-image-xilinx-zynqmpUbuntu
Fixed in:5.4.0.1058.58USN-7295-1
Fixed in:5.15.0.1044.48USN-7390-1
linux-intel-iotgUbuntu
Fixed in:5.15.0-1073.79USN-7289-4
linux-intel-iotg-5.15Ubuntu
Fixed in:5.15.0-1073.79~20.04.2USN-7289-4
linux-iotUbuntu
Fixed in:5.4.0-1048.51USN-7413-1
linux-kvmUbuntu
Fixed in:5.4.0-1127.136USN-7294-4
Fixed in:5.15.0-1076.81USN-7388-1
linux-lowlatencyUbuntu
Fixed in:5.15.0-133.143USN-7288-1
Fixed in:6.8.0-56.58.1USN-7383-1
linux-lowlatency-hwe-5.15Ubuntu
Fixed in:5.15.0-133.143~20.04.1USN-7288-2
linux-lowlatency-hwe-6.8Ubuntu
Fixed in:6.8.0-56.58.1~22.04.1USN-7383-1
linux-nvidiaUbuntu
Fixed in:5.15.0-1072.73USN-7289-1
Fixed in:6.8.0-1024.27USN-7383-1
linux-nvidia-6.8Ubuntu
Fixed in:6.8.0-1024.27~22.04.1USN-7383-1
linux-nvidia-lowlatencyUbuntu
Fixed in:6.8.0-1024.27.1USN-7383-1
linux-nvidia-tegraUbuntu
Fixed in:5.15.0-1033.33USN-7389-1
linux-nvidia-tegra-igxUbuntu
Fixed in:5.15.0-1021.21USN-7389-1
linux-oem-6.11Ubuntu
Fixed in:6.11.0-1015.15USN-7310-1
linux-oem-6.8Ubuntu
Fixed in:6.8.0-1024.24USN-7386-1
linux-oracleUbuntu
Fixed in:5.4.0-1138.147USN-7294-2
Fixed in:5.15.0-1075.81USN-7289-1
Fixed in:6.8.0-1022.23USN-7383-1
linux-oracle-5.15Ubuntu
Fixed in:5.15.0-1075.81~20.04.1USN-7289-2
linux-oracle-5.4Ubuntu
Fixed in:5.4.0-1138.147~18.04.1USN-7294-2
linux-oracle-6.8Ubuntu
Fixed in:6.8.0-1022.23~22.04.1USN-7383-1
linux-raspiUbuntu
Fixed in:5.4.0-1129.142USN-7539-1
Fixed in:5.15.0-1072.75USN-7305-1
Fixed in:6.8.0-1028.32USN-7524-1
linux-raspi-5.4Ubuntu
Fixed in:5.4.0-1129.142~18.04.1USN-7540-1
linux-raspi-realtimeUbuntu
Fixed in:6.8.0-2023.24USN-7523-1
linux-realtimeUbuntu
Fixed in:6.8.1-1018.19USN-7383-2
linux-xilinx-zynqmpUbuntu
Fixed in:5.4.0-1058.62USN-7295-1
Fixed in:5.15.0-1044.48USN-7390-1

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

CVSS v3 Vector

Exploitability

Attack VectorLocal
Attack ComplexityLow
Privileges RequiredLow
User InteractionNone
ScopeUnchanged

Impact

ConfidentialityNone
IntegrityNone
AvailabilityHigh

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

Exploit Intelligence

0.26%probability of exploitation in 30 days
18thpercentile

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

References

Embed a live status badge for CVE-2024-50099
CVE-2024-50099 severity badge

Markdown

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

HTML

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