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

octeontx2-af: Validate NIX maximum LFs correctly

NIX maximum number of LFs can be set via devlink command
but that can be done before assigning any LFs to a PF/VF.
The condition used to check whether any LFs are assigned is
incorrect. This patch fixes that condition.
Published: 2026-08-15
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw originates from an incorrect check that determines whether any logical functions (LFs) have been assigned to a physical or virtual function on octeontx2 devices. The erroneous condition allows a user with devlink command privileges to set the maximum number of LFs before any LFs are assigned, which can lead to resource misconfiguration or kernel instability. The weakness is a classic example of improper input validation (CWE‑20) and could ultimately result in a kernel crash or denial of service.

Affected Systems

All Linux kernel builds that include the octeontx2 driver without the new patch are affected. The issue covers generic Linux kernel deployments, as indicated by the vendor/product list "Linux:Linux".

Risk and Exploitability

The CVSS score is not provided and EPSS data is unavailable, so the precise quantitative risk cannot be determined. The vulnerability is not listed in the CISA KEV catalog. Exploitation would require an attacker to run devlink commands with sufficient privileges, limiting the threat to privileged users or compromised systems. However, because the flaw could trigger a kernel crash, the potential impact if exploited can be severe. Applying the patch removes the risk, so systems updated to the latest kernel version are no longer vulnerable.

Generated by OpenCVE AI on August 15, 2026 at 11:09 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest Linux kernel release that contains the octeontx2 patch.
  • If a kernel upgrade is not immediately feasible, restrict the use of devlink commands to trusted administrators and enforce that maximum LF settings can only be applied after LFs are assigned.
  • As a temporary measure, revert any maximum LF configuration to a safe value and verify that no LFs are unassigned before reapplying the setting.

Generated by OpenCVE AI on August 15, 2026 at 11:09 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Weaknesses CWE-20

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

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: octeontx2-af: Validate NIX maximum LFs correctly NIX maximum number of LFs can be set via devlink command but that can be done before assigning any LFs to a PF/VF. The condition used to check whether any LFs are assigned is incorrect. This patch fixes that condition.
Title octeontx2-af: Validate NIX maximum LFs correctly
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:56:32.843Z

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

Link: CVE-2026-72410

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:22:14.623

Modified: 2026-08-15T06:22:14.623

Link: CVE-2026-72410

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-15T11:15:03Z

Weaknesses
  • CWE-20

    Improper Input Validation