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

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

enic: fix txhangreset use-after-free on device removal

enicremove() cancels the reset and changemtuwork items but does not cancel txhangreset. A TX timeout that fires while the device is being removed can schedule enictxhangreset() so that it runs after free_netdev(), resulting in a use-after-free.

cancelworksync() alone is not sufficient here: the still-live watchdog and notify paths can re-schedule these work items in the window between the cancel and unregisternetdev(). Use disableworksync(), which cancels the work and blocks any subsequent schedulework() from requeuing it, and apply it to the reset and changemtuwork items as well so the same requeue race is closed for all teardown work.

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-97305.json"