Import Source
https://github.com/microsoft/AzureLinuxVulnerabilityData/blob/main/osv/AZL-83735.json
JSON Data
https://api.osv.dev/v1/vulns/AZL-83735
Upstream
Published
2026-04-24T15:16:43Z
Modified
2026-09-04T05:27:10Z
Summary
CVE-2026-31645 affecting package kernel 6.6.150.1-1
Details

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

net: lan966x: fix page pool leak in error paths

lan966xfdmarxalloc() creates a page pool but does not destroy it if the subsequent fdmaalloc_coherent() call fails, leaking the pool.

Similarly, lan966xfdmainit() frees the coherent DMA memory when lan966xfdmatxalloc() fails but does not destroy the page pool that was successfully created by lan966xfdmarxalloc(), leaking it.

Add the missing pagepooldestroy() calls in both error paths.

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