CVE-2024-49943
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
21/10/2024
Last modified:
01/11/2024
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
drm/xe/guc_submit: add missing locking in wedged_fini<br />
<br />
Any non-wedged queue can have a zero refcount here and can be running<br />
concurrently with an async queue destroy, therefore dereferencing the<br />
queue ptr to check wedge status after the lookup can trigger UAF if<br />
queue is not wedged. Fix this by keeping the submission_state lock held<br />
around the check to postpone the free and make the check safe, before<br />
dropping again around the put() to avoid the deadlock.<br />
<br />
(cherry picked from commit d28af0b6b9580b9f90c265a7da0315b0ad20bbfd)
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.11 (including) | 6.11.3 (excluding) |
| cpe:2.3:o:linux:linux_kernel:6.12:rc1:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page



