CVE & CISA-KEV Catalog

CVE-2025-39903

MEDIUM
5.5
CVSS v3
NVD

Description

In the Linux kernel, the following vulnerability has been resolved: of_numa: fix uninitialized memory nodes causing kernel panic When there are memory-only nodes (nodes without CPUs), these nodes are not properly initialized, causing kernel panic during boot. of_numa_init of_numa_parse_cpu_nodes node_set(nid, numa_nodes_parsed); of_numa_parse_memory_nodes In of_numa_parse_cpu_nodes, numa_nodes_parsed gets updated only for nodes containing CPUs. Memory-only nodes should have been updated in of_numa_parse_memory_nodes, but they weren't. Subsequently, when free_area_init() attempts to access NODE_DATA() for these uninitialized memory nodes, the kernel panics due to NULL pointer dereference. This can be reproduced on ARM64 QEMU with 1 CPU and 2 memory nodes: qemu-system-aarch64 \ -cpu host -nographic \ -m 4G -smp 1 \ -machine virt,accel=kvm,gic-version=3,iommu=smmuv3 \ -object memory-backend-ram,size=2G,id=mem0 \ -object memory-backend-ram,size=2G,id=mem1 \ -numa node,nodeid=0,memdev=mem0 \ -numa node,nodeid=1,memdev=mem1 \ -kernel $IMAGE \ -hda $DISK \ -append "console=ttyAMA0 root=/dev/vda rw earlycon" [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x481fd010] [ 0.000000] Linux version 6.17.0-rc1-00001-gabb4b3daf18c-dirty (yintirui@local) (gcc (GCC) 12.3.1, GNU ld (GNU Binutils) 2.41) #52 SMP PREEMPT Mon Aug 18 09:49:40 CST 2025 [ 0.000000] KASLR enabled [ 0.000000] random: crng init done [ 0.000000] Machine model: linux,dummy-virt [ 0.000000] efi: UEFI not found. [ 0.000000] earlycon: pl11 at MMIO 0x0000000009000000 (options '') [ 0.000000] printk: legacy bootconsole [pl11] enabled [ 0.000000] OF: reserved mem: Reserved memory: No reserved-memory node in the DT [ 0.000000] NODE_DATA(0) allocated [mem 0xbfffd9c0-0xbfffffff] [ 0.000000] node 1 must be removed before remove section 23 [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000040000000-0x00000000ffffffff] [ 0.000000] DMA32 empty [ 0.000000] Normal [mem 0x0000000100000000-0x000000013fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000040000000-0x00000000bfffffff] [ 0.000000] node 1: [mem 0x00000000c0000000-0x000000013fffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x00000000bfffffff] [ 0.000000] Unable to handle kernel NULL pointer dereference at virtual address 00000000000000a0 [ 0.000000] Mem abort info: [ 0.000000] ESR = 0x0000000096000004 [ 0.000000] EC = 0x25: DABT (current EL), IL = 32 bits [ 0.000000] SET = 0, FnV = 0 [ 0.000000] EA = 0, S1PTW = 0 [ 0.000000] FSC = 0x04: level 0 translation fault [ 0.000000] Data abort info: [ 0.000000] ISV = 0, ISS = 0x00000004, ISS2 = 0x00000000 [ 0.000000] CM = 0, WnR = 0, TnD = 0, TagAccess = 0 [ 0.000000] GCS = 0, Overlay = 0, DirtyBit = 0, Xs = 0 [ 0.000000] [00000000000000a0] user address but active_mm is swapper [ 0.000000] Internal error: Oops: 0000000096000004 [#1] SMP [ 0.000000] Modules linked in: [ 0.000000] CPU: 0 UID: 0 PID: 0 Comm: swapper Not tainted 6.17.0-rc1-00001-g760c6dabf762-dirty #54 PREEMPT [ 0.000000] Hardware name: linux,dummy-virt (DT) [ 0.000000] pstate: 800000c5 (Nzcv daIF -PAN -UAO -TCO -DIT -SSBS BTYPE=--) [ 0.000000] pc : free_area_init+0x50c/0xf9c [ 0.000000] lr : free_area_init+0x5c0/0xf9c [ 0.000000] sp : ffffa02ca0f33c00 [ 0.000000] x29: ffffa02ca0f33cb0 x28: 0000000000000000 x27: 0000000000000000 [ 0.000000] x26: 4ec4ec4ec4ec4ec5 x25: 00000000000c0000 x24: 00000000000c0000 [ 0.000000] x23: 0000000000040000 x22: 0000000000000000 x21: ffffa02ca0f3b368 [ 0.000000] x20: ffffa02ca14c7b98 x19: 0000000000000000 x18: 0000000000000002 [ 0.000000] x17: 000000000000cacc x16: 0000000000000001 x15: 0000000000000001 [ 0.000000] x14: 0000000080000000 x13: 0000000000000018 x12: 0000000000000002 [ 0.0 ---truncated---

How to fix

Remediation Available
linuxDebian
Fixed in:6.12.48-1CVE-2025-39903
Fixed in:6.16.6-1CVE-2025-39903
kernelRocky
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernelRed Hat / RHEL
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-64kRed Hat / RHEL
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-64kRocky
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-64k-coreRocky
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-64k-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-64k-debugRocky
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-64k-debugRed Hat / RHEL
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-64k-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-64k-debug-coreRocky
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-64k-debug-debuginfoRocky
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-64k-debug-develRocky
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-64k-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-64k-debug-devel-matchedRocky
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-64k-debug-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-64k-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-64k-debug-modulesRocky
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-64k-debug-modules-coreRocky
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-64k-debug-modules-extraRocky
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-64k-debuginfoRocky
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-64k-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-64k-develRed Hat / RHEL
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-64k-develRocky
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-64k-devel-matchedRocky
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-64k-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-64k-modulesRed Hat / RHEL
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-64k-modulesRocky
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-64k-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-64k-modules-coreRocky
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-64k-modules-extraRocky
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-64k-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-abi-stablelistsRed Hat / RHEL
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-abi-stablelistsRocky
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-coreRocky
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-debugRed Hat / RHEL
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-debugRocky
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-debug-coreRocky
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-debug-debuginfoRocky
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-debug-develRocky
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-debug-devel-matchedRocky
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-debug-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-debug-modulesRocky
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-debug-modules-coreRocky
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-debug-modules-extraRocky
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-debug-uki-virtRed Hat / RHEL
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-debug-uki-virtRocky
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-debuginfoRocky
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-debuginfo-common-aarch64Rocky
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-debuginfo-common-aarch64Red Hat / RHEL
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-debuginfo-common-ppc64leRocky
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-debuginfo-common-ppc64leRed Hat / RHEL
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-debuginfo-common-s390xRocky
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-debuginfo-common-s390xRed Hat / RHEL
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-debuginfo-common-x86_64Rocky
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-develRocky
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-develRed Hat / RHEL
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-devel-matchedRocky
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-docRocky
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-docRed Hat / RHEL
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-modulesRed Hat / RHEL
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-modulesRocky
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-modules-coreRocky
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-modules-extraRocky
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-modules-extra-matchedRocky
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-modules-extra-matchedRed Hat / RHEL
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-rtRed Hat / RHEL
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-rtRocky
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-rt-64kRocky
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-rt-64kRed Hat / RHEL
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-rt-64k-coreRocky
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-rt-64k-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-rt-64k-debugRocky
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-rt-64k-debugRed Hat / RHEL
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-rt-64k-debug-coreRocky
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-rt-64k-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-rt-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-rt-64k-debug-debuginfoRocky
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-rt-64k-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-rt-64k-debug-develRocky
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-rt-64k-debug-modulesRocky
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-rt-64k-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-rt-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-rt-64k-debug-modules-coreRocky
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-rt-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-rt-64k-debug-modules-extraRocky
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-rt-64k-debuginfoRocky
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-rt-64k-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-rt-64k-develRed Hat / RHEL
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-rt-64k-develRocky
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-rt-64k-modulesRocky
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-rt-64k-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-rt-64k-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-rt-64k-modules-coreRocky
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-rt-64k-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-rt-64k-modules-extraRocky
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-rt-coreRocky
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-rt-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-rt-debugRocky
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-rt-debugRed Hat / RHEL
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-rt-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-rt-debug-coreRocky
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-rt-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-rt-debug-debuginfoRocky
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-rt-debug-develRocky
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-rt-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-rt-debug-kvmRed Hat / RHEL
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-rt-debug-kvmRocky
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-rt-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-rt-debug-modulesRocky
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-rt-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-rt-debug-modules-coreRocky
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-rt-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-rt-debug-modules-extraRocky
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-rt-debuginfoRocky
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-rt-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-rt-develRocky
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-rt-develRed Hat / RHEL
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-rt-kvmRocky
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-rt-kvmRed Hat / RHEL
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-rt-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-rt-modulesRocky
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-rt-modules-coreRocky
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-rt-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-rt-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-rt-modules-extraRocky
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-toolsRed Hat / RHEL
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-toolsRocky
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-tools-debuginfoRocky
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-tools-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-tools-libsRocky
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-tools-libsRed Hat / RHEL
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-tools-libs-develRed Hat / RHEL
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-tools-libs-develRocky
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-uki-virtRocky
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-uki-virtRed Hat / RHEL
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-uki-virt-addonsRocky
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-uki-virt-addonsRed Hat / RHEL
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-zfcpdumpRocky
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-zfcpdumpRed Hat / RHEL
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-zfcpdump-coreRocky
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-zfcpdump-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-zfcpdump-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-zfcpdump-debuginfoRocky
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-zfcpdump-develRed Hat / RHEL
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-zfcpdump-develRocky
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-zfcpdump-devel-matchedRocky
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-zfcpdump-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-zfcpdump-modulesRocky
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-zfcpdump-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-zfcpdump-modules-coreRocky
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-zfcpdump-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
kernel-zfcpdump-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
kernel-zfcpdump-modules-extraRocky
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
libperfRed Hat / RHEL
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
libperfRocky
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
libperf-debuginfoRocky
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
libperf-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
perfRed Hat / RHEL
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
perfRocky
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
perf-debuginfoRocky
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
perf-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
python3-perfRocky
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
python3-perfRed Hat / RHEL
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
python3-perf-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
python3-perf-debuginfoRocky
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
rtlaRocky
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
rtlaRed Hat / RHEL
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
rvRed Hat / RHEL
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
rvRocky
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-55.45.1.el10_0RHSA-2025:21492
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463
Fixed in:0:6.12.0-124.11.1.el10_1RHSA-2025:21463

Remediation is compiled from vendor and distribution security advisories. Always confirm against the linked source for your exact version and platform.

CVSS v3 Vector

Exploitability

Attack VectorLocal
Attack ComplexityLow
Privileges RequiredLow
User InteractionNone
ScopeUnchanged

Impact

ConfidentialityNone
IntegrityNone
AvailabilityHigh

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

Exploit Intelligence

0.13%probability of exploitation in 30 days
3rdpercentile

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

References

Related Vulnerabilities

Other CWE-476 (NULL Pointer Dereference) vulnerabilities, ordered by exploit likelihood. View all

CVESeverityCVSSEPSSExploitedFix
CVE-2023-21758High7.592%-Fix
CVE-2023-21547High7.588%-Fix
CVE-2014-3470Medium4.386%-Fix
CVE-2021-44224High8.282%-Fix
CVE-2016-0742High7.582%-Fix
CVE-2009-1386Medium5.080%-Fix
Embed a live status badge for CVE-2025-39903
CVE-2025-39903 severity badge

Markdown

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

HTML

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