CVE-2026-81010
Last modified
CVE-2026-81010 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: io_uring/waitid: honor task_work cancellation io_waitid_cb() may run through the fallback task_work path when task_work_add() can no longer queue work to the originating task. The fallback runs from a kworker and io_uring marks such task work as canceled through tw.cancel. io_waitid_cb() currently ignores tw.cancel and calls __do_wait(). waitid is task-context dependent: __do_wait() performs child lookup relative to current, and the retry path also uses current->signal->wait_chldexit. EPSS estimates a 0.13% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: io_uring/waitid: honor task_work cancellation io_waitid_cb() may run through the fallback task_work path when task_work_add() can no longer queue work to the originating task. The fallback runs from a kworker and io_uring marks such task work as canceled through tw.cancel. io_waitid_cb() currently ignores tw.cancel and calls __do_wait(). waitid is task-context dependent: __do_wait() performs child lookup relative to current, and the retry path also uses current->signal->wait_chldexit. If the callback runs from the fallback kworker, current is therefore not the task that submitted the request. Honor tw.cancel before entering __do_wait(). Complete the request with -ECANCELED and skip the siginfo copy, since canceled task work may run without the submitting task's userspace execution context. Keep the existing siginfo handling for normal waitid completion and explicit cancellation.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= f31ecf671ddc498f20219453395794ff2383e06b, < 0879697520abda2383ed7be40572ad583b5c4b02; >= f31ecf671ddc498f20219453395794ff2383e06b, < 7bc98e2de8c58a2bfaf0f540eb096a386ecfc96c; >= f31ecf671ddc498f20219453395794ff2383e06b, < 14572de82e5022899e5856008bc9cac97004a88c |
| Linux | Linux | 6.7 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-81010?
How severe is CVE-2026-81010?
How do I fix CVE-2026-81010?
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-81004In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-81005In the Linux kernel, the following vulnerability has been re…
- CVE-2026-81006In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-81007In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-81008In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-81009In the Linux kernel, the following vulnerability has been re…
- CVE-2026-81011In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-81012In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-81013In the Linux kernel, the following vulnerability has been re…
- CVE-2026-81014In the Linux kernel, the following vulnerability has been re…
- CVE-2026-81015In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-81016In the Linux kernel, the following vulnerability has been re…7.7
Are you affected by CVE-2026-81010?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
