CVE-2026-90287: phy: sunplus: fix error handling in sp_uphy_init()

Published Sep 17, 2026
·
Updated

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

phy: sunplus: fix error handling in spuphyinit()

Fix the error paths of spuphyinit() to undo exactly what each stage did: return directly if clkprepareenable() fails, release only the clock if resetcontroldeassert() fails, and jump to errreset if updatediscvol() fails so the clock and reset are not leaked.

Affected Software

1 affected component
Linux Kernel

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Compensating control

    In sp_uphy_init(), fix error paths to undo exactly what each stage allocated: (1) return immediately if clk_prepare_enable() fails and release only the clock; (2) if reset_control_deassert() fails, jump to err_reset; (3) if update_disc_vol() fails, ensure the clock and reset are not leaked.

Event History

Sep 17, 2026
CVE Published
via MITRE·04:08 PM
Data Sourced
via MITRE·04:08 PM
Description

Frequently Asked Questions

1

What conditions are required for this issue to occur?

The issue occurs when sp_uphy_init() encounters failures in clk_prepare_enable(), reset_control_deassert(), or update_disc_vol(). The vulnerable error paths can leave clock and reset resources in an incorrect state.

2

Which systems are potentially affected?

Systems running a Linux kernel that uses the Sunplus PHY driver and reaches the affected sp_uphy_init() error paths may be affected. The provided information does not identify specific kernel versions or Sunplus hardware models.

3

What is the practical impact of the flawed error handling?

Failed initialization may leak enabled clock and reset state because cleanup does not match the initialization stage that failed. This can leave hardware resources improperly configured after an initialization error.

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