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: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel octeontx2 driver implements the NIX network controller for SiFive OcteonTX 2 processors. A logic error allows an administrator to set the maximum number of logical functions (LFs) via the devlink interface before any LFs have been assigned to a physical or virtual function. The check that confirms whether any LFs are assigned is incorrect, so the kernel may accept a maximum LF value that does not correspond to the actual set of LFs. This can lead to an inconsistent driver configuration and degraded networking performance or service disruption, but does not trigger a crash or allow arbitrary code execution.

Affected Systems

This applies to any Linux kernel that includes the octeontx2 driver. The specific kernel versions affected are not enumerated in the available data, so any kernel build that ships the driver prior to the patch is potentially vulnerable. Systems that use the octeontx2 NIX network controller in either physical or virtual function mode are at risk.

Risk and Exploitability

The CVSS score of 7.8 classifies this as a high‑severity vulnerability, yet the EPSS score of <1% suggests that exploitation in the wild is unlikely. The devlink commands require privileged (root or system administrator) access, so only users with such rights can trigger the flaw; this limits the attack surface to local privileged users. Based on the command interface, it is inferred that only privileged users can run devlink commands. The vulnerability is not listed in the CISA KEV catalog, and no publicly available exploits are known. Because the flaw merely causes driver state inconsistency, the impact is limited to potential service degradation rather than full compromise.

Generated by OpenCVE AI on August 22, 2026 at 06:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the kernel to the latest version that incorporates the octeontx2 patch
  • Limit devlink command usage to administrators, ensuring non‑privileged users cannot change LF settings
  • Implement checks to verify a LF has been assigned before allowing a new maximum LF value, or revert to a default after detection
  • Monitor network behavior and driver status for anomalies that could indicate misconfiguration

Generated by OpenCVE AI on August 22, 2026 at 06:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 22 Aug 2026 04:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-20
CWE-665

Thu, 20 Aug 2026 00:15:00 +0000


Mon, 17 Aug 2026 17:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-20
CWE-665

Mon, 17 Aug 2026 10:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-20

Mon, 17 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 7.8, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}


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-17T05:43:50.739Z

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-17T06:19:07.830

Link: CVE-2026-72410

cve-icon Redhat

Severity : Low

Publid Date: 2026-08-15T00:00:00Z

Links: CVE-2026-72410 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-22T06:30:04Z

Weaknesses
  • CWE-367

    Time-of-check Time-of-use (TOCTOU) Race Condition