CVE-2025-37869
Severity CVSS v4.0:
Pending analysis
Type:
CWE-416
Use After Free
Publication date:
09/05/2025
Last modified:
12/11/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
drm/xe: Use local fence in error path of xe_migrate_clear<br />
<br />
The intent of the error path in xe_migrate_clear is to wait on locally<br />
generated fence and then return. The code is waiting on m->fence which<br />
could be the local fence but this is only stable under the job mutex<br />
leading to a possible UAF. Fix code to wait on local fence.<br />
<br />
(cherry picked from commit 762b7e95362170b3e13a8704f38d5e47eca4ba74)
Impact
Base Score 3.x
7.80
Severity 3.x
HIGH
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.8 (including) | 6.12.25 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (including) | 6.14.4 (excluding) |
| cpe:2.3:o:linux:linux_kernel:6.15:rc1:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page



