3 matches found
CVE-2026-89603
In the Linux kernel, the following vulnerability has been resolved: entry: Fix seccomp bypass after ptrace with TSYNC Sashiko review pointed out the following issue. If a thread is stopped in syscalltraceenter for ptrace, another thread can install a seccomp filter with SECCOMPFILTERFLAGTSYNC e.g...
EUVD-2026-76515
In the Linux kernel, the following vulnerability has been resolved: entry: Fix seccomp bypass after ptrace with TSYNC Sashiko review pointed out the following issue. If a thread is stopped in syscalltraceenter for ptrace, another thread can install a seccomp filter with SECCOMPFILTERFLAGTSYNC e.g...
CVE-2026-89603
CVE-2026-89603 is a race condition in the Linux kernel 's syscall_trace_enter() path. When a thread is stopped for ptrace , another thread can install a seccomp filter with SECCOMP_FILTER_FLAG_TSYNC, setting the SYSCALL_WORK_SECCOMP flag on the stopped thread. However, syscall_trace_enter() evalu...