VDB
DEBIAN-CVE-2023-53238
DEBIAN-CVE-2023-53238
PUBLISHED
CVSS 7.099999904632568 HIGH
In the Linux kernel, the following vulnerability has been resolved: phy: hisilicon: Fix an out of bounds check in hisi_inno_phy_probe() The size of array 'priv->ports[]' is INNO_PHY_PORT_NUM. In the for loop, 'i' is used as the index for array 'priv->ports[]' with a check (i > INNO_PHY_PORT_NUM) which indicates that INNO_PHY_PORT_NUM is allowed value for 'i' in the same loop. This > comparison needs to be changed to >=, otherwise it potentially leads to an out of bounds write on the next iteration through the loop
Risk Scores
CVSS 3.1
7.099999904632568
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Debian:12 | linux | 6.1.27-1, 6.1.38-2, * |
| Debian:14 | linux | 0, 0, 0 |
| Debian:11 | linux | 5.10.106-1, 5.10.103-1, 5.10.162-1 |
| Debian:13 | linux | 0, 0, 0 |
Timeline
- Sep 15, 2025 CVE Published
- Apr 28, 2026 CVE Updated