CVE-2026-89749
Last modified
CVE-2026-89749 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: tracing: Fix crash passing ERR_PTR to kthread_stop() event_test_stuff() calls kthread_run() and unconditionally passes the returned task_struct pointer to kthread_stop(). kthread_run() returns an error pointer such as ERR_PTR(-ENOMEM) when kthread creation fails, for example under memory pressure during the boot-time event self-test. kthread_stop() then dereferences the invalid pointer, crashing the kernel. Check the result of kthread_run() before passing it to kthread_stop(). EPSS estimates a 0.20% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: tracing: Fix crash passing ERR_PTR to kthread_stop() event_test_stuff() calls kthread_run() and unconditionally passes the returned task_struct pointer to kthread_stop(). kthread_run() returns an error pointer such as ERR_PTR(-ENOMEM) when kthread creation fails, for example under memory pressure during the boot-time event self-test. kthread_stop() then dereferences the invalid pointer, crashing the kernel. Check the result of kthread_run() before passing it to kthread_stop(). Use WARN_ON() so that a failure to create the self-test thread does not go unnoticed, matching the ring-buffer self-test fix in commit 91542863abad ("ring-buffer: Fix crash passing ERR_PTR to kthread_stop()").
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= e6187007d6c365b551c69ea3df46f06fd1c8bd19, < c1a4fb7aa290f158d50654d640292e49d9055fd1; >= e6187007d6c365b551c69ea3df46f06fd1c8bd19, < 42ccb215ef0a552acbbd32f81009bfe4b278ba77; >= e6187007d6c365b551c69ea3df46f06fd1c8bd19, < 98d06fb9865a490e12ebe32d65b9ffac6108614d; >= e6187007d6c365b551c69ea3df46f06fd1c8bd19, < ceb1707aef5824cf024eb82d10787b7621e2ff35; >= e6187007d6c365b551c69ea3df46f06fd1c8bd19, < 12a499f741fc5be3731c8b0a0d909406575cc2eb; >= e6187007d6c365b551c69ea3df46f06fd1c8bd19, < adadf4192f700bca82abfda9fa6d58c0bf37cc04; >= e6187007d6c365b551c69ea3df46f06fd1c8bd19, < c40e0b4fa365969e67011529eabdfb66d1022256; >= e6187007d6c365b551c69ea3df46f06fd1c8bd19, < 649bc7df3e5d7be6f7996a95084037dbf3cad1e5 |
| Linux | Linux | 2.6.31 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89749?
How severe is CVE-2026-89749?
How do I fix CVE-2026-89749?
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-89743In the Linux kernel, the following vulnerability has been re…7.7
- CVE-2026-89744In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-89745In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89746In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89747In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89748In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-8975Memory safety bugs present in Firefox ESR 115.35, Firefox ES…8.8
- CVE-2026-89750In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89751In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89752In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89753In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89754In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-89749?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
