CVE-2026-72329

Source
https://cve.org/CVERecord?id=CVE-2026-72329
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72329.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-72329
Downstream
Published
2026-08-15T05:55:39Z
Modified
2026-08-18T03:56:23Z
Severity
  • 9.3 (Critical) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H CVSS Calculator
Summary
net/liquidio: drop cached VF pci_dev LUT
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 pci_dev pointers in dpiring_to_vfpcidev_lut[] by iterating with pci_get_device(). 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 OCTEON_VF_FLR_REQUEST.

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

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72329.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
ca6139ffc67ee6ef0459f81e37894ed411083855
Fixed
81acef3a247fd523513a2e9f71de1c167bc0f882
Fixed
5c0e3ba4f500fd4314ceb42f07f16bc445156431

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72329.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
4.10.0
Fixed
7.1.5

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72329.json"