Executive Summary

Informations
Name CVE-2024-50144 First vendor Publication 2024-11-07
Vendor Cve Last vendor Modification 2024-11-18

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:

drm/xe: fix unbalanced rpm put() with fence_fini()

Currently we can call fence_fini() twice if something goes wrong when sending the GuC CT for the tlb request, since we signal the fence and return an error, leading to the caller also calling fini() on the error path in the case of stack version of the flow, which leads to an extra rpm put() which might later cause device to enter suspend when it shouldn't. It looks like we can just drop the fini() call since the fence signaller side will already call this for us.

There are known mysterious splats with device going to sleep even with an rpm ref, and this could be one candidate.

v2 (Matt B):
- Prefer warning if we detect double fini()

(cherry picked from commit cfcbc0520d5055825f0647ab922b655688605183)

Original Source

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

CPE : Common Platform Enumeration

TypeDescriptionCount
Application 8
Os 3640

Sources (Detail)

https://git.kernel.org/stable/c/03a86c24aea0920a1ca20a0d7771d5e176db538d
https://git.kernel.org/stable/c/046bd018c0123b1a49c22abed5f9ea31d1454c78
Source Url

Alert History

If you want to see full details history, please login or register.
0
1
2
3
4
5
Date Informations
2024-11-22 21:22:06
  • Multiple Updates
2024-11-22 00:23:03
  • Multiple Updates
2024-11-19 21:20:53
  • Multiple Updates
2024-11-19 00:20:48
  • Multiple Updates
2024-11-09 00:27:30
  • Multiple Updates
2024-11-07 13:27:34
  • First insertion