CVE-2026-89603
Last modified
CVE-2026-89603 is a high-severity vulnerability rated 8.4/10 on the CVSS scale. 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. EPSS estimates a 0.14% chance of exploitation in the next 30 days.
Description
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.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 142781e108b13b2b0e8f035cfb5bfbbc8f14d887, < eca5ed4200f0be3e91f8a237b1f37582030a93a8; >= 142781e108b13b2b0e8f035cfb5bfbbc8f14d887, < 8709e7e1dd7d7de0651e61700edf24f5784f9243; >= 142781e108b13b2b0e8f035cfb5bfbbc8f14d887, < 22bb836fc133331982c264227a899d4b26a09706; >= 142781e108b13b2b0e8f035cfb5bfbbc8f14d887, < 23001ee5d8631e30192cde6f6d3ccb6805570499; >= 142781e108b13b2b0e8f035cfb5bfbbc8f14d887, < 09e8880ce5409bdb84da991b053d7087502c181e; >= 142781e108b13b2b0e8f035cfb5bfbbc8f14d887, < 459f33f82864723a7fa366cf1091d9c6c893b6b2; >= 142781e108b13b2b0e8f035cfb5bfbbc8f14d887, < ab4647459098a43e9d6fdb860836f08c962f3774; >= 142781e108b13b2b0e8f035cfb5bfbbc8f14d887, < 4a3591287fb7f808e209b4974ed337f609a2006b |
| Linux | Linux | 5.9 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89603?
How severe is CVE-2026-89603?
How do I fix CVE-2026-89603?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-89598In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89599In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-8960Spoofing issue in WebExtensions. This vulnerability was fixe…7.5
- CVE-2026-89600In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89601In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-89602In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89604In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89605In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89606In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89607In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89608In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-89609In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-89603?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
