CVE-2026-72405
Last modified
CVE-2026-72405 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: net: udp_tunnel: prevent double queueing in udp_tunnel_nic_device_sync Yue Sun reported a use-after-free and debugobjects warning in udp_tunnel_nic_device_sync_work() during concurrent device operations. The workqueue core clears the internal pending bit before invoking the worker. At that point, a concurrent thread can queue the work again. When the already running worker eventually clears the work_pending flag to 0, it mistakenly clears the flag for the newly queued instance. udp_tunnel_nic_unregister() then observes work_pending as 0 and frees the structure while the second work item is still active in the queue, leading to UAF. Fix this by returning early in udp_tunnel_nic_device_sync() if work_pending is already set, preventing redundant work queueing.. EPSS estimates a 0.18% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: net: udp_tunnel: prevent double queueing in udp_tunnel_nic_device_sync Yue Sun reported a use-after-free and debugobjects warning in udp_tunnel_nic_device_sync_work() during concurrent device operations. The workqueue core clears the internal pending bit before invoking the worker. At that point, a concurrent thread can queue the work again. When the already running worker eventually clears the work_pending flag to 0, it mistakenly clears the flag for the newly queued instance. udp_tunnel_nic_unregister() then observes work_pending as 0 and frees the structure while the second work item is still active in the queue, leading to UAF. Fix this by returning early in udp_tunnel_nic_device_sync() if work_pending is already set, preventing redundant work queueing.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= cc4e3835eff474aa274d6e1d18f69d9d296d3b76, < cee6688e5731c0591643521716d1a1a5c1a98bf8; >= cc4e3835eff474aa274d6e1d18f69d9d296d3b76, < 9075efb9b2c1d9d7a8285c937b64aa93ca0c41b7; >= cc4e3835eff474aa274d6e1d18f69d9d296d3b76, < 54292b167466cdf42176b7b6f01da66c184deb12; >= cc4e3835eff474aa274d6e1d18f69d9d296d3b76, < ecf69d4b43370c587e48d4d70289dbdb7e039d4d |
| Linux | Linux | 5.9 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72405?
How severe is CVE-2026-72405?
How do I fix CVE-2026-72405?
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-7240A vulnerability has been found in Totolink A8000RU 7.1cu.643…9.8
- CVE-2026-72400In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72401In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72402In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72403In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72404In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72406In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72407In the Linux kernel, the following vulnerability has been re…10
- CVE-2026-72408In the Linux kernel, the following vulnerability has been re…10
- CVE-2026-72409In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-7241A vulnerability was found in Totolink A8000RU 7.1cu.643_b202…9.8
- CVE-2026-72410In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-72405?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
