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

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

net/liquidio: drop cached VF pci_dev LUT

The PF SR-IOV enable path caches VF pcidev pointers in dpiringtovfpcidevlut[] by iterating with pcigetdevice(). Those entries do not own a reference, because the iterator drops the previous device reference on each step. The cached pointer is then dereferenced later when handling OCTEONVFFLR_REQUEST.

Replace the cached VF mapping with runtime lookup on the mailbox DPI ring: derive the VF index from qno, resolve the VF via exported PCI IOV helpers, validate it with the PF pointer and VF ID, then issue pcieflr() and drop the reference with pcidevput(). Remove the unused VF lookup table initialization and cleanup.

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