CVE & CISA-KEV Catalog

CVE-2022-50661

UNSCORED

Description

In the Linux kernel, the following vulnerability has been resolved: seccomp: Move copy_seccomp() to no failure path. Our syzbot instance reported memory leaks in do_seccomp() [0], similar to the report [1]. It shows that we miss freeing struct seccomp_filter and some objects included in it. We can reproduce the issue with the program below [2] which calls one seccomp() and two clone() syscalls. The first clone()d child exits earlier than its parent and sends a signal to kill it during the second clone(), more precisely before the fatal_signal_pending() test in copy_process(). When the parent receives the signal, it has to destroy the embryonic process and return -EINTR to user space. In the failure path, we have to call seccomp_filter_release() to decrement the filter's refcount. Initially, we called it in free_task() called from the failure path, but the commit 3a15fb6ed92c ("seccomp: release filter after task is fully dead") moved it to release_task() to notify user space as early as possible that the filter is no longer used. To keep the change and current seccomp refcount semantics, let's move copy_seccomp() just after the signal check and add a WARN_ON_ONCE() in free_task() for future debugging. [0]: unreferenced object 0xffff8880063add00 (size 256): comm "repro_seccomp", pid 230, jiffies 4294687090 (age 9.914s) hex dump (first 32 bytes): 01 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 ................ ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ................ backtrace: do_seccomp (./include/linux/slab.h:600 ./include/linux/slab.h:733 kernel/seccomp.c:666 kernel/seccomp.c:708 kernel/seccomp.c:1871 kernel/seccomp.c:1991) do_syscall_64 (arch/x86/entry/common.c:50 arch/x86/entry/common.c:80) entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:120) unreferenced object 0xffffc90000035000 (size 4096): comm "repro_seccomp", pid 230, jiffies 4294687090 (age 9.915s) hex dump (first 32 bytes): 01 00 00 00 00 00 00 00 00 00 00 00 05 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ backtrace: __vmalloc_node_range (mm/vmalloc.c:3226) __vmalloc_node (mm/vmalloc.c:3261 (discriminator 4)) bpf_prog_alloc_no_stats (kernel/bpf/core.c:91) bpf_prog_alloc (kernel/bpf/core.c:129) bpf_prog_create_from_user (net/core/filter.c:1414) do_seccomp (kernel/seccomp.c:671 kernel/seccomp.c:708 kernel/seccomp.c:1871 kernel/seccomp.c:1991) do_syscall_64 (arch/x86/entry/common.c:50 arch/x86/entry/common.c:80) entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:120) unreferenced object 0xffff888003fa1000 (size 1024): comm "repro_seccomp", pid 230, jiffies 4294687090 (age 9.915s) hex dump (first 32 bytes): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ backtrace: bpf_prog_alloc_no_stats (./include/linux/slab.h:600 ./include/linux/slab.h:733 kernel/bpf/core.c:95) bpf_prog_alloc (kernel/bpf/core.c:129) bpf_prog_create_from_user (net/core/filter.c:1414) do_seccomp (kernel/seccomp.c:671 kernel/seccomp.c:708 kernel/seccomp.c:1871 kernel/seccomp.c:1991) do_syscall_64 (arch/x86/entry/common.c:50 arch/x86/entry/common.c:80) entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:120) unreferenced object 0xffff888006360240 (size 16): comm "repro_seccomp", pid 230, jiffies 4294687090 (age 9.915s) hex dump (first 16 bytes): 01 00 37 00 76 65 72 6c e0 83 01 06 80 88 ff ff ..7.verl........ backtrace: bpf_prog_store_orig_filter (net/core/filter.c:1137) bpf_prog_create_from_user (net/core/filter.c:1428) do_seccomp (kernel/seccomp.c:671 kernel/seccomp.c:708 kernel/seccomp.c:1871 kernel/seccomp.c:1991) do_syscall_64 (arch/x86/entry/common.c:50 arch/x86/entry/common.c:80) entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:120) unreferenced object 0xffff888 ---truncated---

How to fix

Remediation Available
linuxDebian
Fixed in:5.10.191-1CVE-2022-50661
Fixed in:6.1.4-1CVE-2022-50661
Fixed in:6.1.4-1CVE-2022-50661
Fixed in:6.1.4-1CVE-2022-50661
bpftoolRocky
Fixed in:0:7.0.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:7.0.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:7.0.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:7.0.0-284.30.1.el9_2RHSA-2023:5069
bpftoolRed Hat / RHEL
Fixed in:0:7.0.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:7.0.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:7.0.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:7.0.0-284.30.1.el9_2RHSA-2023:5069
bpftool-debuginfoRed Hat / RHEL
Fixed in:0:7.0.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:7.0.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:7.0.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:7.0.0-284.30.1.el9_2RHSA-2023:5069
bpftool-debuginfoRocky
Fixed in:0:7.0.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:7.0.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:7.0.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:7.0.0-284.30.1.el9_2RHSA-2023:5069
kernelRocky
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernelRed Hat / RHEL
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-64kRed Hat / RHEL
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-64kRocky
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-64k-coreRed Hat / RHEL
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-64k-coreRocky
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-64k-debugRed Hat / RHEL
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-64k-debugRocky
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-64k-debug-coreRocky
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-64k-debug-coreRed Hat / RHEL
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-64k-debug-debuginfoRocky
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-64k-debug-develRed Hat / RHEL
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-64k-debug-develRocky
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-64k-debug-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-64k-debug-devel-matchedRocky
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-64k-debug-modulesRocky
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-64k-debug-modulesRed Hat / RHEL
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-64k-debug-modules-coreRocky
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-64k-debug-modules-extraRocky
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-64k-debuginfoRocky
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-64k-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-64k-develRocky
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-64k-develRed Hat / RHEL
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-64k-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-64k-devel-matchedRocky
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-64k-modulesRed Hat / RHEL
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-64k-modulesRocky
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-64k-modules-coreRocky
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-64k-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-64k-modules-extraRocky
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-64k-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-abi-stablelistsRed Hat / RHEL
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-abi-stablelistsRocky
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-coreRed Hat / RHEL
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-coreRocky
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-debugRed Hat / RHEL
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-debugRocky
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-debug-coreRed Hat / RHEL
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-debug-coreRocky
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-debug-debuginfoRocky
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-debug-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-debug-develRed Hat / RHEL
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-debug-develRocky
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-debug-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-debug-devel-matchedRocky
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-debug-modulesRed Hat / RHEL
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-debug-modulesRocky
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-debug-modules-coreRocky
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-debug-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-debug-modules-extraRocky
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-debug-uki-virtRed Hat / RHEL
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-debug-uki-virtRocky
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-debuginfoRocky
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-debuginfo-common-aarch64Rocky
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-debuginfo-common-aarch64Red Hat / RHEL
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-debuginfo-common-ppc64leRocky
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-debuginfo-common-ppc64leRed Hat / RHEL
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-debuginfo-common-s390xRocky
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-debuginfo-common-s390xRed Hat / RHEL
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-debuginfo-common-x86_64Rocky
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-develRed Hat / RHEL
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-develRocky
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-devel-matchedRocky
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-docRed Hat / RHEL
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-docRocky
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-modulesRed Hat / RHEL
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-modulesRocky
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-modules-coreRocky
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-modules-extraRocky
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-toolsRocky
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-toolsRed Hat / RHEL
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-tools-debuginfoRocky
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-tools-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-tools-libsRed Hat / RHEL
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-tools-libsRocky
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-tools-libs-develRed Hat / RHEL
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-tools-libs-develRocky
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-uki-virtRocky
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-uki-virtRed Hat / RHEL
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-zfcpdumpRed Hat / RHEL
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-zfcpdumpRocky
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-zfcpdump-coreRocky
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-zfcpdump-coreRed Hat / RHEL
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-zfcpdump-debuginfoRocky
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-zfcpdump-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-zfcpdump-develRed Hat / RHEL
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-zfcpdump-develRocky
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-zfcpdump-devel-matchedRocky
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-zfcpdump-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-zfcpdump-modulesRed Hat / RHEL
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-zfcpdump-modulesRocky
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-zfcpdump-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-zfcpdump-modules-coreRocky
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-zfcpdump-modules-extraRocky
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
kernel-zfcpdump-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
perfRed Hat / RHEL
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
perfRocky
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
perf-debuginfoRocky
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
perf-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
python3-perfRocky
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
python3-perfRed Hat / RHEL
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
python3-perf-debuginfoRocky
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
python3-perf-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
rtlaRocky
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
rtlaRed Hat / RHEL
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069
Fixed in:0:5.14.0-284.30.1.el9_2RHSA-2023:5069

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

CVSS v3.1 Vector

No CVSS vector data available.

Exploit Intelligence

0.21%probability of exploitation in 30 days
11thpercentile

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

References

Embed a live status badge for CVE-2022-50661
CVE-2022-50661 severity badge

Markdown

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

HTML

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