CVE-2025-71314
Last modified
CVE-2025-71314 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Recover from panthor_gpu_flush_caches() failures We have seen a few cases where the whole memory subsystem is blocked and flush operations never complete. When that happens, we want to: - schedule a reset, so we can recover from this situation - in the reset path, we need to reset the pending_reqs so we can send new commands after the reset - if more panthor_gpu_flush_caches() operations are queued after the timeout, we skip them and return -EIO directly to avoid needless waits (the memory block won't miraculously work again) Note that we drop the WARN_ON()s because these hangs can be triggered with buggy GPU jobs created by the UMD, and there's no way we can prevent it. EPSS estimates a 0.12% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Recover from panthor_gpu_flush_caches() failures We have seen a few cases where the whole memory subsystem is blocked and flush operations never complete. When that happens, we want to: - schedule a reset, so we can recover from this situation - in the reset path, we need to reset the pending_reqs so we can send new commands after the reset - if more panthor_gpu_flush_caches() operations are queued after the timeout, we skip them and return -EIO directly to avoid needless waits (the memory block won't miraculously work again) Note that we drop the WARN_ON()s because these hangs can be triggered with buggy GPU jobs created by the UMD, and there's no way we can prevent it. We do keep the error messages though. v2: - New patch v3: - Collect R-b - Explicitly mention the fact we dropped the WARN_ON()s in the commit message v4: - No changes
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 6.10, < 6.12.75 |
| Linux | Linux Kernel | >= 6.13, < 6.18.14 |
| Linux | Linux Kernel | >= 6.19, < 6.19.4 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2025-71314?
How severe is CVE-2025-71314?
How do I fix CVE-2025-71314?
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 2025
- CVE-2025-71309In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-7131A vulnerability was found in Campcodes Payroll Management Sy…9.8
- CVE-2025-71310The GDPR cookies module for Backdrop CMS (before 1.x-1.3.5…1.8
- CVE-2025-71311In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-71312In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-71313In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-71315In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-71316SQLite 'sqldiff.exe' does not securely handle the way the Mi…9.8
- CVE-2025-71317NetMan 204 contains a hard-coded backdoor account with the u…9.8
- CVE-2025-71318NetMan 204 fails to enforce authentication on its administra…9.8
- CVE-2025-71319image-size through 2.0.2 contains a denial of service vulner…8.7
- CVE-2025-7132A vulnerability was found in Campcodes Payroll Management Sy…9.8
Are you affected by CVE-2025-71314?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
