CVE-2025-38011
BaseFortify
Publication date: 2025-06-18
Last updated on: 2026-03-17
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 6.15 |
| linux | linux_kernel | 6.15 |
| linux | linux_kernel | 6.15 |
| linux | linux_kernel | 6.15 |
| linux | linux_kernel | 6.15 |
| linux | linux_kernel | 6.15 |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-401 | The product does not sufficiently track and release allocated memory after it has been used, making the memory unavailable for reallocation and reuse. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability occurs in the Linux kernel's amdgpu driver where, after a process exits and attempts to unmap the csa and free the GPU virtual memory, if a signal is accepted and the waiting to take the vm lock is interrupted and returns, it causes memory leaking and a warning backtrace. The issue was fixed by changing to use an uninterruptible wait lock.
How can this vulnerability impact me? :
The vulnerability can cause memory leaks in the system when the affected amdgpu driver code is executed, potentially leading to resource exhaustion or instability in systems using the affected Linux kernel version with AMD GPU drivers.