๐Ÿ” CVE Alert

CVE-2026-68334

UNKNOWN 0.0

rxrpc: fix io_thread race in rxrpc_wake_up_io_thread()

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Aug 10, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

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

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

Affected Versions

Linux / Linux
5800b1cf3fd8ccab752a101865be1e76dac33142 < c9165e199f56997f2f2deb5d3ec2dfab98dfa288 5800b1cf3fd8ccab752a101865be1e76dac33142 < 092b42cf3f6013eec43607ecbcad674723649514 5800b1cf3fd8ccab752a101865be1e76dac33142 < 745fb794c3e933c023af9dbb5876a5e16ad2dc71
Linux / Linux
6.16

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/c9165e199f56997f2f2deb5d3ec2dfab98dfa288 git.kernel.org: https://git.kernel.org/stable/c/092b42cf3f6013eec43607ecbcad674723649514 git.kernel.org: https://git.kernel.org/stable/c/745fb794c3e933c023af9dbb5876a5e16ad2dc71