{"id":"CVE-2026-72405","aliases":[],"url":"https://o3.security/vulnerability/CVE-2026-72405","summary":"net: udp_tunnel: prevent double queueing in udp_tunnel_nic_device_sync","details":"In the Linux kernel, the following vulnerability has been resolved:\n\nnet: udp_tunnel: prevent double queueing in udp_tunnel_nic_device_sync\n\nYue Sun reported a use-after-free and debugobjects warning in\nudp_tunnel_nic_device_sync_work() during concurrent device operations.\n\nThe workqueue core clears the internal pending bit before invoking the\nworker. At that point, a concurrent thread can queue the work again.\nWhen the already running worker eventually clears the work_pending flag\nto 0, it mistakenly clears the flag for the newly queued instance.\nudp_tunnel_nic_unregister() then observes work_pending as 0 and frees\nthe structure while the second work item is still active in the queue,\nleading to UAF.\n\nFix this by returning early in udp_tunnel_nic_device_sync() if\nwork_pending is already set, preventing redundant work queueing.","published":"2026-08-15T05:56:29.466Z","modified":"2026-08-18T03:56:25.420414981Z","cvss":{"score":7.8,"severity":"HIGH","vector":"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H"},"epss":null,"cisaKev":null,"exploitsKnown":null,"affectedPackages":[{"ecosystem":"Linux","name":"Kernel","fixedVersion":"6.12.97"}],"fix":null,"references":[{"type":"WEB","url":"https://git.kernel.org/stable/c/54292b167466cdf42176b7b6f01da66c184deb12"},{"type":"WEB","url":"https://git.kernel.org/stable/c/9075efb9b2c1d9d7a8285c937b64aa93ca0c41b7"},{"type":"WEB","url":"https://git.kernel.org/stable/c/cee6688e5731c0591643521716d1a1a5c1a98bf8"},{"type":"WEB","url":"https://git.kernel.org/stable/c/ecf69d4b43370c587e48d4d70289dbdb7e039d4d"},{"type":"ADVISORY","url":"https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72405.json"},{"type":"ADVISORY","url":"https://nvd.nist.gov/vuln/detail/CVE-2026-72405"},{"type":"PACKAGE","url":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git"}],"provenance":{"sources":["OSV.dev","FIRST.org (EPSS)"],"lastVerified":"2026-08-18T03:56:25.420414981Z"}}