CVE & CISA-KEV Catalog

CVE-2026-31613

MEDIUM
7.0
CVSS v3
NVD

Description

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix OOB reads parsing symlink error response When a CREATE returns STATUS_STOPPED_ON_SYMLINK, smb2_check_message() returns success without any length validation, leaving the symlink parsers as the only defense against an untrusted server. symlink_data() walks SMB 3.1.1 error contexts with the loop test "p < end", but reads p->ErrorId at offset 4 and p->ErrorDataLength at offset 0. When the server-controlled ErrorDataLength advances p to within 1-7 bytes of end, the next iteration will read past it. When the matching context is found, sym->SymLinkErrorTag is read at offset 4 from p->ErrorContextData with no check that the symlink header itself fits. smb2_parse_symlink_response() then bounds-checks the substitute name using SMB2_SYMLINK_STRUCT_SIZE as the offset of PathBuffer from iov_base. That value is computed as sizeof(smb2_err_rsp) + sizeof(smb2_symlink_err_rsp), which is correct only when ErrorContextCount == 0. With at least one error context the symlink data sits 8 bytes deeper, and each skipped non-matching context shifts it further by 8 + ALIGN(ErrorDataLength, 8). The check is too short, allowing the substitute name read to run past iov_len. The out-of-bound heap bytes are UTF-16-decoded into the symlink target and returned to userspace via readlink(2). Fix this all up by making the loops test require the full context header to fit, rejecting sym if its header runs past end, and bound the substitute name against the actual position of sym->PathBuffer rather than a fixed offset. Because sub_offs and sub_len are 16bits, the pointer math will not overflow here with the new greater-than.

How to fix

Remediation Available
linuxDebian
Fixed in:6.1.176-1CVE-2026-31613
Fixed in:6.12.94-1CVE-2026-31613
Fixed in:6.19.14-1CVE-2026-31613
bpftoolRocky
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
bpftoolRed Hat / RHEL
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
bpftool-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
bpftool-debuginfoRocky
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
kernelRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernelRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-64kRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-64kRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-64k-coreRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-64k-coreRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-64k-debugRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-64k-debugRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-64k-debug-coreRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-64k-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-64k-debug-debuginfoRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-64k-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-64k-debug-develRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-64k-debug-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-64k-debug-devel-matchedRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-64k-debug-modulesRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-64k-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-64k-debug-modules-coreRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-64k-debug-modules-extraRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-64k-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-64k-debuginfoRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-64k-develRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-64k-develRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-64k-devel-matchedRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-64k-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-64k-modulesRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-64k-modulesRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-64k-modules-coreRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-64k-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-64k-modules-extraRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-64k-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-abi-stablelistsRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-abi-stablelistsRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-coreRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-coreRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-debugRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-debugRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-debug-coreRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-debug-debuginfoRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-debug-develRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-debug-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-debug-devel-matchedRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-debug-modulesRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-debug-modules-coreRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-debug-modules-extraRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-debug-uki-virtRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-debug-uki-virtRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-debuginfoRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-debuginfo-common-aarch64Rocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-debuginfo-common-aarch64Red Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-debuginfo-common-ppc64leRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-debuginfo-common-ppc64leRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-debuginfo-common-s390xRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-debuginfo-common-s390xRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-debuginfo-common-x86_64Rocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-develRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-develRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-devel-matchedRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-docRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-docRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-modulesRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-modulesRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-modules-coreRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-modules-extraRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-modules-extra-matchedRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
kernel-modules-extra-matchedRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
kernel-rtRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.rt7.473.el8_10RHSA-2026:25120
Fixed in:0:4.18.0-553.132.1.rt7.473.el8_10RHSA-2026:25120
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-rtRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.rt7.473.el8_10RHSA-2026:25120
Fixed in:0:4.18.0-553.132.1.rt7.473.el8_10RHSA-2026:25120
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-rt-64kRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-rt-64kRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-rt-64k-coreRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-rt-64k-coreRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-rt-64k-debugRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-rt-64k-debugRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-rt-64k-debug-coreRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-rt-64k-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-rt-64k-debug-debuginfoRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-rt-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-rt-64k-debug-develRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-rt-64k-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-rt-64k-debug-modulesRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-rt-64k-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-rt-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-rt-64k-debug-modules-coreRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-rt-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-rt-64k-debug-modules-extraRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-rt-64k-debuginfoRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-rt-64k-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-rt-64k-develRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-rt-64k-develRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-rt-64k-modulesRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-rt-64k-modulesRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-rt-64k-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-rt-64k-modules-coreRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-rt-64k-modules-extraRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-rt-64k-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-rt-coreRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.rt7.473.el8_10RHSA-2026:25120
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-rt-coreRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.rt7.473.el8_10RHSA-2026:25120
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-rt-debugRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.rt7.473.el8_10RHSA-2026:25120
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-rt-debugRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.rt7.473.el8_10RHSA-2026:25120
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-rt-debug-coreRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.rt7.473.el8_10RHSA-2026:25120
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-rt-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.rt7.473.el8_10RHSA-2026:25120
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-rt-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.rt7.473.el8_10RHSA-2026:25120
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-rt-debug-debuginfoRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.rt7.473.el8_10RHSA-2026:25120
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-rt-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.rt7.473.el8_10RHSA-2026:25120
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-rt-debug-develRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.rt7.473.el8_10RHSA-2026:25120
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-rt-debug-kvmRed Hat / RHEL
Fixed in:0:4.18.0-553.132.1.rt7.473.el8_10RHSA-2026:25120
kernel-rt-debug-kvmRocky
Fixed in:0:4.18.0-553.132.1.rt7.473.el8_10RHSA-2026:25120
kernel-rt-debug-modulesRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.rt7.473.el8_10RHSA-2026:25120
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-rt-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.rt7.473.el8_10RHSA-2026:25120
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-rt-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-rt-debug-modules-coreRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-rt-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.rt7.473.el8_10RHSA-2026:25120
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-rt-debug-modules-extraRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.rt7.473.el8_10RHSA-2026:25120
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-rt-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.rt7.473.el8_10RHSA-2026:25120
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-rt-debuginfoRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.rt7.473.el8_10RHSA-2026:25120
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-rt-debuginfo-common-x86_64Rocky
Fixed in:0:4.18.0-553.132.1.rt7.473.el8_10RHSA-2026:25120
kernel-rt-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:4.18.0-553.132.1.rt7.473.el8_10RHSA-2026:25120
kernel-rt-develRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.rt7.473.el8_10RHSA-2026:25120
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-rt-develRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.rt7.473.el8_10RHSA-2026:25120
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-rt-kvmRocky
Fixed in:0:4.18.0-553.132.1.rt7.473.el8_10RHSA-2026:25120
kernel-rt-kvmRed Hat / RHEL
Fixed in:0:4.18.0-553.132.1.rt7.473.el8_10RHSA-2026:25120
kernel-rt-modulesRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.rt7.473.el8_10RHSA-2026:25120
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-rt-modulesRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.rt7.473.el8_10RHSA-2026:25120
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-rt-modules-coreRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-rt-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-rt-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.rt7.473.el8_10RHSA-2026:25120
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-rt-modules-extraRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.rt7.473.el8_10RHSA-2026:25120
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-toolsRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-toolsRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-tools-debuginfoRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-tools-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-tools-libsRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-tools-libsRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-tools-libs-develRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-tools-libs-develRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-uki-virtRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-uki-virtRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-uki-virt-addonsRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-uki-virt-addonsRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-zfcpdumpRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-zfcpdumpRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-zfcpdump-coreRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-zfcpdump-coreRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-zfcpdump-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-zfcpdump-debuginfoRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-zfcpdump-develRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-zfcpdump-develRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-zfcpdump-devel-matchedRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-zfcpdump-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-zfcpdump-modulesRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-zfcpdump-modulesRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-zfcpdump-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-zfcpdump-modules-coreRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-zfcpdump-modules-extraRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
kernel-zfcpdump-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
libperfRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
libperfRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
libperf-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
libperf-debuginfoRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
perfRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
perfRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
perf-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
perf-debuginfoRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
python3-perfRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
python3-perfRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
python3-perf-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
python3-perf-debuginfoRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:4.18.0-553.132.1.el8_10RHSA-2026:25121
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
rtlaRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
rtlaRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
rvRed Hat / RHEL
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
rvRocky
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:6.12.0-211.20.1.el10_2RHSA-2026:23329
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381
Fixed in:0:5.14.0-687.13.1.el9_8RHSA-2026:24381

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 ComplexityHigh
Privileges RequiredLow
User InteractionNone
ScopeUnchanged

Impact

ConfidentialityHigh
IntegrityHigh
AvailabilityHigh

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

Exploit Intelligence

0.38%probability of exploitation in 30 days
30thpercentile

Low risk: more likely to be exploited than 30% 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-2026-31613
CVE-2026-31613 severity badge

Markdown

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

HTML

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