Executive Summary

Informations
Name CVE-2024-46692 First vendor Publication 2024-09-13
Vendor Cve Last vendor Modification 2024-09-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:

firmware: qcom: scm: Mark get_wq_ctx() as atomic call

Currently get_wq_ctx() is wrongly configured as a standard call. When two SMC calls are in sleep and one SMC wakes up, it calls get_wq_ctx() to resume the corresponding sleeping thread. But if get_wq_ctx() is interrupted, goes to sleep and another SMC call is waiting to be allocated a waitq context, it leads to a deadlock.

To avoid this get_wq_ctx() must be an atomic call and can't be a standard SMC call. Hence mark get_wq_ctx() as a fast call.

Original Source

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

CWE : Common Weakness Enumeration

% Id Name
100 % CWE-667 Insufficient Locking

CPE : Common Platform Enumeration

TypeDescriptionCount
Application 8
Os 3675

Sources (Detail)

https://git.kernel.org/stable/c/9960085a3a82c58d3323c1c20b991db6045063b0
https://git.kernel.org/stable/c/cdf7efe4b02aa93813db0bf1ca596ad298ab6b06
https://git.kernel.org/stable/c/e40115c33c0d79c940545b6b12112aace7acd9f5
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
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Date Informations
2025-03-29 03:40:23
  • Multiple Updates
2025-03-28 13:44:50
  • Multiple Updates
2025-03-28 03:18:31
  • Multiple Updates
2025-03-19 03:13:52
  • Multiple Updates
2025-03-18 03:26:48
  • Multiple Updates
2025-03-14 03:14:05
  • Multiple Updates
2025-03-06 14:10:37
  • Multiple Updates
2025-02-22 03:24:10
  • Multiple Updates
2025-01-08 03:05:11
  • Multiple Updates
2025-01-07 03:04:44
  • Multiple Updates
2024-12-25 03:03:22
  • Multiple Updates
2024-12-12 03:06:18
  • Multiple Updates
2024-11-23 03:03:18
  • Multiple Updates
2024-11-22 03:01:28
  • Multiple Updates
2024-11-20 02:59:48
  • Multiple Updates
2024-11-14 03:00:07
  • Multiple Updates
2024-11-09 03:00:06
  • Multiple Updates
2024-10-26 02:57:29
  • Multiple Updates
2024-10-25 02:59:22
  • Multiple Updates
2024-10-23 02:58:33
  • Multiple Updates
2024-10-03 02:53:44
  • Multiple Updates
2024-10-02 02:52:07
  • Multiple Updates
2024-09-15 00:27:26
  • Multiple Updates
2024-09-14 02:47:57
  • Multiple Updates
2024-09-14 02:47:10
  • Multiple Updates
2024-09-13 21:27:33
  • Multiple Updates
2024-09-13 13:27:27
  • First insertion