CVE Catalog

CVE-2026-89889

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel media i2c imx415 driver, the VBLANK path returned immediately when programming VMAX failed after pm_runtime_get_if_in_use() had taken a runtime PM reference. This leads to a runtime PM reference leak.

Risk Assessment

A runtime PM reference leak can prevent the device from entering sleep state, leading to increased power consumption and potential instability.

Recommendation

Update the Linux kernel to a version with the fix that breaks out of the switch instead of returning, so the common pm_runtime_put() path is used.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: media: i2c: imx415: Release runtime PM reference on VBLANK error The VBLANK path returned immediately when programming VMAX failed after pm_runtime_get_if_in_use() had taken a runtime PM reference. Break out of the switch instead so the common pm_runtime_put() path is used.

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