CVE-2026-64209

Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
24/07/2026
Last modified:
30/07/2026

Description

In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> phy: qcom: qmp-usbc: Fix out-of-bounds array access in dp swing config<br /> <br /> swing_tbl and pre_emphasis_tbl are 4x4 arrays (valid indices 0-3), but<br /> the boundary check uses "&gt; 4" instead of "&gt;= 4", allowing index 4 to<br /> cause an out-of-bounds access.

Impact