CVE & CISA-KEV Catalog

CVE-2024-50200

MEDIUM
5.5
CVSS v3
NVD

Description

In the Linux kernel, the following vulnerability has been resolved: maple_tree: correct tree corruption on spanning store Patch series "maple_tree: correct tree corruption on spanning store", v3. There has been a nasty yet subtle maple tree corruption bug that appears to have been in existence since the inception of the algorithm. This bug seems far more likely to happen since commit f8d112a4e657 ("mm/mmap: avoid zeroing vma tree in mmap_region()"), which is the point at which reports started to be submitted concerning this bug. We were made definitely aware of the bug thanks to the kind efforts of Bert Karwatzki who helped enormously in my being able to track this down and identify the cause of it. The bug arises when an attempt is made to perform a spanning store across two leaf nodes, where the right leaf node is the rightmost child of the shared parent, AND the store completely consumes the right-mode node. This results in mas_wr_spanning_store() mitakenly duplicating the new and existing entries at the maximum pivot within the range, and thus maple tree corruption. The fix patch corrects this by detecting this scenario and disallowing the mistaken duplicate copy. The fix patch commit message goes into great detail as to how this occurs. This series also includes a test which reliably reproduces the issue, and asserts that the fix works correctly. Bert has kindly tested the fix and confirmed it resolved his issues. Also Mikhail Gavrilov kindly reported what appears to be precisely the same bug, which this fix should also resolve. This patch (of 2): There has been a subtle bug present in the maple tree implementation from its inception. This arises from how stores are performed - when a store occurs, it will overwrite overlapping ranges and adjust the tree as necessary to accommodate this. A range may always ultimately span two leaf nodes. In this instance we walk the two leaf nodes, determine which elements are not overwritten to the left and to the right of the start and end of the ranges respectively and then rebalance the tree to contain these entries and the newly inserted one. This kind of store is dubbed a 'spanning store' and is implemented by mas_wr_spanning_store(). In order to reach this stage, mas_store_gfp() invokes mas_wr_preallocate(), mas_wr_store_type() and mas_wr_walk() in turn to walk the tree and update the object (mas) to traverse to the location where the write should be performed, determining its store type. When a spanning store is required, this function returns false stopping at the parent node which contains the target range, and mas_wr_store_type() marks the mas->store_type as wr_spanning_store to denote this fact. When we go to perform the store in mas_wr_spanning_store(), we first determine the elements AFTER the END of the range we wish to store (that is, to the right of the entry to be inserted) - we do this by walking to the NEXT pivot in the tree (i.e. r_mas.last + 1), starting at the node we have just determined contains the range over which we intend to write. We then turn our attention to the entries to the left of the entry we are inserting, whose state is represented by l_mas, and copy these into a 'big node', which is a special node which contains enough slots to contain two leaf node's worth of data. We then copy the entry we wish to store immediately after this - the copy and the insertion of the new entry is performed by mas_store_b_node(). After this we copy the elements to the right of the end of the range which we are inserting, if we have not exceeded the length of the node (i.e. r_mas.offset <= r_mas.end). Herein lies the bug - under very specific circumstances, this logic can break and corrupt the maple tree. Consider the following tree: Height 0 Root Node / \ pivot = 0xffff / \ pivot = ULONG_MAX / ---truncated---

How to fix

Remediation Available
linuxDebian
Fixed in:6.1.115-1CVE-2024-50200
Fixed in:6.11.5-1CVE-2024-50200
Fixed in:6.11.5-1CVE-2024-50200
kernelRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernelRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-64kRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-64kRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-64k-coreRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-64k-coreRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-64k-debugRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-64k-debugRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-64k-debug-coreRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-64k-debug-coreRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-64k-debug-debuginfoRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-64k-debug-develRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-64k-debug-develRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-64k-debug-devel-matchedRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-64k-debug-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-64k-debug-modulesRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-64k-debug-modulesRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-64k-debug-modules-coreRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-64k-debug-modules-extraRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-64k-debuginfoRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-64k-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-64k-develRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-64k-develRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-64k-devel-matchedRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-64k-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-64k-modulesRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-64k-modulesRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-64k-modules-coreRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-64k-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-64k-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-64k-modules-extraRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-abi-stablelistsRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-abi-stablelistsRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-coreRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-coreRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-debugRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-debugRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-debug-coreRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-debug-coreRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-debug-debuginfoRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-debug-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-debug-develRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-debug-develRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-debug-devel-matchedRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-debug-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-debug-modulesRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-debug-modulesRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-debug-modules-coreRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-debug-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-debug-modules-extraRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-debug-uki-virtRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-debug-uki-virtRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-debuginfoRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-debuginfo-common-aarch64Rocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-debuginfo-common-aarch64Red Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-debuginfo-common-ppc64leRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-debuginfo-common-ppc64leRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-debuginfo-common-s390xRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-debuginfo-common-s390xRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-debuginfo-common-x86_64Rocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-develRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-develRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-devel-matchedRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-docRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-docRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-modulesRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-modulesRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-modules-coreRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-modules-extraRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rtRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rtRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-64kRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-64kRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-64k-coreRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-64k-coreRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-64k-debugRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-64k-debugRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-64k-debug-coreRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-64k-debug-coreRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-64k-debug-debuginfoRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-64k-debug-develRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-64k-debug-develRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-64k-debug-modulesRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-64k-debug-modulesRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-64k-debug-modules-coreRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-64k-debug-modules-extraRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-64k-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-64k-debuginfoRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-64k-develRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-64k-develRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-64k-modulesRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-64k-modulesRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-64k-modules-coreRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-64k-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-64k-modules-extraRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-64k-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-coreRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-coreRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-debugRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-debugRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-debug-coreRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-debug-coreRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-debug-debuginfoRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-debug-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-debug-develRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-debug-develRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-debug-kvmRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-debug-kvmRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-debug-modulesRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-debug-modulesRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-debug-modules-coreRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-debug-modules-extraRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-debug-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-debuginfoRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-develRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-develRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-kvmRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-kvmRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-modulesRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-modulesRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-modules-coreRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-modules-extraRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-toolsRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-toolsRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-tools-debuginfoRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-tools-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-tools-libsRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-tools-libsRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-tools-libs-develRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-tools-libs-develRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-uki-virtRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-uki-virtRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-uki-virt-addonsRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-uki-virt-addonsRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-zfcpdumpRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-zfcpdumpRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-zfcpdump-coreRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-zfcpdump-coreRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-zfcpdump-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-zfcpdump-debuginfoRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-zfcpdump-develRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-zfcpdump-develRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-zfcpdump-devel-matchedRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-zfcpdump-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-zfcpdump-modulesRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-zfcpdump-modulesRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-zfcpdump-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-zfcpdump-modules-coreRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-zfcpdump-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-zfcpdump-modules-extraRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
libperfRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
libperfRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
libperf-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
libperf-debuginfoRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
perfRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
perfRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
perf-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
perf-debuginfoRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
python3-perfRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
python3-perfRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
python3-perf-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
python3-perf-debuginfoRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
rtlaRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
rtlaRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
rvRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
rvRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
linuxUbuntu
Fixed in:6.8.0-56.58USN-7383-1
linux-awsUbuntu
Fixed in:6.8.0-1025.27USN-7383-1
linux-aws-6.8Ubuntu
Fixed in:6.8.0-1027.29~22.04.1USN-7451-1
linux-azureUbuntu
Fixed in:6.8.0-1025.30USN-7384-1
linux-azure-6.8Ubuntu
Fixed in:6.8.0-1025.30~22.04.1USN-7384-2
linux-azure-nvidiaUbuntu
Fixed in:6.8.0-1014.15USN-7468-1
linux-gcpUbuntu
Fixed in:6.8.0-1026.28USN-7383-1
linux-gcp-6.8Ubuntu
Fixed in:6.8.0-1026.28~22.04.1USN-7383-1
linux-gkeUbuntu
Fixed in:6.8.0-1021.25USN-7383-1
linux-gkeopUbuntu
Fixed in:6.8.0-1008.10USN-7383-1
linux-hwe-6.8Ubuntu
Fixed in:6.8.0-57.59~22.04.1USN-7403-1
linux-ibmUbuntu
Fixed in:6.8.0-1022.22USN-7385-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:6.8.0-1027.29~22.04.1USN-7451-1
Fixed in:6.8.0-1025.27USN-7383-1
linux-image-aws-lts-24.04Ubuntu
Fixed in:6.8.0-1025.27USN-7383-1
linux-image-azureUbuntu
Fixed in:6.8.0-1025.30~22.04.1USN-7384-2
linux-image-azure-fdeUbuntu
Fixed in:6.8.0-1025.30~22.04.1USN-7384-2
linux-image-azure-fde-lts-24.04Ubuntu
Fixed in:6.8.0-1025.30USN-7384-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-gcpUbuntu
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-24.04Ubuntu
Fixed in:6.8.0-1026.28USN-7383-1
linux-image-genericUbuntu
Fixed in:6.8.0-56.58USN-7383-1
linux-image-generic-64kUbuntu
Fixed in:6.8.0-56.58USN-7383-1
linux-image-generic-64k-hwe-22.04Ubuntu
Fixed in:6.8.0-57.59~22.04.1USN-7403-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:6.8.0-56.58USN-7383-1
linux-image-gkeUbuntu
Fixed in:6.8.0-1021.25USN-7383-1
linux-image-gkeopUbuntu
Fixed in:6.8.0-1008.10USN-7383-1
linux-image-gkeop-6.8Ubuntu
Fixed in:6.8.0-1008.10USN-7383-1
linux-image-ibmUbuntu
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-24.04Ubuntu
Fixed in:6.8.0-1022.22USN-7385-1
linux-image-kvmUbuntu
Fixed in:6.8.0-56.58USN-7383-1
linux-image-lowlatencyUbuntu
Fixed in:6.8.0-56.58.1USN-7383-1
linux-image-lowlatency-64kUbuntu
Fixed in:6.8.0-56.58.1USN-7383-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-22.04Ubuntu
Fixed in:6.8.0-56.58.1~22.04.1USN-7383-1
linux-image-nvidiaUbuntu
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: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-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-oracleUbuntu
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-24.04Ubuntu
Fixed in:6.8.0-1022.23USN-7383-1
linux-image-raspiUbuntu
Fixed in:6.8.0-1028.32USN-7524-1
linux-image-raspi-realtimeUbuntu
Fixed in:6.8.0-2023.24USN-7523-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-virtualUbuntu
Fixed in:6.8.0-56.58USN-7383-1
linux-image-virtual-hwe-22.04Ubuntu
Fixed in:6.8.0-57.59~22.04.1USN-7403-1
linux-lowlatencyUbuntu
Fixed in:6.8.0-56.58.1USN-7383-1
linux-lowlatency-hwe-6.8Ubuntu
Fixed in:6.8.0-56.58.1~22.04.1USN-7383-1
linux-nvidiaUbuntu
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-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:6.8.0-1022.23USN-7383-1
linux-oracle-6.8Ubuntu
Fixed in:6.8.0-1022.23~22.04.1USN-7383-1
linux-raspiUbuntu
Fixed in:6.8.0-1028.32USN-7524-1
linux-raspi-realtimeUbuntu
Fixed in:6.8.0-2023.24USN-7523-1
linux-realtimeUbuntu
Fixed in:6.8.1-1018.19USN-7383-2

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.20%probability of exploitation in 30 days
10thpercentile

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

References

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

Markdown

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

HTML

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