CyberAlerts is shutting down on June 30th, 2025. Thank you for your support!

CVE-2024-57978: media: imx-jpeg: Fix potential error pointer dereference in detach_pm()

Description

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

media: imx-jpeg: Fix potential error pointer dereference in detach_pm()

The proble is on the first line:

if (jpeg->pd_dev[i] && !pm_runtime_suspended(jpeg->pd_dev[i]))

If jpeg->pd_dev[i] is an error pointer, then passing it to
pm_runtime_suspended() will lead to an Oops. The other conditions
check for both error pointers and NULL, but it would be more clear to
use the IS_ERR_OR_NULL() check for that.

Classification

CVE ID: CVE-2024-57978

Affected Products

Vendor: Linux, Linux

Product: Linux, Linux

Exploit Prediction Scoring System (EPSS)

EPSS Score: 0.02% (probability of being exploited)

EPSS Percentile: 1.76% (scored less or equal to compared to others)

EPSS Date: 2025-03-27 (when was this score calculated)

References

https://nvd.nist.gov/vuln/detail/CVE-2024-57978
https://git.kernel.org/stable/c/fde89fe11b44500bfcb2d405825b69a5df805d19
https://git.kernel.org/stable/c/1b2af918bb714937a8be6cb637f528585461cd98
https://git.kernel.org/stable/c/6e601a64f7777e2f78c02db1a8b5ba3b7c5e9e31
https://git.kernel.org/stable/c/f0b8535a7885ed4fd0b11625addb5476cae0f845
https://git.kernel.org/stable/c/1378ffec30367233152b7dbf4fa6a25ee98585d1

Timeline