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

octeontx2-af: CGX: add bounds check to cgx_speed_mbps index

cgx_speed_mbps has 13 elements but RESP_LINKSTAT_SPEED can yield values
0-15. If it returns a value >= 13, this causes an out-of-bounds array
access. Add a bounds check and default to speed 0 if the index is out of
range.
Published: 2026-07-24
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An out-of-bounds array read in the octeontx2‑af CGX driver occurs when the RESP_LINKSTAT_SPEED value exceeds the 12th index of the cgx_speed_mbps array. Because the array contains only 13 elements, accessing indices 13‑15 can expose kernel memory or cause a hard‑kernel fault, depending on the data read. The vulnerability is a classic bounds‑checking failure, classified as CWE‑125 and CWE‑129, and the CVSS score of 7.8 reflects a high risk of information leakage with the possibility of a denial‑of‑service outcome.

Affected Systems

Linux kernel implementations that ship the octeontx2‑af CGX driver without the patch are affected. All distributions containing this driver code under any kernel version prior to the commit adding the bounds check suffer the defect. No specific version range is listed, so any kernels compiled with the old driver code are susceptible.

Risk and Exploitability

The EPSS score of less than 1 % indicates an exceedingly low likelihood of real‑world exploitation to date. The vulnerability is not listed in CISA’s KEV catalog, implying that no publicly known exploits have been observed. Based on the description, it is inferred that an attacker would need the capacity to cause the driver to process a RESP_LINKSTAT_SPEED response with a value outside the valid range, which could be enabled by local or remote interaction with the affected network interface. While the flaw can leak kernel data or crash the system, the low exploitation probability and absence of known exploits keep the immediate risk relatively contained.

Generated by OpenCVE AI on August 13, 2026 at 11:41 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a version that contains the bounds‑check patch for cgx_speed_mbps in the octeontx2‑af driver.
  • If a kernel upgrade is not immediately possible, disable the octeontx2‑af CGX driver or block traffic that can generate RESP_LINKSTAT_SPEED messages to avoid out‑of‑bounds reads.
  • Alternatively, configure firewall or network policy rules to drop or reject commands that would trigger RESP_LINKSTAT_SPEED responses on the affected interface.

Generated by OpenCVE AI on August 13, 2026 at 11:41 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Ubuntu USN Ubuntu USN USN-8618-1 Linux kernel vulnerabilities
History

Wed, 12 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-129
CPEs cpe:2.3:o:linux:linux_kernel:7.1:rc1:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.1:rc2:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.1:rc3:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.1:rc4:*:*:*:*:*:*
Metrics cvssV3_1

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

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'}


Wed, 29 Jul 2026 00:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

cvssV3_1

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

threat_severity

Moderate


Mon, 27 Jul 2026 06:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-125

Fri, 24 Jul 2026 18:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: octeontx2-af: CGX: add bounds check to cgx_speed_mbps index cgx_speed_mbps has 13 elements but RESP_LINKSTAT_SPEED can yield values 0-15. If it returns a value >= 13, this causes an out-of-bounds array access. Add a bounds check and default to speed 0 if the index is out of range.
Title octeontx2-af: CGX: add bounds check to cgx_speed_mbps index
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-07-24T15:23:09.785Z

Reserved: 2026-07-19T15:36:31.771Z

Link: CVE-2026-64225

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Analyzed

Published: 2026-07-24T16:16:51.440

Modified: 2026-08-12T00:08:05.457

Link: CVE-2026-64225

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-07-24T00:00:00Z

Links: CVE-2026-64225 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T11:45:03Z

Weaknesses
  • CWE-125

    Out-of-bounds Read

  • CWE-129

    Improper Validation of Array Index