CVE & CISA-KEV Catalog

CVE-2024-26991

MEDIUM
5.5
CVSS v3
NVD

Description

In the Linux kernel, the following vulnerability has been resolved: KVM: x86/mmu: x86: Don't overflow lpage_info when checking attributes Fix KVM_SET_MEMORY_ATTRIBUTES to not overflow lpage_info array and trigger KASAN splat, as seen in the private_mem_conversions_test selftest. When memory attributes are set on a GFN range, that range will have specific properties applied to the TDP. A huge page cannot be used when the attributes are inconsistent, so they are disabled for those the specific huge pages. For internal KVM reasons, huge pages are also not allowed to span adjacent memslots regardless of whether the backing memory could be mapped as huge. What GFNs support which huge page sizes is tracked by an array of arrays 'lpage_info' on the memslot, of ‘kvm_lpage_info’ structs. Each index of lpage_info contains a vmalloc allocated array of these for a specific supported page size. The kvm_lpage_info denotes whether a specific huge page (GFN and page size) on the memslot is supported. These arrays include indices for unaligned head and tail huge pages. Preventing huge pages from spanning adjacent memslot is covered by incrementing the count in head and tail kvm_lpage_info when the memslot is allocated, but disallowing huge pages for memory that has mixed attributes has to be done in a more complicated way. During the KVM_SET_MEMORY_ATTRIBUTES ioctl KVM updates lpage_info for each memslot in the range that has mismatched attributes. KVM does this a memslot at a time, and marks a special bit, KVM_LPAGE_MIXED_FLAG, in the kvm_lpage_info for any huge page. This bit is essentially a permanently elevated count. So huge pages will not be mapped for the GFN at that page size if the count is elevated in either case: a huge head or tail page unaligned to the memslot or if KVM_LPAGE_MIXED_FLAG is set because it has mixed attributes. To determine whether a huge page has consistent attributes, the KVM_SET_MEMORY_ATTRIBUTES operation checks an xarray to make sure it consistently has the incoming attribute. Since level - 1 huge pages are aligned to level huge pages, it employs an optimization. As long as the level - 1 huge pages are checked first, it can just check these and assume that if each level - 1 huge page contained within the level sized huge page is not mixed, then the level size huge page is not mixed. This optimization happens in the helper hugepage_has_attrs(). Unfortunately, although the kvm_lpage_info array representing page size 'level' will contain an entry for an unaligned tail page of size level, the array for level - 1 will not contain an entry for each GFN at page size level. The level - 1 array will only contain an index for any unaligned region covered by level - 1 huge page size, which can be a smaller region. So this causes the optimization to overflow the level - 1 kvm_lpage_info and perform a vmalloc out of bounds read. In some cases of head and tail pages where an overflow could happen, callers skip the operation completely as KVM_LPAGE_MIXED_FLAG is not required to prevent huge pages as discussed earlier. But for memslots that are smaller than the 1GB page size, it does call hugepage_has_attrs(). In this case the huge page is both the head and tail page. The issue can be observed simply by compiling the kernel with CONFIG_KASAN_VMALLOC and running the selftest “private_mem_conversions_test”, which produces the output like the following: BUG: KASAN: vmalloc-out-of-bounds in hugepage_has_attrs+0x7e/0x110 Read of size 4 at addr ffffc900000a3008 by task private_mem_con/169 Call Trace: dump_stack_lvl print_report ? __virt_addr_valid ? hugepage_has_attrs ? hugepage_has_attrs kasan_report ? hugepage_has_attrs hugepage_has_attrs kvm_arch_post_set_memory_attributes kvm_vm_ioctl It is a little ambiguous whether the unaligned head page (in the bug case also the tail page) should be expected to have KVM_LPAGE_MIXED_FLAG set. It is not functionally required, as the unal ---truncated---

How to fix

Remediation Available
linuxDebian
Fixed in:6.8.9-1CVE-2024-26991
Fixed in:6.8.9-1CVE-2024-26991
bpftoolRed Hat / RHEL
Fixed in:0:7.3.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:7.3.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:7.3.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:7.3.0-427.37.1.el9_4RHSA-2024:6997
bpftoolRocky
Fixed in:0:7.3.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:7.3.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:7.3.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:7.3.0-427.37.1.el9_4RHSA-2024:6997
bpftool-debuginfoRocky
Fixed in:0:7.3.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:7.3.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:7.3.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:7.3.0-427.37.1.el9_4RHSA-2024:6997
bpftool-debuginfoRed Hat / RHEL
Fixed in:0:7.3.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:7.3.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:7.3.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:7.3.0-427.37.1.el9_4RHSA-2024:6997
kernelRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernelRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-64kRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-64kRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-64k-coreRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-64k-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-64k-debugRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-64k-debugRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-64k-debug-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-64k-debug-coreRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-64k-debug-debuginfoRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-64k-debug-develRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-64k-debug-develRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-64k-debug-devel-matchedRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-64k-debug-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-64k-debug-modulesRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-64k-debug-modulesRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-64k-debug-modules-coreRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-64k-debug-modules-extraRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-64k-debuginfoRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-64k-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-64k-develRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-64k-develRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-64k-devel-matchedRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-64k-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-64k-modulesRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-64k-modulesRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-64k-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-64k-modules-coreRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-64k-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-64k-modules-extraRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-abi-stablelistsRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-abi-stablelistsRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-coreRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-debugRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-debugRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-debug-coreRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-debug-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-debug-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-debug-debuginfoRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-debug-develRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-debug-develRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-debug-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-debug-devel-matchedRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-debug-modulesRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-debug-modulesRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-debug-modules-coreRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-debug-modules-extraRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-debug-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-debug-uki-virtRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-debug-uki-virtRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-debuginfoRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-debuginfo-common-aarch64Rocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-debuginfo-common-aarch64Red Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-debuginfo-common-ppc64leRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-debuginfo-common-ppc64leRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-debuginfo-common-s390xRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-debuginfo-common-s390xRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-debuginfo-common-x86_64Rocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-develRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-develRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-devel-matchedRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-docRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-docRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-modulesRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-modulesRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-modules-coreRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-modules-extraRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-rtRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-rtRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-rt-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-rt-coreRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-rt-debugRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-rt-debugRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-rt-debug-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-rt-debug-coreRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-rt-debug-debuginfoRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-rt-debug-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-rt-debug-develRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-rt-debug-develRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-rt-debug-kvmRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-rt-debug-kvmRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-rt-debug-modulesRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-rt-debug-modulesRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-rt-debug-modules-coreRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-rt-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-rt-debug-modules-extraRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-rt-debug-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-rt-debuginfoRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-rt-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-rt-develRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-rt-develRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-rt-kvmRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-rt-kvmRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-rt-modulesRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-rt-modulesRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-rt-modules-coreRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-rt-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-rt-modules-extraRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-rt-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-toolsRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-toolsRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-tools-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-tools-debuginfoRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-tools-libsRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-tools-libsRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-tools-libs-develRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-tools-libs-develRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-uki-virtRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-uki-virtRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-zfcpdumpRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-zfcpdumpRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-zfcpdump-coreRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-zfcpdump-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-zfcpdump-debuginfoRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-zfcpdump-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-zfcpdump-develRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-zfcpdump-develRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-zfcpdump-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-zfcpdump-devel-matchedRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-zfcpdump-modulesRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-zfcpdump-modulesRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-zfcpdump-modules-coreRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-zfcpdump-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-zfcpdump-modules-extraRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
kernel-zfcpdump-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
libperfRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
libperfRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
libperf-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
libperf-debuginfoRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
perfRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
perfRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
perf-debuginfoRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
perf-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
python3-perfRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
python3-perfRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
python3-perf-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
python3-perf-debuginfoRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
rtlaRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
rtlaRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
rvRocky
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
rvRed Hat / RHEL
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
Fixed in:0:5.14.0-427.37.1.el9_4RHSA-2024:6997
linuxUbuntu
Fixed in:6.8.0-38.38USN-6893-1
linux-awsUbuntu
Fixed in:6.8.0-1011.12USN-6893-3
linux-azureUbuntu
Fixed in:6.8.0-1010.10USN-6893-1
linux-gcpUbuntu
Fixed in:6.8.0-1010.11USN-6893-1
linux-gkeUbuntu
Fixed in:6.8.0-1006.9USN-6893-2
linux-ibmUbuntu
Fixed in:6.8.0-1008.8USN-6893-1
linux-image-6.8.0-1006-gkeUbuntu
Fixed in:6.8.0-1006.9USN-6893-2
linux-image-6.8.0-1007-intelUbuntu
Fixed in:6.8.0-1007.14USN-6893-1
linux-image-6.8.0-1007-raspiUbuntu
Fixed in:6.8.0-1007.7USN-6893-1
linux-image-6.8.0-1008-ibmUbuntu
Fixed in:6.8.0-1008.8USN-6893-1
linux-image-6.8.0-1008-oemUbuntu
Fixed in:6.8.0-1008.8USN-6893-1
linux-image-6.8.0-1008-oracleUbuntu
Fixed in:6.8.0-1008.8USN-6918-1
linux-image-6.8.0-1008-oracle-64kUbuntu
Fixed in:6.8.0-1008.8USN-6918-1
linux-image-6.8.0-1009-nvidiaUbuntu
Fixed in:6.8.0-1009.9USN-6893-2
linux-image-6.8.0-1009-nvidia-64kUbuntu
Fixed in:6.8.0-1009.9USN-6893-2
linux-image-6.8.0-1010-azureUbuntu
Fixed in:6.8.0-1010.10USN-6893-1
linux-image-6.8.0-1010-azure-fdeUbuntu
Fixed in:6.8.0-1010.10USN-6893-1
linux-image-6.8.0-1010-gcpUbuntu
Fixed in:6.8.0-1010.11USN-6893-1
linux-image-6.8.0-1011-awsUbuntu
Fixed in:6.8.0-1011.12USN-6893-3
linux-image-6.8.0-38-genericUbuntu
Fixed in:6.8.0-38.38USN-6893-1
linux-image-6.8.0-38-generic-64kUbuntu
Fixed in:6.8.0-38.38USN-6893-1
linux-image-6.8.0-38-lowlatencyUbuntu
Fixed in:6.8.0-38.38.1USN-6893-1
linux-image-6.8.0-38-lowlatency-64kUbuntu
Fixed in:6.8.0-38.38.1USN-6893-1
linux-image-awsUbuntu
Fixed in:6.8.0-1011.12USN-6893-3
linux-image-azureUbuntu
Fixed in:6.8.0-1010.10USN-6893-1
linux-image-azure-fdeUbuntu
Fixed in:6.8.0-1010.10USN-6893-1
linux-image-gcpUbuntu
Fixed in:6.8.0-1010.11USN-6893-1
linux-image-genericUbuntu
Fixed in:6.8.0-38.38USN-6893-1
linux-image-generic-64kUbuntu
Fixed in:6.8.0-38.38USN-6893-1
linux-image-generic-64k-hwe-24.04Ubuntu
Fixed in:6.8.0-38.38USN-6893-1
linux-image-generic-hwe-24.04Ubuntu
Fixed in:6.8.0-38.38USN-6893-1
linux-image-generic-lpaeUbuntu
Fixed in:6.8.0-38.38USN-6893-1
linux-image-gkeUbuntu
Fixed in:6.8.0-1006.9USN-6893-2
linux-image-ibmUbuntu
Fixed in:6.8.0-1008.8USN-6893-1
linux-image-ibm-classicUbuntu
Fixed in:6.8.0-1008.8USN-6893-1
linux-image-ibm-lts-24.04Ubuntu
Fixed in:6.8.0-1008.8USN-6893-1
linux-image-intelUbuntu
Fixed in:6.8.0-1007.14USN-6893-1
linux-image-kvmUbuntu
Fixed in:6.8.0-38.38USN-6893-1
linux-image-lowlatencyUbuntu
Fixed in:6.8.0-38.38.1USN-6893-1
linux-image-lowlatency-64kUbuntu
Fixed in:6.8.0-38.38.1USN-6893-1
linux-image-nvidiaUbuntu
Fixed in:6.8.0-1009.9USN-6893-2
linux-image-nvidia-64kUbuntu
Fixed in:6.8.0-1009.9USN-6893-2
linux-image-oem-24.04Ubuntu
Fixed in:6.8.0-1008.8USN-6893-1
linux-image-oem-24.04aUbuntu
Fixed in:6.8.0-1008.8USN-6893-1
linux-image-oracleUbuntu
Fixed in:6.8.0-1008.8USN-6918-1
linux-image-oracle-64kUbuntu
Fixed in:6.8.0-1008.8USN-6918-1
linux-image-raspiUbuntu
Fixed in:6.8.0-1007.7USN-6893-1
linux-image-virtualUbuntu
Fixed in:6.8.0-38.38USN-6893-1
linux-image-virtual-hwe-24.04Ubuntu
Fixed in:6.8.0-38.38USN-6893-1
linux-intelUbuntu
Fixed in:6.8.0-1007.14USN-6893-1
linux-lowlatencyUbuntu
Fixed in:6.8.0-38.38.1USN-6893-1
linux-nvidiaUbuntu
Fixed in:6.8.0-1009.9USN-6893-2
linux-oem-6.8Ubuntu
Fixed in:6.8.0-1008.8USN-6893-1
linux-oracleUbuntu
Fixed in:6.8.0-1008.8USN-6918-1
linux-raspiUbuntu
Fixed in:6.8.0-1007.7USN-6893-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.23%probability of exploitation in 30 days
13thpercentile

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

References

Related Vulnerabilities

Other CWE-125 (Out-of-bounds Read) vulnerabilities, ordered by exploit likelihood. View all

CVESeverityCVSSEPSSExploitedFix
CVE-2014-0160High7.5100%KEVFix
CVE-2025-5777High7.5100%KEV + RansomFix
CVE-2021-4034High7.895%KEVFix
CVE-2023-21769High7.592%-Fix
CVE-2023-49285High8.689%-Fix
CVE-2020-8794Critical9.889%-Fix
Embed a live status badge for CVE-2024-26991
CVE-2024-26991 severity badge

Markdown

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

HTML

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