Import Source
https://github.com/microsoft/AzureLinuxVulnerabilityData/blob/main/osv/AZL-98112.json
JSON Data
https://api.osv.dev/v1/vulns/AZL-98112
Upstream
Published
2026-08-28T08:16:57Z
Modified
2026-08-29T14:18:10.276221501Z
Summary
CVE-2026-80715 affecting package kernel 6.6.150.1-1
Details

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

igc: remove napisynchronize() in igcdown()

When an AFXDP zero-copy application is killed abruptly, the XSK pool is torn down but NAPI keeps polling. igccleanrxirqzc() then returns the full budget on every poll, so napicompletedone() never clears NAPISTATE_SCHED.

igcdown() calls napisynchronize() before napidisable(), so it spins forever waiting for that bit and the interface never goes down. Drop the napisynchronize() and let napidisable() do the job -- it sets NAPISTATEDISABLE, which forces the stuck poll to complete. Reorder it ahead of igcsetqueuenapi() so the NAPI mapping is cleared only after polling has stopped, matching the recent igb fix b1e067240379.

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