๐Ÿ” CVE Alert

CVE-2022-49410

HIGH 7.8

tracing: Fix potential double free in create_var_ref()

CVSS Score
7.8
EPSS Score
0.0%
EPSS Percentile
0th

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 linux
Product linux
Ecosystems
Industries
Technology
Published Feb 26, 2025
Last Updated May 11, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new high vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
067fe038e70f6e64960d26a79c4df5f1413d0f13 < f8b383f83cb573152c577eca1ef101e89995b72a 067fe038e70f6e64960d26a79c4df5f1413d0f13 < c27f744ceefadc7bbeb14233b6abc150ced617d2 067fe038e70f6e64960d26a79c4df5f1413d0f13 < 058cb6d86b9789377216c936506b346aaa1eb581 067fe038e70f6e64960d26a79c4df5f1413d0f13 < 37443b3508b8cce6832f8d25cb4550b2f7801f50 067fe038e70f6e64960d26a79c4df5f1413d0f13 < 4fdfb15e08598711dbf50daf56a33965232daf0e 067fe038e70f6e64960d26a79c4df5f1413d0f13 < bd83ff3bbfb003832481c9bff999d12385f396ae 067fe038e70f6e64960d26a79c4df5f1413d0f13 < 99696a2592bca641eb88cc9a80c90e591afebd0f
Linux / Linux
4.17

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/f8b383f83cb573152c577eca1ef101e89995b72a git.kernel.org: https://git.kernel.org/stable/c/c27f744ceefadc7bbeb14233b6abc150ced617d2 git.kernel.org: https://git.kernel.org/stable/c/058cb6d86b9789377216c936506b346aaa1eb581 git.kernel.org: https://git.kernel.org/stable/c/37443b3508b8cce6832f8d25cb4550b2f7801f50 git.kernel.org: https://git.kernel.org/stable/c/4fdfb15e08598711dbf50daf56a33965232daf0e git.kernel.org: https://git.kernel.org/stable/c/bd83ff3bbfb003832481c9bff999d12385f396ae git.kernel.org: https://git.kernel.org/stable/c/99696a2592bca641eb88cc9a80c90e591afebd0f