NONE · 0

CVE-2026-90287

In the Linux kernel, the following vulnerability has been resolved: phy: sunplus: fix error handling in sp_uphy_init() Fix the error paths of sp_uphy_init() to undo exactly what each stage did: retu...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: phy: sunplus: fix error handling in sp_uphy_init() Fix the error paths of sp_uphy_init() to undo exactly what each stage did: return directly if clk_prepare_enable() fails, release only the clock if reset_control_deassert() fails, and jump to err_reset if update_disc_vol() fails so the clock and reset are not leaked.

References

FAQ

What is CVE-2026-90287?

CVE-2026-90287 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: phy: sunplus: fix error handling in sp_uphy_init() Fix the error paths of sp_uphy_init() to undo exactly what each stage did: retu...

How severe is CVE-2026-90287?

CVSS scoring is not yet available for CVE-2026-90287. Check NVD for updates.

Is there a patch for CVE-2026-90287?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.