Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: drm/xe/guc_submit: add missing locking in wedged_fini Any non-wedged queue can have a zero refcount here and can be running concurrently with an async queue destroy, therefore dereferencing the queue ptr to check wedge status after the lookup can trigger UAF if queue is not wedged. Fix this by keeping the submission_state lock held around the check to postpone the free and make the check safe, before dropping again around the put() to avoid the deadlock. (cherry picked from commit d28af0b6b9580b9f90c265a7da0315b0ad20bbfd)
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 6.11, < 6.11.3 |
Related Weaknesses (CWE)
References
- https://git.kernel.org/stable/c/790533e44bfc7af929842fccd9674c9f424d4627Patch
- https://git.kernel.org/stable/c/d88f9bab7e62dd0dbe983fa70cf040042a60cc84Patch
FAQ
What is CVE-2024-49943?
CVE-2024-49943 is a vulnerability with a CVSS score of 5.5 (MEDIUM). In the Linux kernel, the following vulnerability has been resolved: drm/xe/guc_submit: add missing locking in wedged_fini Any non-wedged queue can have a zero refcount here and can be running concur...
How severe is CVE-2024-49943?
CVE-2024-49943 has been rated MEDIUM with a CVSS base score of 5.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2024-49943?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.