CVE & CISA-KEV Catalog

CVE-2024-43880

MEDIUM
5.5
CVSS v3
NVD

Description

In the Linux kernel, the following vulnerability has been resolved: mlxsw: spectrum_acl_erp: Fix object nesting warning ACLs in Spectrum-2 and newer ASICs can reside in the algorithmic TCAM (A-TCAM) or in the ordinary circuit TCAM (C-TCAM). The former can contain more ACLs (i.e., tc filters), but the number of masks in each region (i.e., tc chain) is limited. In order to mitigate the effects of the above limitation, the device allows filters to share a single mask if their masks only differ in up to 8 consecutive bits. For example, dst_ip/25 can be represented using dst_ip/24 with a delta of 1 bit. The C-TCAM does not have a limit on the number of masks being used (and therefore does not support mask aggregation), but can contain a limited number of filters. The driver uses the "objagg" library to perform the mask aggregation by passing it objects that consist of the filter's mask and whether the filter is to be inserted into the A-TCAM or the C-TCAM since filters in different TCAMs cannot share a mask. The set of created objects is dependent on the insertion order of the filters and is not necessarily optimal. Therefore, the driver will periodically ask the library to compute a more optimal set ("hints") by looking at all the existing objects. When the library asks the driver whether two objects can be aggregated the driver only compares the provided masks and ignores the A-TCAM / C-TCAM indication. This is the right thing to do since the goal is to move as many filters as possible to the A-TCAM. The driver also forbids two identical masks from being aggregated since this can only happen if one was intentionally put in the C-TCAM to avoid a conflict in the A-TCAM. The above can result in the following set of hints: H1: {mask X, A-TCAM} -> H2: {mask Y, A-TCAM} // X is Y + delta H3: {mask Y, C-TCAM} -> H4: {mask Z, A-TCAM} // Y is Z + delta After getting the hints from the library the driver will start migrating filters from one region to another while consulting the computed hints and instructing the device to perform a lookup in both regions during the transition. Assuming a filter with mask X is being migrated into the A-TCAM in the new region, the hints lookup will return H1. Since H2 is the parent of H1, the library will try to find the object associated with it and create it if necessary in which case another hints lookup (recursive) will be performed. This hints lookup for {mask Y, A-TCAM} will either return H2 or H3 since the driver passes the library an object comparison function that ignores the A-TCAM / C-TCAM indication. This can eventually lead to nested objects which are not supported by the library [1]. Fix by removing the object comparison function from both the driver and the library as the driver was the only user. That way the lookup will only return exact matches. I do not have a reliable reproducer that can reproduce the issue in a timely manner, but before the fix the issue would reproduce in several minutes and with the fix it does not reproduce in over an hour. Note that the current usefulness of the hints is limited because they include the C-TCAM indication and represent aggregation that cannot actually happen. This will be addressed in net-next. [1] WARNING: CPU: 0 PID: 153 at lib/objagg.c:170 objagg_obj_parent_assign+0xb5/0xd0 Modules linked in: CPU: 0 PID: 153 Comm: kworker/0:18 Not tainted 6.9.0-rc6-custom-g70fbc2c1c38b #42 Hardware name: Mellanox Technologies Ltd. MSN3700C/VMOD0008, BIOS 5.11 10/10/2018 Workqueue: mlxsw_core mlxsw_sp_acl_tcam_vregion_rehash_work RIP: 0010:objagg_obj_parent_assign+0xb5/0xd0 [...] Call Trace: <TASK> __objagg_obj_get+0x2bb/0x580 objagg_obj_get+0xe/0x80 mlxsw_sp_acl_erp_mask_get+0xb5/0xf0 mlxsw_sp_acl_atcam_entry_add+0xe8/0x3c0 mlxsw_sp_acl_tcam_entry_create+0x5e/0xa0 mlxsw_sp_acl_tcam_vchunk_migrate_one+0x16b/0x270 mlxsw_sp_acl_tcam_vregion_rehash_work+0xbe/0x510 process_one_work+0x151/0x370

How to fix

Remediation Available
linuxDebian
Fixed in:5.10.226-1CVE-2024-43880
Fixed in:6.1.106-1CVE-2024-43880
Fixed in:6.10.3-1CVE-2024-43880
Fixed in:6.10.3-1CVE-2024-43880
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.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.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-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.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.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
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-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-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-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-427.76.1.el9_4RHSA-2025:10701
kernel-64kRocky
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-64kRed Hat / RHEL
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
kernel-64k-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-64k-debugRocky
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-64k-debugRed Hat / RHEL
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-64k-debug-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-64k-debug-coreRocky
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-64k-debug-debuginfoRocky
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
kernel-64k-debug-develRocky
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
kernel-64k-debug-devel-matchedRocky
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-64k-debug-modulesRocky
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-64k-debug-modulesRed Hat / RHEL
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-64k-debug-modules-coreRocky
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-64k-debug-modules-coreRed Hat / RHEL
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
kernel-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-64k-debuginfoRocky
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-64k-debuginfoRed Hat / RHEL
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
kernel-64k-develRed Hat / RHEL
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
kernel-64k-devel-matchedRocky
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
kernel-64k-modulesRed Hat / RHEL
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-64k-modules-coreRocky
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
kernel-64k-modules-extraRocky
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
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
kernel-abi-stablelistsRocky
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
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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-427.76.1.el9_4RHSA-2025:10701
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-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-debug-devel-matchedRocky
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-debug-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-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-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-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-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-debug-modules-coreRocky
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-debug-modules-coreRed 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
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-427.76.1.el9_4RHSA-2025:10701
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-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-debug-uki-virtRed Hat / RHEL
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
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-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-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-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
kernel-debuginfo-common-aarch64Rocky
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
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
kernel-debuginfo-common-ppc64leRocky
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
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-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-427.76.1.el9_4RHSA-2025:10701
kernel-debuginfo-common-x86_64Rocky
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
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
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-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-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-427.76.1.el9_4RHSA-2025:10701
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-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-devel-matchedRocky
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-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
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
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-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-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-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-modules-coreRocky
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-modules-coreRed 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
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-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-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-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-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-427.76.1.el9_4RHSA-2025:10701
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-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
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-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
kernel-rt-debugRocky
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
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-427.76.1.el9_4RHSA-2025:10701
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
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-427.76.1.el9_4RHSA-2025:10701
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
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-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
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
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-427.76.1.el9_4RHSA-2025:10701
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
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
kernel-rt-debug-modules-coreRocky
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-rt-debug-modules-coreRed Hat / RHEL
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
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-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
kernel-rt-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
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-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
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
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
kernel-rt-kvmRocky
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
kernel-rt-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
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
kernel-rt-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-rt-modules-coreRocky
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
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
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
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-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-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-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-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-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
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-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-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-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-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-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-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-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-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-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-427.76.1.el9_4RHSA-2025:10701
kernel-uki-virtRocky
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-zfcpdumpRocky
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
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
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
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
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
kernel-zfcpdump-debuginfoRocky
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
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
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
kernel-zfcpdump-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
kernel-zfcpdump-devel-matchedRocky
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-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-427.76.1.el9_4RHSA-2025:10701
kernel-zfcpdump-modules-coreRed Hat / RHEL
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
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
kernel-zfcpdump-modules-extraRocky
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
libperfRed 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
libperfRocky
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
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
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
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-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
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-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
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-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-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
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-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
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-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
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-427.76.1.el9_4RHSA-2025:10701
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-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
rtlaRocky
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
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-427.76.1.el9_4RHSA-2025:10701
Fixed in:0:5.14.0-427.76.1.el9_4RHSA-2025:10701
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
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
linuxUbuntu
Fixed in:5.4.0-200.220USN-7088-1
Fixed in:5.15.0-125.135USN-7100-1
Fixed in:6.8.0-50.51USN-7154-1
linux-awsUbuntu
Fixed in:5.4.0-1135.145USN-7088-4
Fixed in:5.15.0-1072.78USN-7100-2
Fixed in:6.8.0-1020.22USN-7154-1
linux-aws-5.15Ubuntu
Fixed in:5.15.0-1072.78~20.04.1USN-7100-1
linux-aws-5.4Ubuntu
Fixed in:5.4.0-1135.145~18.04.1USN-7088-3
linux-aws-6.8Ubuntu
Fixed in:6.8.0-1020.22~22.04.1USN-7154-1
linux-azureUbuntu
Fixed in:5.4.0-1140.147USN-7088-2
Fixed in:5.15.0-1075.84USN-7123-1
Fixed in:6.8.0-1020.23USN-7196-1
linux-azure-5.15Ubuntu
Fixed in:5.15.0-1078.87~20.04.1USN-7194-1
linux-azure-5.4Ubuntu
Fixed in:5.4.0-1140.147~18.04.1USN-7088-4
linux-azure-6.8Ubuntu
Fixed in:6.8.0-1020.23~22.04.1USN-7196-1
linux-bluefieldUbuntu
Fixed in:5.4.0-1095.102USN-7088-2
linux-gcpUbuntu
Fixed in:5.4.0-1139.148USN-7088-1
Fixed in:5.15.0-1071.79USN-7100-1
Fixed in:6.8.0-1019.21USN-7154-1
linux-gcp-5.15Ubuntu
Fixed in:5.15.0-1071.79~20.04.1USN-7100-1
linux-gcp-5.4Ubuntu
Fixed in:5.4.0-1139.148~18.04.1USN-7088-1
linux-gcp-6.8Ubuntu
Fixed in:6.8.0-1019.21~22.04.1USN-7154-1
linux-gkeUbuntu
Fixed in:5.15.0-1069.75USN-7100-1
Fixed in:6.8.0-1015.19USN-7154-1
linux-gkeopUbuntu
Fixed in:5.4.0-1102.106USN-7088-1
Fixed in:5.15.0-1055.62USN-7100-1
Fixed in:6.8.0-1002.4USN-7156-1
linux-gkeop-5.15Ubuntu
Fixed in:5.15.0-1055.62~20.04.1USN-7100-1
linux-hwe-5.15Ubuntu
Fixed in:5.15.0-125.135~20.04.1USN-7100-1
linux-hwe-5.4Ubuntu
Fixed in:5.4.0-200.220~18.04.1USN-7088-1
linux-hwe-6.8Ubuntu
Fixed in:6.8.0-50.51~22.04.1USN-7154-2
linux-ibmUbuntu
Fixed in:5.4.0-1082.87USN-7088-1
Fixed in:5.15.0-1065.68USN-7100-1
Fixed in:6.8.0-1017.17USN-7154-1
linux-ibm-5.15Ubuntu
Fixed in:5.15.0-1065.68~20.04.1USN-7100-1
linux-ibm-5.4Ubuntu
Fixed in:5.4.0-1082.87~18.04.1USN-7088-1
linux-image-5.15.0-1038-xilinx-zynqmpUbuntu
Fixed in:5.15.0-1038.42USN-7100-1
linux-image-5.15.0-1055-gkeopUbuntu
Fixed in:5.15.0-1055.62~20.04.1USN-7100-1
Fixed in:5.15.0-1055.62USN-7100-1
linux-image-5.15.0-1065-ibmUbuntu
Fixed in:5.15.0-1065.68~20.04.1USN-7100-1
Fixed in:5.15.0-1065.68USN-7100-1
linux-image-5.15.0-1065-raspiUbuntu
Fixed in:5.15.0-1065.68USN-7100-1
linux-image-5.15.0-1067-intel-iotgUbuntu
Fixed in:5.15.0-1067.73~20.04.1USN-7144-1
Fixed in:5.15.0-1067.73USN-7144-1
linux-image-5.15.0-1067-nvidiaUbuntu
Fixed in:5.15.0-1067.68USN-7100-1
linux-image-5.15.0-1067-nvidia-lowlatencyUbuntu
Fixed in:5.15.0-1067.68USN-7100-1
linux-image-5.15.0-1069-gkeUbuntu
Fixed in:5.15.0-1069.75USN-7100-1
linux-image-5.15.0-1069-kvmUbuntu
Fixed in:5.15.0-1069.74USN-7100-1
linux-image-5.15.0-1070-oracleUbuntu
Fixed in:5.15.0-1070.76~20.04.1USN-7100-1
Fixed in:5.15.0-1070.76USN-7100-1
linux-image-5.15.0-1071-gcpUbuntu
Fixed in:5.15.0-1071.79~20.04.1USN-7100-1
Fixed in:5.15.0-1071.79USN-7100-1
linux-image-5.15.0-1072-awsUbuntu
Fixed in:5.15.0-1072.78~20.04.1USN-7100-1
Fixed in:5.15.0-1072.78USN-7100-2
linux-image-5.15.0-1075-azureUbuntu
Fixed in:5.15.0-1075.84USN-7123-1
linux-image-5.15.0-1078-azureUbuntu
Fixed in:5.15.0-1078.87~20.04.1USN-7194-1
linux-image-5.15.0-125-genericUbuntu
Fixed in:5.15.0-125.135~20.04.1USN-7100-1
Fixed in:5.15.0-125.135USN-7100-1
linux-image-5.15.0-125-generic-64kUbuntu
Fixed in:5.15.0-125.135~20.04.1USN-7100-1
Fixed in:5.15.0-125.135USN-7100-1
linux-image-5.15.0-125-generic-lpaeUbuntu
Fixed in:5.15.0-125.135~20.04.1USN-7100-1
Fixed in:5.15.0-125.135USN-7100-1
linux-image-5.15.0-125-lowlatencyUbuntu
Fixed in:5.15.0-125.135~20.04.1USN-7100-1
Fixed in:5.15.0-125.135USN-7100-1
linux-image-5.15.0-125-lowlatency-64kUbuntu
Fixed in:5.15.0-125.135~20.04.1USN-7100-1
Fixed in:5.15.0-125.135USN-7100-1
linux-image-5.4.0-1044-iotUbuntu
Fixed in:5.4.0-1044.45USN-7119-1
linux-image-5.4.0-1054-xilinx-zynqmpUbuntu
Fixed in:5.4.0-1054.58USN-7088-4
linux-image-5.4.0-1082-ibmUbuntu
Fixed in:5.4.0-1082.87~18.04.1USN-7088-1
Fixed in:5.4.0-1082.87USN-7088-1
linux-image-5.4.0-1094-bluefieldUbuntu
Fixed in:5.4.0-1094.101USN-7088-2
linux-image-5.4.0-1102-gkeopUbuntu
Fixed in:5.4.0-1102.106USN-7088-1
linux-image-5.4.0-1119-raspiUbuntu
Fixed in:5.4.0-1119.131~18.04.1USN-7088-5
Fixed in:5.4.0-1119.131USN-7088-5
linux-image-5.4.0-1123-kvmUbuntu
Fixed in:5.4.0-1123.131USN-7088-4
linux-image-5.4.0-1134-oracleUbuntu
Fixed in:5.4.0-1134.143~18.04.1USN-7088-3
Fixed in:5.4.0-1134.143USN-7088-4
linux-image-5.4.0-1135-awsUbuntu
Fixed in:5.4.0-1135.145~18.04.1USN-7088-3
Fixed in:5.4.0-1135.145USN-7088-4
linux-image-5.4.0-1139-azureUbuntu
Fixed in:5.4.0-1139.146USN-7088-2
linux-image-5.4.0-1139-gcpUbuntu
Fixed in:5.4.0-1139.148~18.04.1USN-7088-1
Fixed in:5.4.0-1139.148USN-7088-1
linux-image-5.4.0-1140-azureUbuntu
Fixed in:5.4.0-1140.147~18.04.1USN-7088-4
linux-image-5.4.0-200-genericUbuntu
Fixed in:5.4.0-200.220~18.04.1USN-7088-1
Fixed in:5.4.0-200.220USN-7088-1
linux-image-5.4.0-200-generic-lpaeUbuntu
Fixed in:5.4.0-200.220USN-7088-1
linux-image-5.4.0-200-lowlatencyUbuntu
Fixed in:5.4.0-200.220~18.04.1USN-7088-1
Fixed in:5.4.0-200.220USN-7088-1
linux-image-6.8.0-1002-gkeopUbuntu
Fixed in:6.8.0-1002.4USN-7156-1
linux-image-6.8.0-1015-gkeUbuntu
Fixed in:6.8.0-1015.19USN-7154-1
linux-image-6.8.0-1016-raspiUbuntu
Fixed in:6.8.0-1016.18USN-7154-1
linux-image-6.8.0-1017-ibmUbuntu
Fixed in:6.8.0-1017.17USN-7154-1
linux-image-6.8.0-1017-oracleUbuntu
Fixed in:6.8.0-1017.18~22.04.1USN-7154-1
Fixed in:6.8.0-1017.18USN-7154-1
linux-image-6.8.0-1017-oracle-64kUbuntu
Fixed in:6.8.0-1017.18~22.04.1USN-7154-1
Fixed in:6.8.0-1017.18USN-7154-1
linux-image-6.8.0-1018-oemUbuntu
Fixed in:6.8.0-1018.18USN-7154-1
linux-image-6.8.0-1019-gcpUbuntu
Fixed in:6.8.0-1019.21~22.04.1USN-7154-1
Fixed in:6.8.0-1019.21USN-7154-1
linux-image-6.8.0-1019-nvidiaUbuntu
Fixed in:6.8.0-1019.21~22.04.1USN-7155-1
Fixed in:6.8.0-1019.21USN-7155-1
linux-image-6.8.0-1019-nvidia-64kUbuntu
Fixed in:6.8.0-1019.21~22.04.1USN-7155-1
Fixed in:6.8.0-1019.21USN-7155-1
linux-image-6.8.0-1019-nvidia-lowlatencyUbuntu
Fixed in:6.8.0-1019.21.1USN-7155-1
linux-image-6.8.0-1019-nvidia-lowlatency-64kUbuntu
Fixed in:6.8.0-1019.21.1USN-7155-1
linux-image-6.8.0-1020-awsUbuntu
Fixed in:6.8.0-1020.22~22.04.1USN-7154-1
Fixed in:6.8.0-1020.22USN-7154-1
linux-image-6.8.0-1020-azureUbuntu
Fixed in:6.8.0-1020.23~22.04.1USN-7196-1
Fixed in:6.8.0-1020.23USN-7196-1
linux-image-6.8.0-1020-azure-fdeUbuntu
Fixed in:6.8.0-1020.23~22.04.1USN-7196-1
Fixed in:6.8.0-1020.23USN-7196-1
linux-image-6.8.0-50-genericUbuntu
Fixed in:6.8.0-50.51~22.04.1USN-7154-2
Fixed in:6.8.0-50.51USN-7154-1
linux-image-6.8.0-50-generic-64kUbuntu
Fixed in:6.8.0-50.51~22.04.1USN-7154-2
Fixed in:6.8.0-50.51USN-7154-1
linux-image-6.8.0-50-lowlatencyUbuntu
Fixed in:6.8.0-50.51.1~22.04.1USN-7154-1
Fixed in:6.8.0-50.51.1USN-7154-1
linux-image-6.8.0-50-lowlatency-64kUbuntu
Fixed in:6.8.0-50.51.1~22.04.1USN-7154-1
Fixed in:6.8.0-50.51.1USN-7154-1
linux-image-awsUbuntu
Fixed in:5.4.0.1135.145~18.04.1USN-7088-3
Fixed in:5.15.0.1072.78~20.04.1USN-7100-1
Fixed in:6.8.0-1020.22~22.04.1USN-7154-1
Fixed in:6.8.0-1020.22USN-7154-1
linux-image-aws-lts-20.04Ubuntu
Fixed in:5.4.0.1135.132USN-7088-4
linux-image-aws-lts-22.04Ubuntu
Fixed in:5.15.0.1072.72USN-7100-2
linux-image-azureUbuntu
Fixed in:5.4.0.1140.147~18.04.1USN-7088-4
Fixed in:5.15.0.1078.87~20.04.1USN-7194-1
Fixed in:6.8.0-1020.23~22.04.1USN-7196-1
Fixed in:6.8.0-1020.23USN-7196-1
linux-image-azure-cvmUbuntu
Fixed in:5.15.0.1078.87~20.04.1USN-7194-1
linux-image-azure-fdeUbuntu
Fixed in:6.8.0-1020.23~22.04.1USN-7196-1
Fixed in:6.8.0-1020.23USN-7196-1
linux-image-azure-lts-20.04Ubuntu
Fixed in:5.4.0.1139.133USN-7088-2
linux-image-azure-lts-22.04Ubuntu
Fixed in:5.15.0.1075.73USN-7123-1
linux-image-bluefieldUbuntu
Fixed in:5.4.0.1094.90USN-7088-2
linux-image-gcpUbuntu
Fixed in:5.4.0.1139.148~18.04.1USN-7088-1
Fixed in:5.15.0.1071.79~20.04.1USN-7100-1
Fixed in:6.8.0-1019.21~22.04.1USN-7154-1
Fixed in:6.8.0-1019.21USN-7154-1
linux-image-gcp-lts-20.04Ubuntu
Fixed in:5.4.0.1139.141USN-7088-1
linux-image-gcp-lts-22.04Ubuntu
Fixed in:5.15.0.1071.67USN-7100-1
linux-image-genericUbuntu
Fixed in:5.4.0.200.196USN-7088-1
Fixed in:5.15.0.125.124USN-7100-1
Fixed in:6.8.0-50.51USN-7154-1
linux-image-generic-64kUbuntu
Fixed in:5.15.0.125.124USN-7100-1
Fixed in:6.8.0-50.51USN-7154-1
linux-image-generic-64k-hwe-20.04Ubuntu
Fixed in:5.15.0.125.135~20.04.1USN-7100-1
linux-image-generic-64k-hwe-22.04Ubuntu
Fixed in:6.8.0-50.51~22.04.1USN-7154-2
linux-image-generic-64k-hwe-24.04Ubuntu
Fixed in:6.8.0-50.51USN-7154-1
linux-image-generic-hwe-18.04Ubuntu
Fixed in:5.4.0.200.220~18.04.1USN-7088-1
linux-image-generic-hwe-20.04Ubuntu
Fixed in:5.15.0.125.135~20.04.1USN-7100-1
linux-image-generic-hwe-22.04Ubuntu
Fixed in:6.8.0-50.51~22.04.1USN-7154-2
linux-image-generic-hwe-24.04Ubuntu
Fixed in:6.8.0-50.51USN-7154-1
linux-image-generic-lpaeUbuntu
Fixed in:5.4.0.200.196USN-7088-1
Fixed in:5.15.0.125.124USN-7100-1
Fixed in:6.8.0-50.51USN-7154-1
linux-image-generic-lpae-hwe-20.04Ubuntu
Fixed in:5.15.0.125.135~20.04.1USN-7100-1
linux-image-gkeUbuntu
Fixed in:5.15.0.1069.68USN-7100-1
Fixed in:6.8.0-1015.19USN-7154-1
linux-image-gke-5.15Ubuntu
Fixed in:5.15.0.1069.68USN-7100-1
linux-image-gkeopUbuntu
Fixed in:5.4.0.1102.100USN-7088-1
Fixed in:5.15.0.1055.54USN-7100-1
Fixed in:6.8.0-1002.4USN-7156-1
linux-image-gkeop-5.15Ubuntu
Fixed in:5.15.0.1055.62~20.04.1USN-7100-1
Fixed in:5.15.0.1055.54USN-7100-1
linux-image-gkeop-5.4Ubuntu
Fixed in:5.4.0.1102.100USN-7088-1
linux-image-gkeop-6.8Ubuntu
Fixed in:6.8.0-1002.4USN-7156-1
linux-image-ibmUbuntu
Fixed in:5.4.0.1082.87~18.04.1USN-7088-1
Fixed in:5.15.0.1065.68~20.04.1USN-7100-1
Fixed in:5.15.0.1065.61USN-7100-1
Fixed in:6.8.0-1017.17USN-7154-1
linux-image-ibm-classicUbuntu
Fixed in:6.8.0-1017.17USN-7154-1
linux-image-ibm-lts-20.04Ubuntu
Fixed in:5.4.0.1082.111USN-7088-1
linux-image-ibm-lts-24.04Ubuntu
Fixed in:6.8.0-1017.17USN-7154-1
linux-image-intelUbuntu
Fixed in:5.15.0.1067.73~20.04.1USN-7144-1
linux-image-intel-iotgUbuntu
Fixed in:5.15.0.1067.73~20.04.1USN-7144-1
Fixed in:5.15.0.1067.67USN-7144-1
linux-image-kvmUbuntu
Fixed in:5.4.0.1123.119USN-7088-4
Fixed in:5.15.0.1069.65USN-7100-1
Fixed in:6.8.0-50.51USN-7154-1
linux-image-lowlatencyUbuntu
Fixed in:5.4.0.200.196USN-7088-1
Fixed in:5.15.0.125.113USN-7100-1
Fixed in:6.8.0-50.51.1USN-7154-1
linux-image-lowlatency-64kUbuntu
Fixed in:5.15.0.125.113USN-7100-1
Fixed in:6.8.0-50.51.1USN-7154-1
linux-image-lowlatency-64k-hwe-20.04Ubuntu
Fixed in:5.15.0.125.135~20.04.1USN-7100-1
linux-image-lowlatency-64k-hwe-22.04Ubuntu
Fixed in:6.8.0-50.51.1~22.04.1USN-7154-1
linux-image-lowlatency-64k-hwe-24.04Ubuntu
Fixed in:6.8.0-50.51.1USN-7154-1
linux-image-lowlatency-hwe-18.04Ubuntu
Fixed in:5.4.0.200.220~18.04.1USN-7088-1
linux-image-lowlatency-hwe-20.04Ubuntu
Fixed in:5.15.0.125.135~20.04.1USN-7100-1
linux-image-lowlatency-hwe-22.04Ubuntu
Fixed in:6.8.0-50.51.1~22.04.1USN-7154-1
linux-image-lowlatency-hwe-24.04Ubuntu
Fixed in:6.8.0-50.51.1USN-7154-1
linux-image-nvidiaUbuntu
Fixed in:5.15.0.1067.67USN-7100-1
Fixed in:6.8.0-1019.21USN-7155-1
linux-image-nvidia-6.8Ubuntu
Fixed in:6.8.0-1019.21~22.04.1USN-7155-1
linux-image-nvidia-64kUbuntu
Fixed in:6.8.0-1019.21USN-7155-1
linux-image-nvidia-64k-6.8Ubuntu
Fixed in:6.8.0-1019.21~22.04.1USN-7155-1
linux-image-nvidia-64k-hwe-22.04Ubuntu
Fixed in:6.8.0-1019.21~22.04.1USN-7155-1
linux-image-nvidia-hwe-22.04Ubuntu
Fixed in:6.8.0-1019.21~22.04.1USN-7155-1
linux-image-nvidia-lowlatencyUbuntu
Fixed in:5.15.0.1067.67USN-7100-1
Fixed in:6.8.0-1019.21.1USN-7155-1
linux-image-nvidia-lowlatency-64kUbuntu
Fixed in:6.8.0-1019.21.1USN-7155-1
linux-image-oemUbuntu
Fixed in:5.4.0.200.220~18.04.1USN-7088-1
Fixed in:5.4.0.200.196USN-7088-1
linux-image-oem-20.04Ubuntu
Fixed in:5.15.0.125.135~20.04.1USN-7100-1
linux-image-oem-20.04bUbuntu
Fixed in:5.15.0.125.135~20.04.1USN-7100-1
linux-image-oem-20.04cUbuntu
Fixed in:5.15.0.125.135~20.04.1USN-7100-1
linux-image-oem-20.04dUbuntu
Fixed in:5.15.0.125.135~20.04.1USN-7100-1
linux-image-oem-22.04Ubuntu
Fixed in:6.8.0-50.51~22.04.1USN-7154-2
linux-image-oem-22.04aUbuntu
Fixed in:6.8.0-50.51~22.04.1USN-7154-2
linux-image-oem-22.04bUbuntu
Fixed in:6.8.0-50.51~22.04.1USN-7154-2
linux-image-oem-22.04cUbuntu
Fixed in:6.8.0-50.51~22.04.1USN-7154-2
linux-image-oem-22.04dUbuntu
Fixed in:6.8.0-50.51~22.04.1USN-7154-2
linux-image-oem-24.04Ubuntu
Fixed in:6.8.0-1018.18USN-7154-1
linux-image-oem-24.04aUbuntu
Fixed in:6.8.0-1018.18USN-7154-1
linux-image-oem-osp1Ubuntu
Fixed in:5.4.0.200.220~18.04.1USN-7088-1
Fixed in:5.4.0.200.196USN-7088-1
linux-image-oracleUbuntu
Fixed in:5.4.0.1134.143~18.04.1USN-7088-3
Fixed in:5.15.0.1070.76~20.04.1USN-7100-1
Fixed in:6.8.0-1017.18~22.04.1USN-7154-1
Fixed in:6.8.0-1017.18USN-7154-1
linux-image-oracle-64kUbuntu
Fixed in:6.8.0-1017.18~22.04.1USN-7154-1
Fixed in:6.8.0-1017.18USN-7154-1
linux-image-oracle-lts-20.04Ubuntu
Fixed in:5.4.0.1134.127USN-7088-4
linux-image-oracle-lts-22.04Ubuntu
Fixed in:5.15.0.1070.66USN-7100-1
linux-image-raspiUbuntu
Fixed in:5.4.0.1119.149USN-7088-5
Fixed in:5.15.0.1065.63USN-7100-1
Fixed in:6.8.0-1016.18USN-7154-1
linux-image-raspi-hwe-18.04Ubuntu
Fixed in:5.4.0.1119.131~18.04.1USN-7088-5
linux-image-raspi-nolpaeUbuntu
Fixed in:5.15.0.1065.63USN-7100-1
linux-image-raspi2Ubuntu
Fixed in:5.4.0.1119.149USN-7088-5
linux-image-snapdragon-hwe-18.04Ubuntu
Fixed in:5.4.0.200.220~18.04.1USN-7088-1
linux-image-virtualUbuntu
Fixed in:5.4.0.200.196USN-7088-1
Fixed in:5.15.0.125.124USN-7100-1
Fixed in:6.8.0-50.51USN-7154-1
linux-image-virtual-hwe-18.04Ubuntu
Fixed in:5.4.0.200.220~18.04.1USN-7088-1
linux-image-virtual-hwe-20.04Ubuntu
Fixed in:5.15.0.125.135~20.04.1USN-7100-1
linux-image-virtual-hwe-22.04Ubuntu
Fixed in:6.8.0-50.51~22.04.1USN-7154-2
linux-image-virtual-hwe-24.04Ubuntu
Fixed in:6.8.0-50.51USN-7154-1
linux-image-xilinx-zynqmpUbuntu
Fixed in:5.4.0.1054.54USN-7088-4
Fixed in:5.15.0.1038.42USN-7100-1
linux-intel-iotgUbuntu
Fixed in:5.15.0-1067.73USN-7144-1
linux-intel-iotg-5.15Ubuntu
Fixed in:5.15.0-1067.73~20.04.1USN-7144-1
linux-iotUbuntu
Fixed in:5.4.0-1044.45USN-7119-1
linux-kvmUbuntu
Fixed in:5.4.0-1123.131USN-7088-4
Fixed in:5.15.0-1069.74USN-7100-1
linux-lowlatencyUbuntu
Fixed in:5.15.0-125.135USN-7100-1
Fixed in:6.8.0-50.51.1USN-7154-1
linux-lowlatency-hwe-5.15Ubuntu
Fixed in:5.15.0-125.135~20.04.1USN-7100-1
linux-lowlatency-hwe-6.8Ubuntu
Fixed in:6.8.0-50.51.1~22.04.1USN-7154-1
linux-nvidiaUbuntu
Fixed in:5.15.0-1067.68USN-7100-1
Fixed in:6.8.0-1019.21USN-7155-1
linux-nvidia-6.8Ubuntu
Fixed in:6.8.0-1019.21~22.04.1USN-7155-1
linux-nvidia-lowlatencyUbuntu
Fixed in:6.8.0-1019.21.1USN-7155-1
linux-oem-6.8Ubuntu
Fixed in:6.8.0-1018.18USN-7154-1
linux-oracleUbuntu
Fixed in:5.4.0-1134.143USN-7088-4
Fixed in:5.15.0-1070.76USN-7100-1
Fixed in:6.8.0-1017.18USN-7154-1
linux-oracle-5.15Ubuntu
Fixed in:5.15.0-1070.76~20.04.1USN-7100-1
linux-oracle-5.4Ubuntu
Fixed in:5.4.0-1134.143~18.04.1USN-7088-3
linux-oracle-6.8Ubuntu
Fixed in:6.8.0-1017.18~22.04.1USN-7154-1
linux-raspiUbuntu
Fixed in:5.4.0-1119.131USN-7088-5
Fixed in:5.15.0-1065.68USN-7100-1
Fixed in:6.8.0-1016.18USN-7154-1
linux-raspi-5.4Ubuntu
Fixed in:5.4.0-1119.131~18.04.1USN-7088-5
linux-xilinx-zynqmpUbuntu
Fixed in:5.4.0-1054.58USN-7088-4
Fixed in:5.15.0-1038.42USN-7100-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.22%probability of exploitation in 30 days
12thpercentile

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

References

Related Vulnerabilities

Other CWE-401 (Missing Release of Memory (Memory Leak)) vulnerabilities, ordered by exploit likelihood. View all

CVESeverityCVSSEPSSExploitedFix
CVE-2020-13934High7.564%-Fix
CVE-2016-6304High7.563%-Fix
CVE-2019-12265Medium5.355%-Fix
CVE-2001-0136Medium5.045%--
CVE-2016-4232High7.536%--
CVE-2001-0543Medium5.021%--
Embed a live status badge for CVE-2024-43880
CVE-2024-43880 severity badge

Markdown

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

HTML

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