CVE-2024-46867
Last modified
CVE-2024-46867 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/client: fix deadlock in show_meminfo() There is a real deadlock as well as sleeping in atomic() bug in here, if the bo put happens to be the last ref, since bo destruction wants to grab the same spinlock and sleeping locks. Fix that by dropping the ref using xe_bo_put_deferred(), and moving the final commit outside of the lock. EPSS estimates a 0.14% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: drm/xe/client: fix deadlock in show_meminfo() There is a real deadlock as well as sleeping in atomic() bug in here, if the bo put happens to be the last ref, since bo destruction wants to grab the same spinlock and sleeping locks. Fix that by dropping the ref using xe_bo_put_deferred(), and moving the final commit outside of the lock. Dropping the lock around the put is tricky since the bo can go out of scope and delete itself from the list, making it difficult to navigate to the next list entry. (cherry picked from commit 0083b8e6f11d7662283a267d4ce7c966812ffd8a)
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.8, < 6.10.11 | — |
| Linux | Linux Kernel | 6.11 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2024-46867?
How severe is CVE-2024-46867?
How do I fix CVE-2024-46867?
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-46861In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-46862In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-46863In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-46864In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-46865In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2024-46866In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-46868In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-46869In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-4687A vulnerability classified as problematic has been found in …6.1
- CVE-2024-46870In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2024-46871In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-46872Mattermost versions 9.10.x <= 9.10.2, 9.11.x <= 9.11.1, 9.5.…4.6
Are you affected by CVE-2024-46867?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
