CVE-2026-68334
Last modified
CVE-2026-68334 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: rxrpc: fix io_thread race in rxrpc_wake_up_io_thread() rxrpc_wake_up_io_thread() checks local->io_thread before waking it, but then reloads the pointer for wake_up_process(). local->io_thread is cleared with WRITE_ONCE() when the I/O thread exits, so the second load can see NULL even if the first load did not. Take a READ_ONCE() snapshot and use it for both the NULL check and the wake_up_process() call, as rxrpc_encap_rcv() already does..
Description
In the Linux kernel, the following vulnerability has been resolved: rxrpc: fix io_thread race in rxrpc_wake_up_io_thread() rxrpc_wake_up_io_thread() checks local->io_thread before waking it, but then reloads the pointer for wake_up_process(). local->io_thread is cleared with WRITE_ONCE() when the I/O thread exits, so the second load can see NULL even if the first load did not. Take a READ_ONCE() snapshot and use it for both the NULL check and the wake_up_process() call, as rxrpc_encap_rcv() already does.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 5800b1cf3fd8ccab752a101865be1e76dac33142, < c9165e199f56997f2f2deb5d3ec2dfab98dfa288; >= 5800b1cf3fd8ccab752a101865be1e76dac33142, < 092b42cf3f6013eec43607ecbcad674723649514; >= 5800b1cf3fd8ccab752a101865be1e76dac33142, < 745fb794c3e933c023af9dbb5876a5e16ad2dc71 |
| Linux | Linux | 6.16 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-68334?
How severe is CVE-2026-68334?
How do I fix CVE-2026-68334?
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-68329In the Linux kernel, the following vulnerability has been re…
- CVE-2026-6833The a+HRD developed by aEnrich has a SQL Injection vulnerabi…7.1
- CVE-2026-68330In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68331In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68332In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68333In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68335In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68336In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68337In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68338In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68339In the Linux kernel, the following vulnerability has been re…
- CVE-2026-6834The a+HRD developed by aEnrich has a Missing Authorization v…7.1
Are you affected by CVE-2026-68334?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
