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.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2026-07-24 16:16
Updated : 2026-08-12 00:17
NVD link : CVE-2026-64209
Mitre link : CVE-2026-64209
CVE.ORG link : CVE-2026-64209
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-125
Out-of-bounds Read
