CVE & CISA-KEV Catalog

CVE-2025-38267

HIGH
7.8
CVSS v3
NVD

Description

In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Do not trigger WARN_ON() due to a commit_overrun When reading a memory mapped buffer the reader page is just swapped out with the last page written in the write buffer. If the reader page is the same as the commit buffer (the buffer that is currently being written to) it was assumed that it should never have missed events. If it does, it triggers a WARN_ON_ONCE(). But there just happens to be one scenario where this can legitimately happen. That is on a commit_overrun. A commit overrun is when an interrupt preempts an event being written to the buffer and then the interrupt adds so many new events that it fills and wraps the buffer back to the commit. Any new events would then be dropped and be reported as "missed_events". In this case, the next page to read is the commit buffer and after the swap of the reader page, the reader page will be the commit buffer, but this time there will be missed events and this triggers the following warning: ------------[ cut here ]------------ WARNING: CPU: 2 PID: 1127 at kernel/trace/ring_buffer.c:7357 ring_buffer_map_get_reader+0x49a/0x780 Modules linked in: kvm_intel kvm irqbypass CPU: 2 UID: 0 PID: 1127 Comm: trace-cmd Not tainted 6.15.0-rc7-test-00004-g478bc2824b45-dirty #564 PREEMPT Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 1.16.3-debian-1.16.3-2 04/01/2014 RIP: 0010:ring_buffer_map_get_reader+0x49a/0x780 Code: 00 00 00 48 89 fe 48 c1 ee 03 80 3c 2e 00 0f 85 ec 01 00 00 4d 3b a6 a8 00 00 00 0f 85 8a fd ff ff 48 85 c0 0f 84 55 fe ff ff <0f> 0b e9 4e fe ff ff be 08 00 00 00 4c 89 54 24 58 48 89 54 24 50 RSP: 0018:ffff888121787dc0 EFLAGS: 00010002 RAX: 00000000000006a2 RBX: ffff888100062800 RCX: ffffffff8190cb49 RDX: ffff888126934c00 RSI: 1ffff11020200a15 RDI: ffff8881010050a8 RBP: dffffc0000000000 R08: 0000000000000000 R09: ffffed1024d26982 R10: ffff888126934c17 R11: ffff8881010050a8 R12: ffff888126934c00 R13: ffff8881010050b8 R14: ffff888101005000 R15: ffff888126930008 FS: 00007f95c8cd7540(0000) GS:ffff8882b576e000(0000) knlGS:0000000000000000 CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 CR2: 00007f95c8de4dc0 CR3: 0000000128452002 CR4: 0000000000172ef0 Call Trace: <TASK> ? __pfx_ring_buffer_map_get_reader+0x10/0x10 tracing_buffers_ioctl+0x283/0x370 __x64_sys_ioctl+0x134/0x190 do_syscall_64+0x79/0x1c0 entry_SYSCALL_64_after_hwframe+0x76/0x7e RIP: 0033:0x7f95c8de48db Code: 00 48 89 44 24 18 31 c0 48 8d 44 24 60 c7 04 24 10 00 00 00 48 89 44 24 08 48 8d 44 24 20 48 89 44 24 10 b8 10 00 00 00 0f 05 <89> c2 3d 00 f0 ff ff 77 1c 48 8b 44 24 18 64 48 2b 04 25 28 00 00 RSP: 002b:00007ffe037ba110 EFLAGS: 00000246 ORIG_RAX: 0000000000000010 RAX: ffffffffffffffda RBX: 00007ffe037bb2b0 RCX: 00007f95c8de48db RDX: 0000000000000000 RSI: 0000000000005220 RDI: 0000000000000006 RBP: 00007ffe037ba180 R08: 0000000000000000 R09: 0000000000000000 R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000 R13: 00007ffe037bb6f8 R14: 00007f95c9065000 R15: 00005575c7492c90 </TASK> irq event stamp: 5080 hardirqs last enabled at (5079): [<ffffffff83e0adb0>] _raw_spin_unlock_irqrestore+0x50/0x70 hardirqs last disabled at (5080): [<ffffffff83e0aa83>] _raw_spin_lock_irqsave+0x63/0x70 softirqs last enabled at (4182): [<ffffffff81516122>] handle_softirqs+0x552/0x710 softirqs last disabled at (4159): [<ffffffff815163f7>] __irq_exit_rcu+0x107/0x210 ---[ end trace 0000000000000000 ]--- The above was triggered by running on a kernel with both lockdep and KASAN as well as kmemleak enabled and executing the following command: # perf record -o perf-test.dat -a -- trace-cmd record --nosplice -e all -p function hackbench 50 With perf interjecting a lot of interrupts and trace-cmd enabling all events as well as function tracing, with lockdep, KASAN and kmemleak enabled, it could cause an interrupt preempting an event being written to add enough event ---truncated---

How to fix

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

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

CVSS v3 Vector

Exploitability

Attack VectorLocal
Attack ComplexityLow
Privileges RequiredLow
User InteractionNone
ScopeUnchanged

Impact

ConfidentialityHigh
IntegrityHigh
AvailabilityHigh

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

Exploit Intelligence

0.17%probability of exploitation in 30 days
7thpercentile

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

References

Related Vulnerabilities

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

CVESeverityCVSSEPSSExploitedFix
CVE-2025-22457Critical9.0100%KEV + RansomFix
CVE-2025-0282Critical9.0100%KEV + Ransom-
CVE-2015-3113Critical9.8100%KEVFix
CVE-2021-20038Critical9.8100%KEV + Ransom-
CVE-2023-4863High8.8100%KEVFix
CVE-2020-16040Medium6.5100%-Fix
Embed a live status badge for CVE-2025-38267
CVE-2025-38267 severity badge

Markdown

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

HTML

<a href="https://tridentstack.com/cve/CVE-2025-38267"><img src="https://tridentstack.com/cve/badge/CVE-2025-38267.svg" alt="CVE-2025-38267"></a>

Find and fix vulnerabilities across your fleet

TridentStack Control continuously scans your Windows, macOS, and Linux fleet for known vulnerabilities, prioritizes them by severity and active exploitation, and patches them automatically.

Start free

This product uses NVD data but is not endorsed or certified by the NVD. EPSS scores courtesy of FIRST.org (https://www.first.org/epss). Source: CISA KEV Catalog. Data as of 2025-11-18.