Use After Free in Linux
CVE-2022-49968
In the Linux kernel, the following vulnerability has been resolved: ieee802154/adf7242: defer destroy_workqueue call There is a possible race condition (use-after-free) like below (FREE) | (USE) adf7242_remove | adf7242_channel cancel_delayed_work_sync | destroy_workqueue (1) | adf7242_cmd_rx | mod_delayed_work (2) | The root cause for this race is that the upper layer (ieee802154) is unaware of this detaching event and the function adf7242_channel can be called without any checks. To fix this, we can add a flag write at the beginning of adf7242_remove and add flag check in adf7242_channel. Or we can just defer the destructive operation like other commit 3e0588c291d6 ("hamradio: defer ax25 kfree after unregister_netdev") which let the ieee802154_unregister_hw() to handle the synchronization. This patch takes the second option. runs")
Vulnerability class: Race Condition
EPSS: 0.001 (3.4th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 8.0 (High). Vector: CVSS:3.1/AV:A/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H.
Affected products
- Linux — versions a2363e2d88bf50022ee643c49ee5d4f7e8c915ea, 5.19.8, 5.10.142
- Linux Linux_kernel — versions 4.18, 6.0
Weakness classification (CWE)
References
Frequently asked questions
- What is CVE-2022-49968?
- CVE-2022-49968 is a high-severity vulnerability in Linux, classified under Concurrent Execution using Shared Resource with Improper Synchronization (Race Condition). CVSS score: 8.0/10. Published 2025-06-18.
- How severe is CVE-2022-49968?
- High severity. CVSS v3 base score is 8.0 out of 10.