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

phy: qcom: qmp-usbc: Fix out-of-bounds array access in dp swing config

swing_tbl and pre_emphasis_tbl are 4x4 arrays (valid indices 0-3), but
the boundary check uses "> 4" instead of ">= 4", allowing index 4 to
cause an out-of-bounds access.
Published: 2026-07-24
Score: 7.1 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability arises from an off‑by‑one error in the boundary check for two 4×4 tables used in DP swing configuration within the qmp‑usbc driver of the Linux kernel. The code allows an index value of four, which is outside the allowed range of zero to three, causing out‑of‑bounds array access. The out‑of‑bounds read or write can corrupt adjacent memory, potentially leading to a kernel crash or unexpected behavior. An attacker may exploit this flaw by providing input that triggers the DP swing configuration routine, such as through a USB‑C device or component that interacts with the driver. (The attack vector is inferred from the description because the exact trigger mechanism is not explicitly stated.)

Affected Systems

The affected software is the Linux kernel. No specific kernel version range was provided, so any kernel containing the buggy qmp‑usbc driver before the published patch is potentially impacted. The vendor is Linux.

Risk and Exploitability

The EPSS score is less than 1 %, and the vulnerability is not listed in the CISA KEV catalog, indicating a currently low likelihood of exploitation. The CVSS score is 7.1, indicating moderate severity. The flaw requires an attacker to trigger the DP swing configuration routine, which likely involves a USB‑C device or a system component interacting with the qmp‑usbc driver. Because the trigger is not publicly documented, the exact attack surface is uncertain; the most probable scenario is local exploitation with device insertion. The out‑of‑bounds access can lead to denial‑of‑service by causing a kernel crash or other instability. No evidence supports that exploitation could lead to privilege escalation.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a version that contains the CVE‑2026‑64209 fix, which addresses the out‑of‑bounds array access.
  • If a kernel upgrade cannot be performed, rebuild or reconfigure the kernel with CONFIG_QMP_USBC disabled so the vulnerable driver code is removed, eliminating the weakness.
  • Until a patch or driver removal is in place, restrict USB‑C device input to trusted or signed sources, avoiding devices that could trigger the DP swing configuration path.

Generated by OpenCVE AI on August 13, 2026 at 11:11 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:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-125
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': 7.1, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H'}


Sat, 01 Aug 2026 03:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-129
CWE-788

Tue, 28 Jul 2026 16:15:00 +0000


Sun, 26 Jul 2026 03:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-129
CWE-788

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

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: phy: qcom: qmp-usbc: Fix out-of-bounds array access in dp swing config swing_tbl and pre_emphasis_tbl are 4x4 arrays (valid indices 0-3), but the boundary check uses "> 4" instead of ">= 4", allowing index 4 to cause an out-of-bounds access.
Title phy: qcom: qmp-usbc: Fix out-of-bounds array access in dp swing config
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:00.691Z

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

Link: CVE-2026-64209

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Analyzed

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

Modified: 2026-08-12T00:17:55.670

Link: CVE-2026-64209

cve-icon Redhat

Severity :

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

Links: CVE-2026-64209 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T11:15:05Z

Weaknesses