CVE-2026-72306
Last modified
CVE-2026-72306 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: vduse: Fix race in vduse_dev_msg_sync and vduse_dev_read_iter There is one race case in vduse_dev_msg_sync and vduse_dev_read_iter: vduse_dev_read_iter(): lock(msg_lock); dequeue_msg(send_list); unlock(msg_lock); vduse_dev_msg_sync(): wait_timeout() finish lock(msg_lock); check msg->complete is false list_del(msg); <- double list_del() crash! To fix this case, we shall ensure vduse_msg is on send_list or recv_list outside the msg_lock critical section.. EPSS estimates a 0.21% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: vduse: Fix race in vduse_dev_msg_sync and vduse_dev_read_iter There is one race case in vduse_dev_msg_sync and vduse_dev_read_iter: vduse_dev_read_iter(): lock(msg_lock); dequeue_msg(send_list); unlock(msg_lock); vduse_dev_msg_sync(): wait_timeout() finish lock(msg_lock); check msg->complete is false list_del(msg); <- double list_del() crash! To fix this case, we shall ensure vduse_msg is on send_list or recv_list outside the msg_lock critical section.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= c8a6153b6c59d95c0e091f053f6f180952ade91e, < c83ad3dfa6d9953d5ce6839416bf5a1bfc50285a; >= c8a6153b6c59d95c0e091f053f6f180952ade91e, < 09723f26ed801c083e914cec4cc0e1af4b933dc7; >= c8a6153b6c59d95c0e091f053f6f180952ade91e, < d7e7c813834c6c05c26033456ab7169e2f9c99eb; >= c8a6153b6c59d95c0e091f053f6f180952ade91e, < 3755965adbb617f4283ac6ccd351ed0676843cba; >= c8a6153b6c59d95c0e091f053f6f180952ade91e, < d8715b5a8fdb23fef576700e71d0c253dbeddad4; >= c8a6153b6c59d95c0e091f053f6f180952ade91e, < 8062ff9d366c4bc4ae775e14eac9a769f20c60dd; >= c8a6153b6c59d95c0e091f053f6f180952ade91e, < ae9c13b6fd79087cc5a216ee1649b6f012c2a238 |
| Linux | Linux | 5.15 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72306?
How severe is CVE-2026-72306?
How do I fix CVE-2026-72306?
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-72300In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72301In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72302In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72303In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72304In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72305In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72307In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72308In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72309In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72310In the Linux kernel, the following vulnerability has been re…8.1
- CVE-2026-72311In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72312In the Linux kernel, the following vulnerability has been re…7.9
Are you affected by CVE-2026-72306?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
