CVE-2026-93829
Last modified
CVE-2026-93829 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: smb: client: fix races in cifsd thread creation The cifsd demultiplex thread can run and access tcp_ses before the parent thread has finished populating tcp_ses, which the worker thread accesses locklessly. Also, the kthread_run macro may start the thread before returning the thread pointer. Because the pointer is part of the structure that the thread can access, if the kernel is preempted after the thread is spawned, but before the thread pointer is populated and the thread attempts to exit, it will sleep, waiting for a SIGKILL signal. Fix this by moving creation of the thread to after all of tcp_ses'es fields are populated, and spawning the thread last, using a split kthread_create/wake_up_process logic..
Description
In the Linux kernel, the following vulnerability has been resolved: smb: client: fix races in cifsd thread creation The cifsd demultiplex thread can run and access tcp_ses before the parent thread has finished populating tcp_ses, which the worker thread accesses locklessly. Also, the kthread_run macro may start the thread before returning the thread pointer. Because the pointer is part of the structure that the thread can access, if the kernel is preempted after the thread is spawned, but before the thread pointer is populated and the thread attempts to exit, it will sleep, waiting for a SIGKILL signal. Fix this by moving creation of the thread to after all of tcp_ses'es fields are populated, and spawning the thread last, using a split kthread_create/wake_up_process logic.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= aaf737adb6937339494d5a7111f0433cd9676db8, < ee8f811cbac56ffb738b3a73671a9e75b0f56e99; >= aaf737adb6937339494d5a7111f0433cd9676db8, < 0eee1e6cddd1d9ce14da06e0238ca8d3362dec90; >= aaf737adb6937339494d5a7111f0433cd9676db8, < e8a5cf2ff5a13fefb228f2069e29dd7d8e37185d |
| Linux | Linux | 2.6.22 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-93829?
How severe is CVE-2026-93829?
How do I fix CVE-2026-93829?
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-93823In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93824In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93825In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93826In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-93827In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-93828In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9383A vulnerability has been found in itsourcecode Electronic Ju…7.3
- CVE-2026-93830In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-93834A use-after-free vulnerability was found in QEMU's 9pfs subs…8.8
- CVE-2026-93836The WPC Product Bundles for WooCommerce plugin for WordPress…7.2
- CVE-2026-93838SGLang versions through 0.5.20 contain an unbounded memory a…5.9
- CVE-2026-93839LightLLM through 1.2.0 contains an authentication bypass vul…9.8
Are you affected by CVE-2026-93829?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
