CVE-2023-52983

Source
https://nvd.nist.gov/vuln/detail/CVE-2023-52983
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2023-52983.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2023-52983
Downstream
Related
Published
2025-03-27T17:15:45Z
Modified
2025-08-09T20:01:26Z
Summary
[none]
Details

In the Linux kernel, the following vulnerability has been resolved:

block, bfq: fix uaf for bfqq in bicsetbfqq()

After commit 64dc8c732f5c ("block, bfq: fix possible uaf for 'bfqq->bic'"), bic->bfqq will be accessed in bicsetbfqq(), however, in some context bic->bfqq will be freed, and bicsetbfqq() is called with the freed bic->bfqq.

Fix the problem by always freeing bfqq after bicsetbfqq().

References

Affected packages