CVE-2025-38521
Last modified
CVE-2025-38521 is a high-severity vulnerability rated 7.1/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: drm/imagination: Fix kernel crash when hard resetting the GPU The GPU hard reset sequence calls pm_runtime_force_suspend() and pm_runtime_force_resume(), which according to their documentation should only be used during system-wide PM transitions to sleep states. The main issue though is that depending on some internal runtime PM state as seen by pm_runtime_force_suspend() (whether the usage count is <= 1), pm_runtime_force_resume() might not resume the device unless needed. If that happens, the runtime PM resume callback pvr_power_device_resume() is not called, the GPU clocks are not re-enabled, and the kernel crashes on the next attempt to access GPU registers as part of the power-on sequence. Replace calls to pm_runtime_force_suspend() and pm_runtime_force_resume() with direct calls to the driver's runtime PM callbacks, pvr_power_device_suspend() and pvr_power_device_resume(), to ensure clocks are re-enabled and avoid the kernel crash.. EPSS estimates a 0.14% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: drm/imagination: Fix kernel crash when hard resetting the GPU The GPU hard reset sequence calls pm_runtime_force_suspend() and pm_runtime_force_resume(), which according to their documentation should only be used during system-wide PM transitions to sleep states. The main issue though is that depending on some internal runtime PM state as seen by pm_runtime_force_suspend() (whether the usage count is <= 1), pm_runtime_force_resume() might not resume the device unless needed. If that happens, the runtime PM resume callback pvr_power_device_resume() is not called, the GPU clocks are not re-enabled, and the kernel crashes on the next attempt to access GPU registers as part of the power-on sequence. Replace calls to pm_runtime_force_suspend() and pm_runtime_force_resume() with direct calls to the driver's runtime PM callbacks, pvr_power_device_suspend() and pvr_power_device_resume(), to ensure clocks are re-enabled and avoid the kernel crash.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 6.8, < 6.12.39 | — |
| Linux | Linux Kernel | >= 6.13, < 6.15.7 | — |
| Linux | Linux Kernel | 6.16 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2025-38521?
How severe is CVE-2025-38521?
How do I fix CVE-2025-38521?
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-38516In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38517In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38518In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38519In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-3852The WPshop 2 – E-Commerce plugin for WordPress is vulnerable…8.8
- CVE-2025-38520In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38522In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38523In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38524In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2025-38525In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38526In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38527In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2025-38521?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
