Executive Summary

Informations
Name CVE-2022-49410 First vendor Publication 2025-02-26
Vendor Cve Last vendor Modification 2025-04-17

Security-Database Scoring CVSS v3

Cvss vector : CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Overall CVSS Score 7.8
Base Score 7.8 Environmental Score 7.8
impact SubScore 5.9 Temporal Score 7.8
Exploitabality Sub Score 1.8
 
Attack Vector Local Attack Complexity Low
Privileges Required Low User Interaction None
Scope Unchanged Confidentiality Impact High
Integrity Impact High 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:

tracing: Fix potential double free in create_var_ref()

In create_var_ref(), init_var_ref() is called to initialize the fields of variable ref_field, which is allocated in the previous function call to create_hist_field(). Function init_var_ref() allocates the corresponding fields such as ref_field->system, but frees these fields when the function encounters an error. The caller later calls destroy_hist_field() to conduct error handling, which frees the fields and the variable itself. This results in double free of the fields which are already freed in the previous function.

Fix this by storing NULL to the corresponding fields when they are freed in init_var_ref().

Original Source

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

CWE : Common Weakness Enumeration

% Id Name
100 % CWE-415 Double Free

CPE : Common Platform Enumeration

TypeDescriptionCount
Application 8
Os 3538

Sources (Detail)

https://git.kernel.org/stable/c/058cb6d86b9789377216c936506b346aaa1eb581
https://git.kernel.org/stable/c/37443b3508b8cce6832f8d25cb4550b2f7801f50
https://git.kernel.org/stable/c/4fdfb15e08598711dbf50daf56a33965232daf0e
https://git.kernel.org/stable/c/99696a2592bca641eb88cc9a80c90e591afebd0f
https://git.kernel.org/stable/c/bd83ff3bbfb003832481c9bff999d12385f396ae
https://git.kernel.org/stable/c/c27f744ceefadc7bbeb14233b6abc150ced617d2
https://git.kernel.org/stable/c/f8b383f83cb573152c577eca1ef101e89995b72a
Source Url

Alert History

If you want to see full details history, please login or register.
0
1
2
3
4
Date Informations
2025-06-26 02:09:40
  • Multiple Updates
2025-06-25 12:22:31
  • Multiple Updates
2025-06-24 02:14:16
  • Multiple Updates
2025-05-27 02:11:00
  • Multiple Updates
2025-02-26 17:20:31
  • First insertion