CVE-2025-71314
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
03/06/2026
Last modified:
09/06/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
drm/panthor: Recover from panthor_gpu_flush_caches() failures<br />
<br />
We have seen a few cases where the whole memory subsystem is blocked<br />
and flush operations never complete. When that happens, we want to:<br />
<br />
- schedule a reset, so we can recover from this situation<br />
- in the reset path, we need to reset the pending_reqs so we can send<br />
new commands after the reset<br />
- if more panthor_gpu_flush_caches() operations are queued after<br />
the timeout, we skip them and return -EIO directly to avoid needless<br />
waits (the memory block won&#39;t miraculously work again)<br />
<br />
Note that we drop the WARN_ON()s because these hangs can be triggered<br />
with buggy GPU jobs created by the UMD, and there&#39;s no way we can<br />
prevent it. We do keep the error messages though.<br />
<br />
v2:<br />
- New patch<br />
<br />
v3:<br />
- Collect R-b<br />
- Explicitly mention the fact we dropped the WARN_ON()s in the commit<br />
message<br />
<br />
v4:<br />
- No changes
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.10 (including) | 6.12.75 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (including) | 6.18.14 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (including) | 6.19.4 (excluding) |
To consult the complete list of CPE names with products and versions, see this page



