mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-28 18:48:49 +00:00
20 lines
1.3 KiB
Markdown
20 lines
1.3 KiB
Markdown
|
|
### [CVE-2024-46867](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-46867)
|
||
|
|

|
||
|
|

|
||
|
|

|
||
|
|

|
||
|
|

|
||
|
|
|
||
|
|
### 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, ifthe bo put happens to be the last ref, since bo destruction wants tograb the same spinlock and sleeping locks. Fix that by dropping the refusing xe_bo_put_deferred(), and moving the final commit outside of thelock. Dropping the lock around the put is tricky since the bo can goout of scope and delete itself from the list, making it difficult tonavigate to the next list entry.(cherry picked from commit 0083b8e6f11d7662283a267d4ce7c966812ffd8a)
|
||
|
|
|
||
|
|
### POC
|
||
|
|
|
||
|
|
#### Reference
|
||
|
|
No PoCs from references.
|
||
|
|
|
||
|
|
#### Github
|
||
|
|
- https://github.com/fkie-cad/nvd-json-data-feeds
|
||
|
|
|