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

net: liquidio: fix BAR resource leak on PF number failure

If cn23xx_get_pf_num() fails, the function returns without
unmapping either BAR. Unmap both BARs before returning from
the error path.

Found by manual code review.
Published: 2026-08-15
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel net liquidio driver contains a defect where, if the function to obtain the PF number fails, the code returns without unmapping the BAR resources that had been allocated. This leaks hardware resources and can leave memory mappings in an inconsistent state. The missing cleanup could lead to degraded performance, potential memory pressure, or driver instability, depending on how the leaked BAR resources are handled by the system. The available data does not specify whether an attacker can trigger the error path or what the exact consequences would be, but a resource leak in kernel space may be used to drive the system toward a denial‑of‑service condition.

Affected Systems

This issue affects Linux kernel implementations that include the net liquidio driver prior to the patch. Because the driver is part of the core kernel, all distributions shipping a kernel that contains the v2.3:linux:linux_kernel component are potentially impacted until the code change is included. Specific kernel versions are not listed, so any kernel version that incorporates the affected code path should be examined.

Risk and Exploitability

No CVSS score or EPSS information is available, and the vulnerability is not listed in CISA KEV, so the objective risk level cannot be determined from the public data. However, kernel resource leaks can be leveraged by a local or privileged attacker to exhaust system resources or cause driver instability, which could in turn affect service availability. The likely attack vector would be exploitation of the network interface driver during initialization or operation of a network device that uses the liquidio backend. Because the code path is internal to the kernel, elevated privileges or direct access to the device would be necessary to trigger the error condition.

Generated by OpenCVE AI on August 15, 2026 at 08:03 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the system to a Linux kernel release that includes the commit referenced in the advisory, such as the latest stable kernel version.
  • Reboot the system after the kernel update to ensure the new driver code is loaded.
  • Verify that the device initialization process completes without BAR resource leakage by checking kernel logs for any driver warnings or errors related to BAR mapping.
  • Consider disabling or uninstalling the liquidio driver if the affected device is not required.

Generated by OpenCVE AI on August 15, 2026 at 08:03 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 15 Aug 2026 08:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-464
CWE-471

Sat, 15 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: net: liquidio: fix BAR resource leak on PF number failure If cn23xx_get_pf_num() fails, the function returns without unmapping either BAR. Unmap both BARs before returning from the error path. Found by manual code review.
Title net: liquidio: fix BAR resource leak on PF number failure
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-15T05:51:58.487Z

Reserved: 2026-08-09T03:40:39.901Z

Link: CVE-2026-72038

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:21:12.860

Modified: 2026-08-15T06:21:12.860

Link: CVE-2026-72038

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-15T08:15:04Z

Weaknesses
  • CWE-464

    Addition of Data Structure Sentinel

  • CWE-471

    Modification of Assumed-Immutable Data (MAID)