CVE-2022-49410
Published: Feb 26, 2025
Modified: May 11, 2026
Description
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().
| Vendor | Product | Versions |
|---|---|---|
Linux | Linux | affected 067fe038e70f6e64960d26a79c4df5f1413d0f13 - < f8b383f83cb573152c577eca1ef101e89995b72aaffected 067fe038e70f6e64960d26a79c4df5f1413d0f13 - < c27f744ceefadc7bbeb14233b6abc150ced617d2affected 067fe038e70f6e64960d26a79c4df5f1413d0f13 - < 058cb6d86b9789377216c936506b346aaa1eb581affected 067fe038e70f6e64960d26a79c4df5f1413d0f13 - < 37443b3508b8cce6832f8d25cb4550b2f7801f50affected 067fe038e70f6e64960d26a79c4df5f1413d0f13 - < 4fdfb15e08598711dbf50daf56a33965232daf0e+2 more versions |
Linux | Linux | affected 4.17unaffected 0 - < 4.17unaffected 4.19.247 - <= 4.19.*unaffected 5.4.198 - <= 5.4.*unaffected 5.10.121 - <= 5.10.*+4 more versions |
References
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now