3 matches found
DEBIAN-CVE-2026-90066
In the Linux kernel, the following vulnerability has been resolved: samples/ftrace: Fix kthreadstop on ERRPTR in ftrace-direct-multi-modify ftracedirectmultiinit assigns kthreadrun's return value to simpletsk without an ISERR check. When kthreadrun fails it returns ERRPTR-ENOMEM, but init still...
EUVD-2026-81927
In the Linux kernel, the following vulnerability has been resolved: samples/ftrace: Fix kthreadstop on ERRPTR in ftrace-direct-multi-modify ftracedirectmultiinit assigns kthreadrun's return value to simpletsk without an ISERR check. When kthreadrun fails it returns ERRPTR-ENOMEM, but init still...
CVE-2026-90066
CVE-2026-90066 affects the Linux kernel 's samples/ftrace module (ftrace-direct-multi-modify). The root cause is a missing IS_ERR() check on the return value of kthread_run() in ftrace_direct_multi_init(). When kthread_run() fails (e.g., returning ERR_PTR(-ENOMEM)), the module loads with simple_t...