CVE & CISA-KEV Catalog

CVE-2025-38172

HIGH
7.8
CVSS v3
NVD

Description

In the Linux kernel, the following vulnerability has been resolved: erofs: avoid using multiple devices with different type For multiple devices, both primary and extra devices should be the same type. `erofs_init_device` has already guaranteed that if the primary is a file-backed device, extra devices should also be regular files. However, if the primary is a block device while the extra device is a file-backed device, `erofs_init_device` will get an ENOTBLK, which is not treated as an error in `erofs_fc_get_tree`, and that leads to an UAF: erofs_fc_get_tree get_tree_bdev_flags(erofs_fc_fill_super) erofs_read_superblock erofs_init_device // sbi->dif0 is not inited yet, // return -ENOTBLK deactivate_locked_super free(sbi) if (err is -ENOTBLK) sbi->dif0.file = filp_open() // sbi UAF So if -ENOTBLK is hitted in `erofs_init_device`, it means the primary device must be a block device, and the extra device is not a block device. The error can be converted to -EINVAL.

How to fix

Remediation Available
linuxDebian
Fixed in:6.12.35-1CVE-2025-38172
Fixed in:6.12.35-1CVE-2025-38172
kernelRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernelRed Hat / RHEL
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-64kRed Hat / RHEL
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-64kRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-64k-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-64k-coreRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-64k-debugRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-64k-debugRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-64k-debug-coreRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-64k-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-64k-debug-debuginfoRocky
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-64k-debug-develRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-64k-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-64k-debug-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-64k-debug-devel-matchedRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-64k-debug-modulesRocky
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-64k-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-64k-debug-modules-coreRocky
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-64k-debug-modules-extraRocky
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-64k-debuginfoRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-64k-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-64k-develRocky
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-64k-develRed Hat / RHEL
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-64k-devel-matchedRocky
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-64k-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-64k-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-64k-modulesRocky
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-64k-modules-coreRocky
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-64k-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-64k-modules-extraRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-64k-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-abi-stablelistsRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-abi-stablelistsRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-coreRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-debugRed Hat / RHEL
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-debugRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-debug-coreRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-debug-debuginfoRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-debug-develRocky
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-debug-devel-matchedRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-debug-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-debug-modulesRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-debug-modules-coreRocky
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-debug-modules-extraRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-debug-uki-virtRocky
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-debug-uki-virtRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-debuginfoRocky
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-debuginfo-common-aarch64Rocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-debuginfo-common-aarch64Red Hat / RHEL
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-debuginfo-common-ppc64leRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-debuginfo-common-ppc64leRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-debuginfo-common-s390xRed Hat / RHEL
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-debuginfo-common-s390xRocky
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-debuginfo-common-x86_64Rocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-develRocky
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-develRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-devel-matchedRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-docRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-docRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-modulesRed Hat / RHEL
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-modulesRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-modules-coreRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-modules-extraRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-modules-extra-matchedRed Hat / RHEL
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-modules-extra-matchedRocky
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-rtRocky
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-rtRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-rt-64kRed Hat / RHEL
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-rt-64kRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-rt-64k-coreRocky
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-rt-64k-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-rt-64k-debugRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-rt-64k-debugRed Hat / RHEL
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-rt-64k-debug-coreRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-rt-64k-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-rt-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-rt-64k-debug-debuginfoRocky
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-rt-64k-debug-develRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-rt-64k-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-rt-64k-debug-modulesRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-rt-64k-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-rt-64k-debug-modules-coreRocky
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-rt-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-rt-64k-debug-modules-extraRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-rt-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-rt-64k-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-rt-64k-debuginfoRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-rt-64k-develRocky
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-rt-64k-develRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-rt-64k-modulesRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-rt-64k-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-rt-64k-modules-coreRocky
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-rt-64k-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-rt-64k-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-rt-64k-modules-extraRocky
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-rt-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-rt-coreRocky
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-rt-debugRed Hat / RHEL
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-rt-debugRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-rt-debug-coreRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-rt-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-rt-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-rt-debug-debuginfoRocky
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-rt-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-rt-debug-develRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-rt-debug-kvmRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-rt-debug-kvmRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-rt-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-rt-debug-modulesRocky
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-rt-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-rt-debug-modules-coreRocky
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-rt-debug-modules-extraRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-rt-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-rt-debuginfoRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-rt-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-rt-develRocky
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-rt-develRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-rt-kvmRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-rt-kvmRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-rt-modulesRed Hat / RHEL
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-rt-modulesRocky
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-rt-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-rt-modules-coreRocky
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-rt-modules-extraRocky
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-rt-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-toolsRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-toolsRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-tools-debuginfoRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-tools-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-tools-libsRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-tools-libsRed Hat / RHEL
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-tools-libs-develRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-tools-libs-develRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-uki-virtRocky
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-uki-virtRed Hat / RHEL
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-uki-virt-addonsRed Hat / RHEL
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-uki-virt-addonsRocky
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-zfcpdumpRed Hat / RHEL
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-zfcpdumpRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-zfcpdump-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-zfcpdump-coreRocky
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-zfcpdump-debuginfoRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-zfcpdump-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-zfcpdump-develRed Hat / RHEL
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-zfcpdump-develRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-zfcpdump-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-zfcpdump-devel-matchedRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-zfcpdump-modulesRed Hat / RHEL
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-zfcpdump-modulesRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
kernel-zfcpdump-modules-coreRocky
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-zfcpdump-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-zfcpdump-modules-extraRocky
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
kernel-zfcpdump-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
libperfRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
libperfRocky
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
libperf-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
libperf-debuginfoRocky
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
perfRed Hat / RHEL
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
perfRocky
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
perf-debuginfoRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
perf-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
python3-perfRocky
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
python3-perfRed Hat / RHEL
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
python3-perf-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
python3-perf-debuginfoRocky
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
rtlaRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
rtlaRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
rvRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
rvRocky
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.38.1.el10_1RHSA-2026:2721
linux-aws-6.14Ubuntu
Fixed in:6.14.0-1013.13~24.04.1USN-7769-3
linux-gcp-6.14Ubuntu
Fixed in:6.14.0-1016.17~24.04.1USN-7769-1
linux-hwe-6.14Ubuntu
Fixed in:6.14.0-32.32~24.04.1USN-7769-3
linux-image-6.14.0-1012-oemUbuntu
Fixed in:6.14.0-1012.12USN-7771-1
linux-image-6.14.0-1012-realtimeUbuntu
Fixed in:6.14.0-1012.12~24.04.1USN-7769-2
linux-image-6.14.0-1013-awsUbuntu
Fixed in:6.14.0-1013.13~24.04.1USN-7769-3
linux-image-6.14.0-1013-aws-64kUbuntu
Fixed in:6.14.0-1013.13~24.04.1USN-7769-3
linux-image-6.14.0-1013-oracleUbuntu
Fixed in:6.14.0-1013.13~24.04.1USN-7789-1
linux-image-6.14.0-1013-oracle-64kUbuntu
Fixed in:6.14.0-1013.13~24.04.1USN-7789-1
linux-image-6.14.0-1016-gcpUbuntu
Fixed in:6.14.0-1016.17~24.04.1USN-7769-1
linux-image-6.14.0-1016-gcp-64kUbuntu
Fixed in:6.14.0-1016.17~24.04.1USN-7769-1
linux-image-6.14.0-32-genericUbuntu
Fixed in:6.14.0-32.32~24.04.1USN-7769-3
linux-image-6.14.0-32-generic-64kUbuntu
Fixed in:6.14.0-32.32~24.04.1USN-7769-3
linux-image-awsUbuntu
Fixed in:6.14.0-1013.13~24.04.1USN-7769-3
linux-image-aws-6.14Ubuntu
Fixed in:6.14.0-1013.13~24.04.1USN-7769-3
linux-image-aws-64kUbuntu
Fixed in:6.14.0-1013.13~24.04.1USN-7769-3
linux-image-aws-64k-6.14Ubuntu
Fixed in:6.14.0-1013.13~24.04.1USN-7769-3
linux-image-gcpUbuntu
Fixed in:6.14.0-1016.17~24.04.1USN-7769-1
linux-image-gcp-6.14Ubuntu
Fixed in:6.14.0-1016.17~24.04.1USN-7769-1
linux-image-gcp-64kUbuntu
Fixed in:6.14.0-1016.17~24.04.1USN-7769-1
linux-image-gcp-64k-6.14Ubuntu
Fixed in:6.14.0-1016.17~24.04.1USN-7769-1
linux-image-generic-6.14Ubuntu
Fixed in:6.14.0-32.32~24.04.1USN-7769-3
linux-image-generic-64k-6.14Ubuntu
Fixed in:6.14.0-32.32~24.04.1USN-7769-3
linux-image-generic-64k-hwe-24.04Ubuntu
Fixed in:6.14.0-32.32~24.04.1USN-7769-3
linux-image-generic-hwe-24.04Ubuntu
Fixed in:6.14.0-32.32~24.04.1USN-7769-3
linux-image-oem-24.04Ubuntu
Fixed in:6.14.0-1012.12USN-7771-1
linux-image-oem-24.04aUbuntu
Fixed in:6.14.0-1012.12USN-7771-1
linux-image-oem-24.04bUbuntu
Fixed in:6.14.0-1012.12USN-7771-1
linux-image-oem-24.04cUbuntu
Fixed in:6.14.0-1012.12USN-7771-1
linux-image-oem-6.14Ubuntu
Fixed in:6.14.0-1012.12USN-7771-1
linux-image-oracleUbuntu
Fixed in:6.14.0-1013.13~24.04.1USN-7789-1
linux-image-oracle-6.14Ubuntu
Fixed in:6.14.0-1013.13~24.04.1USN-7789-1
linux-image-oracle-64kUbuntu
Fixed in:6.14.0-1013.13~24.04.1USN-7789-1
linux-image-oracle-64k-6.14Ubuntu
Fixed in:6.14.0-1013.13~24.04.1USN-7789-1
linux-image-realtime-6.14Ubuntu
Fixed in:6.14.0-1012.12~24.04.1USN-7769-2
linux-image-realtime-hwe-24.04Ubuntu
Fixed in:6.14.0-1012.12~24.04.1USN-7769-2
linux-image-virtual-6.14Ubuntu
Fixed in:6.14.0-32.32~24.04.1USN-7769-3
linux-image-virtual-hwe-24.04Ubuntu
Fixed in:6.14.0-32.32~24.04.1USN-7769-3
linux-oem-6.14Ubuntu
Fixed in:6.14.0-1012.12USN-7771-1
linux-oracle-6.14Ubuntu
Fixed in:6.14.0-1013.13~24.04.1USN-7789-1
linux-realtime-6.14Ubuntu
Fixed in:6.14.0-1012.12~24.04.1USN-7769-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

ConfidentialityHigh
IntegrityHigh
AvailabilityHigh

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

Exploit Intelligence

0.14%probability of exploitation in 30 days
4thpercentile

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

References

Related Vulnerabilities

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

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

Markdown

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

HTML

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