Use of Uninitialized Variable in Linux kernel - CVE-2026-64082
Published: July 20, 2026
Linux kernel
Detailed vulnerability description
The vulnerability allows a local user to corrupt register state and disclose kernel stack contents.
The vulnerability exists due to use of uninitialized stack data in compat_riscv_gpr_set() and compat_restore_sigcontext() when handling failed user memory copies. A local user can provide crafted user-supplied register or signal context data that triggers a copy failure to corrupt register state and disclose kernel stack contents.
The issue affects the RISC-V compatibility signal and ptrace handling paths.