Executive Summary

Informations
Name CVE-2024-57978 First vendor Publication 2025-02-27
Vendor Cve Last vendor Modification 2025-03-13

Security-Database Scoring CVSS v3

Cvss vector : CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Overall CVSS Score 5.5
Base Score 5.5 Environmental Score 5.5
impact SubScore 3.6 Temporal Score 5.5
Exploitabality Sub Score 1.8
 
Attack Vector Local Attack Complexity Low
Privileges Required Low User Interaction None
Scope Unchanged Confidentiality Impact None
Integrity Impact None Availability Impact High
Calculate full CVSS 3.0 Vectors scores

Security-Database Scoring CVSS v2

Cvss vector :
Cvss Base Score N/A Attack Range N/A
Cvss Impact Score N/A Attack Complexity N/A
Cvss Expoit Score N/A Authentication N/A
Calculate full CVSS 2.0 Vectors scores

Detail

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.

Original Source

Url : http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-57978

CWE : Common Weakness Enumeration

% Id Name
100 % CWE-476 NULL Pointer Dereference

CPE : Common Platform Enumeration

TypeDescriptionCount
Application 8
Os 3701

Sources (Detail)

https://git.kernel.org/stable/c/1378ffec30367233152b7dbf4fa6a25ee98585d1
https://git.kernel.org/stable/c/1b2af918bb714937a8be6cb637f528585461cd98
https://git.kernel.org/stable/c/6e601a64f7777e2f78c02db1a8b5ba3b7c5e9e31
https://git.kernel.org/stable/c/a32ba399a030853f2db45a90ba5474fdd3494aad
https://git.kernel.org/stable/c/f0b8535a7885ed4fd0b11625addb5476cae0f845
https://git.kernel.org/stable/c/fde89fe11b44500bfcb2d405825b69a5df805d19
Source Url

Alert History

If you want to see full details history, please login or register.
0
1
2
3
4
5
6
7
8
9
10
Date Informations
2025-03-29 03:44:54
  • Multiple Updates
2025-03-28 13:48:07
  • Multiple Updates
2025-03-28 03:22:43
  • Multiple Updates
2025-03-25 03:28:39
  • Multiple Updates
2025-03-19 00:20:41
  • Multiple Updates
2025-03-18 00:20:44
  • Multiple Updates
2025-03-14 00:21:10
  • Multiple Updates
2025-03-13 21:21:04
  • Multiple Updates
2025-03-13 17:21:01
  • Multiple Updates
2025-03-08 00:20:44
  • Multiple Updates
2025-02-27 09:20:32
  • First insertion