๐Ÿ” CVE Alert

CVE-2026-89603

HIGH 8.4

entry: Fix seccomp bypass after ptrace with TSYNC

CVSS Score
8.4
EPSS Score
0.0%
EPSS Percentile
0th

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 syscall_trace_enter() for ptrace, another thread can install a seccomp filter with SECCOMP_FILTER_FLAG_TSYNC (e.g., via seccomp_attach_filter()). This will successfully set SYSCALL_WORK_SECCOMP on the stopped thread, but syscall_trace_enter() evaluates a cached 'work' variable sampled on entry. Consequently, the subsequent check for SYSCALL_WORK_SECCOMP misses the newly assigned flag, and the filter is silently bypassed. This race condition could allow an unprivileged process to execute a prohibited system call (e.g., execve) that the newly installed filter was intended to block, especially since the tracer might have modified the system call number during the ptrace stop. Fix this by re-reading the syscall_work flags after ptrace handling, so that any new SYSCALL_WORK_SECCOMP flag set by another thread via TSYNC during the ptrace stop is observed before the subsequent seccomp check.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Sep 11, 2026
Last Updated Sep 14, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new high vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability

Affected Versions

Linux / Linux
142781e108b13b2b0e8f035cfb5bfbbc8f14d887 < eca5ed4200f0be3e91f8a237b1f37582030a93a8 142781e108b13b2b0e8f035cfb5bfbbc8f14d887 < 8709e7e1dd7d7de0651e61700edf24f5784f9243 142781e108b13b2b0e8f035cfb5bfbbc8f14d887 < 22bb836fc133331982c264227a899d4b26a09706 142781e108b13b2b0e8f035cfb5bfbbc8f14d887 < 23001ee5d8631e30192cde6f6d3ccb6805570499 142781e108b13b2b0e8f035cfb5bfbbc8f14d887 < 09e8880ce5409bdb84da991b053d7087502c181e 142781e108b13b2b0e8f035cfb5bfbbc8f14d887 < 459f33f82864723a7fa366cf1091d9c6c893b6b2 142781e108b13b2b0e8f035cfb5bfbbc8f14d887 < ab4647459098a43e9d6fdb860836f08c962f3774 142781e108b13b2b0e8f035cfb5bfbbc8f14d887 < 4a3591287fb7f808e209b4974ed337f609a2006b
Linux / Linux
5.9

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/eca5ed4200f0be3e91f8a237b1f37582030a93a8 git.kernel.org: https://git.kernel.org/stable/c/8709e7e1dd7d7de0651e61700edf24f5784f9243 git.kernel.org: https://git.kernel.org/stable/c/22bb836fc133331982c264227a899d4b26a09706 git.kernel.org: https://git.kernel.org/stable/c/23001ee5d8631e30192cde6f6d3ccb6805570499 git.kernel.org: https://git.kernel.org/stable/c/09e8880ce5409bdb84da991b053d7087502c181e git.kernel.org: https://git.kernel.org/stable/c/459f33f82864723a7fa366cf1091d9c6c893b6b2 git.kernel.org: https://git.kernel.org/stable/c/ab4647459098a43e9d6fdb860836f08c962f3774 git.kernel.org: https://git.kernel.org/stable/c/4a3591287fb7f808e209b4974ed337f609a2006b