3 matches found
CVE-2026-98059
The Linux kernel contains a vulnerability where the sched_process_wait tracepoint argument is not correctly marked as nullable. Specifically, kernel_wait4() and kernel_waitid_prepare() can leave wo_pid as NULL . Because btf_ctx_access() types this argument as PTR_TRUSTED without PTR_MAYBE_NULL, t...
5.7AI score
SaveExploits0References4
CVE-2026-98059
In the Linux kernel, the following vulnerability has been resolved: b...
5.8AI score
SaveExploits0
EUVD-2026-86712
In the Linux kernel, the following vulnerability has been resolved: bpf: Mark schedprocesswait argument as nullable dowait passes wo-wopid to the schedprocesswait tracepoint. kernelwait4 leaves wopid NULL for wait4-1, and kernelwaitidprepare does likewise for waitidPALL. btfctxaccess currently...
5.7AI score
SaveExploits0References4
20