CVE-2026-72329
Last modified
CVE-2026-72329 is a critical-severity vulnerability rated 9.3/10 on the CVSS scale. 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. EPSS estimates a 0.20% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= ca6139ffc67ee6ef0459f81e37894ed411083855, < 81acef3a247fd523513a2e9f71de1c167bc0f882; >= ca6139ffc67ee6ef0459f81e37894ed411083855, < 5c0e3ba4f500fd4314ceb42f07f16bc445156431 |
| Linux | Linux | 4.10 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72329?
How severe is CVE-2026-72329?
How do I fix CVE-2026-72329?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-72323In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-72324In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72325In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72326In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72327In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72328In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-7233A vulnerability was determined in Artifex MuPDF up to 1.28.0…6.1
- CVE-2026-72330In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-72331In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72332In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72333In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72334In the Linux kernel, the following vulnerability has been re…8.8
Are you affected by CVE-2026-72329?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
