CVE-2026-64225
Received Received - Intake

Out-of-Bounds Access in Linux Kernel Octeontx2-AF Driver

Vulnerability report for CVE-2026-64225, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-24

Last updated on: 2026-07-24

Assigner: kernel.org

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-24
Last Modified
2026-07-24
Generated
2026-07-24
AI Q&A
2026-07-24
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
marvell octeontx2 0

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a vulnerability in the Linux kernel affecting the octeontx2-af driver. The issue involves an out-of-bounds array access in the cgx_speed_mbps array, which has only 13 elements. The RESP_LINKSTAT_SPEED response can return values from 0 to 15, and if it returns a value 13 or higher, it causes an out-of-bounds access. A bounds check has been added to prevent this by defaulting to speed 0 if the index is out of range.

Detection Guidance

This vulnerability involves an out-of-bounds array access in the Linux kernel's octeontx2-af driver. Detection requires checking kernel logs for crashes or errors related to the CGX module. Monitor for kernel oops messages or system hangs after network operations. No specific commands are provided in the context.

Impact Analysis

This vulnerability could lead to memory corruption or crashes in systems using the affected Linux kernel component. It may cause instability or denial of service if exploited, particularly in systems with Marvell OcteonTX2 hardware.

Compliance Impact

This vulnerability does not directly affect compliance with GDPR, HIPAA, or similar standards. It is a low-level kernel issue involving an out-of-bounds array access in the Marvell OcteonTX2 network driver, which could lead to system instability or crashes but does not involve data exposure or privacy violations.

Mitigation Strategies

Update the Linux kernel to a patched version where the bounds check has been added. If immediate patching is not possible, restrict network operations involving the octeontx2-af driver until the update is applied.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-64225. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart