IT

Tracker / CVE-2024-57978

CVE-2024-57978

Medium 5.5

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.

Affected products and versions

linux linux_kernel · 5.15.174 → 5.16
linux linux_kernel · 6.1.120 → 6.1.129
linux linux_kernel · 6.12.4 → 6.12.13
linux linux_kernel · 6.13 → 6.13.2
linux linux_kernel · 6.6.64 → 6.6.76

Analysis

This page is not indexable yet.Until it carries original analysis — what it actually exposes, how to check in two minutes whether a system was touched, what to do if it was — the page stays noindex. The database decides that, not the template.

References