Import Source
https://github.com/microsoft/AzureLinuxVulnerabilityData/blob/main/osv/AZL-96275.json
JSON Data
https://api.osv.dev/v1/vulns/AZL-96275
Upstream
Published
2026-08-15T06:22:14Z
Modified
2026-08-31T05:26:27Z
Summary
CVE-2026-72405 affecting package kernel 6.6.150.1-1
Details

In the Linux kernel, the following vulnerability has been resolved:

net: udptunnel: prevent double queueing in udptunnelnicdevice_sync

Yue Sun reported a use-after-free and debugobjects warning in udptunnelnicdevicesync_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 workpending flag to 0, it mistakenly clears the flag for the newly queued instance. udptunnelnicunregister() 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 udptunnelnicdevicesync() if work_pending is already set, preventing redundant work queueing.

References

Affected packages

Azure Linux:3 / kernel

Package

Name
kernel
Purl
pkg:rpm/azure-linux/kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Last affected
6.6.150.1-1

Database specific

source
"https://github.com/microsoft/AzureLinuxVulnerabilityData/blob/main/osv/AZL-96275.json"