๐Ÿ” CVE Alert

CVE-2026-45853

UNKNOWN 0.0

drm/amdgpu: Use kvfree instead of kfree in amdgpu_gmc_get_nps_memranges()

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Use kvfree instead of kfree in amdgpu_gmc_get_nps_memranges() amdgpu_discovery_get_nps_info() internally allocates memory for ranges using kvcalloc(), which may use vmalloc() for large allocation. Using kfree() to release vmalloc memory will lead to a memory corruption. Use kvfree() to safely handle both kmalloc and vmalloc allocations. Compile tested only. Issue found using a prototype static analysis tool and code review.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published May 27, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
b194d21b9bcc15b50df1bc3ff7428e51c2918a6f < 16e7e7ad8cdc6b4c4af7f31e262f1494c1b2a55e b194d21b9bcc15b50df1bc3ff7428e51c2918a6f < 9ae85b0c1909b6c6bfd2636b04cdaf7f520bf2b5 b194d21b9bcc15b50df1bc3ff7428e51c2918a6f < f441538893eba6347b983f2904819ca6c99da65e b194d21b9bcc15b50df1bc3ff7428e51c2918a6f < 0c44d61945c4a80775292d96460aa2f22e62f86c
Linux / Linux
6.11

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/16e7e7ad8cdc6b4c4af7f31e262f1494c1b2a55e git.kernel.org: https://git.kernel.org/stable/c/9ae85b0c1909b6c6bfd2636b04cdaf7f520bf2b5 git.kernel.org: https://git.kernel.org/stable/c/f441538893eba6347b983f2904819ca6c99da65e git.kernel.org: https://git.kernel.org/stable/c/0c44d61945c4a80775292d96460aa2f22e62f86c