CVE & CISA-KEV Catalog

CVE-2022-50635

UNSCORED

Description

In the Linux kernel, the following vulnerability has been resolved: powerpc/kprobes: Fix null pointer reference in arch_prepare_kprobe() I found a null pointer reference in arch_prepare_kprobe(): # echo 'p cmdline_proc_show' > kprobe_events # echo 'p cmdline_proc_show+16' >> kprobe_events Kernel attempted to read user page (0) - exploit attempt? (uid: 0) BUG: Kernel NULL pointer dereference on read at 0x00000000 Faulting instruction address: 0xc000000000050bfc Oops: Kernel access of bad area, sig: 11 [#1] LE PAGE_SIZE=64K MMU=Radix SMP NR_CPUS=2048 NUMA PowerNV Modules linked in: CPU: 0 PID: 122 Comm: sh Not tainted 6.0.0-rc3-00007-gdcf8e5633e2e #10 NIP: c000000000050bfc LR: c000000000050bec CTR: 0000000000005bdc REGS: c0000000348475b0 TRAP: 0300 Not tainted (6.0.0-rc3-00007-gdcf8e5633e2e) MSR: 9000000000009033 <SF,HV,EE,ME,IR,DR,RI,LE> CR: 88002444 XER: 20040006 CFAR: c00000000022d100 DAR: 0000000000000000 DSISR: 40000000 IRQMASK: 0 ... NIP arch_prepare_kprobe+0x10c/0x2d0 LR arch_prepare_kprobe+0xfc/0x2d0 Call Trace: 0xc0000000012f77a0 (unreliable) register_kprobe+0x3c0/0x7a0 __register_trace_kprobe+0x140/0x1a0 __trace_kprobe_create+0x794/0x1040 trace_probe_create+0xc4/0xe0 create_or_delete_trace_kprobe+0x2c/0x80 trace_parse_run_command+0xf0/0x210 probes_write+0x20/0x40 vfs_write+0xfc/0x450 ksys_write+0x84/0x140 system_call_exception+0x17c/0x3a0 system_call_vectored_common+0xe8/0x278 --- interrupt: 3000 at 0x7fffa5682de0 NIP: 00007fffa5682de0 LR: 0000000000000000 CTR: 0000000000000000 REGS: c000000034847e80 TRAP: 3000 Not tainted (6.0.0-rc3-00007-gdcf8e5633e2e) MSR: 900000000280f033 <SF,HV,VEC,VSX,EE,PR,FP,ME,IR,DR,RI,LE> CR: 44002408 XER: 00000000 The address being probed has some special: cmdline_proc_show: Probe based on ftrace cmdline_proc_show+16: Probe for the next instruction at the ftrace location The ftrace-based kprobe does not generate kprobe::ainsn::insn, it gets set to NULL. In arch_prepare_kprobe() it will check for: ... prev = get_kprobe(p->addr - 1); preempt_enable_no_resched(); if (prev && ppc_inst_prefixed(ppc_inst_read(prev->ainsn.insn))) { ... If prev is based on ftrace, 'ppc_inst_read(prev->ainsn.insn)' will occur with a null pointer reference. At this point prev->addr will not be a prefixed instruction, so the check can be skipped. Check if prev is ftrace-based kprobe before reading 'prev->ainsn.insn' to fix this problem. [mpe: Trim oops]

How to fix

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

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.17%probability of exploitation in 30 days
7thpercentile

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

References

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

Markdown

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

HTML

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