CVE Catalog

CVE-2026-90362

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, the drm/msm/dsi driver calls dev_pm_opp_set_rate(0), which removes the vote specified in required-opps but does not actually park the clock, making it run without the necessary power backing. The fix drops the explicit call; every call site of ops->link_clk_disable() is followed by pm_runtime_put(), so the power vote will be rescinded if deemed safe.

Risk Assessment

A clock running without required power backing can cause hardware instability, display errors, or component damage on Qualcomm SoC devices.

Recommendation

Update the Linux kernel to a version containing the fix that drops the dev_pm_opp_set_rate(0) call in the drm/msm/dsi driver.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

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/

Vulnerability data from NVD (NIST) · CISA KEV · EPSS