NONE · 0

CVE-2026-90362

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dsi: Drop dev_pm_opp_set_rate(0) dev_pm_opp_set_rate(0) removes the vote specified in required-opps but does not actually ...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dsi: Drop dev_pm_opp_set_rate(0) dev_pm_opp_set_rate(0) removes the vote specified in required-opps but does not actually park the clock, making it run without the necessary power backing. Drop the explicit call to it. Every call site of ops->link_clk_disable() is followed by pm_runtime_put(), so the power vote will be rescinded if deemed safe. Patchwork: https://patchwork.freedesktop.org/patch/742783/

References

FAQ

What is CVE-2026-90362?

CVE-2026-90362 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: drm/msm/dsi: Drop dev_pm_opp_set_rate(0) dev_pm_opp_set_rate(0) removes the vote specified in required-opps but does not actually ...

How severe is CVE-2026-90362?

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

Is there a patch for CVE-2026-90362?

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