Bug 2532300 (CVE-2026-89721) - CVE-2026-89721 kernel: Linux kernel: `rockchip-samsung-dcphy` out-of-bounds read leads to denial of service
Summary: CVE-2026-89721 kernel: Linux kernel: `rockchip-samsung-dcphy` out-of-bounds r...
Keywords:
Status: NEW
Alias: CVE-2026-89721
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-09-11 22:13 UTC by OSIDB Bzimport
Modified: 2026-09-11 22:26 UTC (History)
15 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-09-11 22:13:27 UTC
In the Linux kernel, the following vulnerability has been resolved:

phy: rockchip-samsung-dcphy: fix out-of-range max_register

The PHY register block is 64KB, so with a register stride of 4 the
last accessible register sits at offset 0xfffc. max_register names
0x10000, one register past the end of the mapping: dumping the
registers through the regmap debugfs interface reads beyond the
ioremapped region and oopses on the unmapped page. The oops fires
with the regmap lock held, so later PHY operations deadlock.


Note You need to log in before you can comment on or make changes to this bug.