CVE-2022-50619
BaseFortify
Publication date: 2025-12-08
Last updated on: 2025-12-08
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a memory leak in the Linux kernel's drm/amdkfd component. Specifically, when the number of pages from the userptr buffer object (BO) differs from the scatter-gather (SG) BO, the allocated memory for the SG table is not freed before returning an error (-EINVAL). This can cause memory to be leaked in certain error paths. The fix involves checking the number of pages before allocating memory for the SG table to prevent the leak.
How can this vulnerability impact me? :
The impact of this vulnerability is a potential memory leak in the Linux kernel when handling certain userptr buffer objects in the drm/amdkfd driver. Over time, this could lead to increased memory usage and possibly degrade system performance or stability if the leak occurs frequently or in critical systems.