CVE-2026-89721: phy: rockchip-samsung-dcphy: fix out-of-range max_register

Published Sep 11, 2026
·
Updated

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

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

The PHY register block is 64KB, so with a register stride of 4 the last accessible register sits at offset 0xfffc. maxregister 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.

Event History

Sep 11, 2026
CVE Published
via MITRE·07:46 PM
Data Sourced
via MITRE·07:46 PM
Description

Frequently Asked Questions

1

What activity triggers the failure?

Dumping the affected PHY registers through the regmap debugfs interface reads one register beyond the 64KB ioremapped PHY register block. This can cause an oops when the access reaches the unmapped page.

2

What is the operational impact after the oops?

The oops occurs while the regmap lock is held. Subsequent PHY operations can then deadlock.

3

How can systems be mitigated before applying the fix?

Avoid using the regmap debugfs interface to dump registers for the affected PHY. The described out-of-range access is triggered by that register-dump operation.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203