CVE-2024-49943
Last modified
CVE-2024-49943 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. 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). EPSS estimates a 0.15% chance of exploitation in the next 30 days.
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)
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 6.11, < 6.11.3 | — |
| Linux | Linux Kernel | 6.12 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-49943?
How severe is CVE-2024-49943?
How do I fix CVE-2024-49943?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2024
- CVE-2024-49938In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-49939In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-4994An issue has been discovered in GitLab CE/EE affecting all v…8.1
- CVE-2024-49940In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-49941In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-49942In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-49944In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-49945In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-49946In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-49947In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-49948In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-49949In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2024-49943?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
