CVE-2023-52983
Severity CVSS v4.0:
Pending analysis
Type:
CWE-416
Use After Free
Publication date:
27/03/2025
Last modified:
01/04/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
block, bfq: fix uaf for bfqq in bic_set_bfqq()<br />
<br />
After commit 64dc8c732f5c ("block, bfq: fix possible uaf for &#39;bfqq->bic&#39;"),<br />
bic->bfqq will be accessed in bic_set_bfqq(), however, in some context<br />
bic->bfqq will be freed, and bic_set_bfqq() is called with the freed<br />
bic->bfqq.<br />
<br />
Fix the problem by always freeing bfqq after bic_set_bfqq().
Impact
Base Score 3.x
7.80
Severity 3.x
HIGH
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.15.86 (including) | 5.15.93 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.1.2 (including) | 6.1.11 (excluding) |
| cpe:2.3:o:linux:linux_kernel:6.0.16:*:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page



