CVE-2024-46866
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
27/09/2024
Last modified:
01/10/2024
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
drm/xe/client: add missing bo locking in show_meminfo()<br />
<br />
bo_meminfo() wants to inspect bo state like tt and the ttm resource,<br />
however this state can change at any point leading to stuff like NPD and<br />
UAF, if the bo lock is not held. Grab the bo lock when calling<br />
bo_meminfo(), ensuring we drop any spinlocks first. In the case of<br />
object_idr we now also need to hold a ref.<br />
<br />
v2 (MattB)<br />
- Also add xe_bo_assert_held()<br />
<br />
(cherry picked from commit 4f63d712fa104c3ebefcb289d1e733e86d8698c7)
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.8 (including) | 6.10.11 (excluding) |
| cpe:2.3:o:linux:linux_kernel:6.11:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.11:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.11:rc3:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.11:rc4:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.11:rc5:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.11:rc6:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.11:rc7:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page



