Use After Free in Linux
CVE-2022-50329
In the Linux kernel, the following vulnerability has been resolved: block, bfq: fix uaf for bfqq in bfq_exit_icq_bfqq Commit 64dc8c732f5c ("block, bfq: fix possible uaf for 'bfqq->bic'") will access 'bic->bfqq' in bic_set_bfqq(), however, bfq_exit_icq_bfqq() can free bfqq first, and then call bic_set_bfqq(), which will cause uaf. Fix the problem by moving bfq_exit_bfqq() behind bic_set_bfqq().
Vulnerability class: Use-After-Free
EPSS: 0.002 (4.9th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 7.8 (High). Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H.
Affected products
- Linux — versions 5533742c7cb1bc9b1f0bf401cc397d44a3a9e07a, 094f3d9314d67691cb21ba091c1b528f6e3c4893, b22fd72bfebda3956efc4431b60ddfc0a51e03e0
- Linux Linux_kernel — versions 5.15.86, 6.0.16, 6.1.2
Weakness classification (CWE)
References
Frequently asked questions
- What is CVE-2022-50329?
- CVE-2022-50329 is a high-severity vulnerability in Linux, classified under Use After Free. CVSS score: 7.8/10. Published 2025-09-15.
- How severe is CVE-2022-50329?
- High severity. CVSS v3 base score is 7.8 out of 10.