CVE-2024-57978

MEDIUM

Linux Kernel 5.15.174-5.15.x - NULL Pointer Dereference in imx-jpeg detach_pm

Title source: llm
STIX 2.1

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.

Scores

CVSS v3 5.5
EPSS 0.0020
EPSS Percentile 10.1%
Attack Vector LOCAL
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Details

CWE
CWE-476
Status published
Products (19)
Linux/Linux < 6.13
Linux/Linux 12914fd765ba4f9d6a9a50439e8dd2e9f91423f2 - fde89fe11b44500bfcb2d405825b69a5df805d19
Linux/Linux 2f86d104539fab9181ea7b5721f40e7b92a8bf67 - 6e601a64f7777e2f78c02db1a8b5ba3b7c5e9e31
Linux/Linux 5.15.174 - 5.15.179
Linux/Linux 5.15.179 - 5.15.*
Linux/Linux 6.1.120 - 6.1.129
Linux/Linux 6.1.129 - 6.1.*
Linux/Linux 6.12.13 - 6.12.*
Linux/Linux 6.12.4 - 6.12.13
Linux/Linux 6.13
... and 9 more
Published Feb 27, 2025
Tracked Since Feb 18, 2026