CVE-2026-72329

Linux · Kernel

A reference counting vulnerability in the Linux kernel LiquidIO driver allows for potential use after free conditions during SR-IOV operations.

Executive summary

A critical use after free vulnerability in the Linux kernel LiquidIO driver could allow an attacker to achieve system compromise or denial of service.

Vulnerability

The vulnerability exists in the LiquidIO driver where VF pci_dev pointers were cached without properly maintaining reference counts. An attacker could trigger this during an OCTEON_VF_FLR_REQUEST, leading to a dereference of an invalid pointer.

Business impact

The flaw is rated as critical with a CVSS score of 9.3, reflecting its potential for full system compromise. Successful exploitation could lead to arbitrary code execution, privilege escalation, or system instability, posing a significant risk to the integrity and availability of the affected infrastructure.

Remediation

Immediate Action: Update the Linux kernel to version 7.1.5 or later, which contains the fix for the improper reference counting in the LiquidIO driver.

Proactive Monitoring: Monitor system logs for kernel panics or unexpected process crashes, particularly those associated with PCI device management or SR-IOV initialization.

Compensating Controls: Restrict access to SR-IOV configuration and kernel-level interfaces to highly privileged administrators to minimize the attack surface.

Exploitation status

Public Exploit Available: Unknown

Analyst recommendation

Given the critical severity and the nature of kernel-level vulnerabilities, organizations should prioritize patching affected systems. Ensure that production environments are updated to a kernel version containing the fix to prevent potential exploitation of this memory safety issue.

More Linux CVEs

Sources