CyberRota Analysis
AI-GeneratedThe vulnerability affects the Linux kernel's handling of user buffer pages in the AMD XDNA accelerator, where a failure to release successfully pinned pages can lead to resource leaks. This could potentially degrade system performance or exhaust memory resources over time. Organizations using affected Linux distributions, particularly those leveraging AMD XDNA hardware, should prioritize applying the fix to mitigate these risks.
Original NVD Description
In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix leak when pinning ubuf pages When pin_user_pages_fast() returns fewer pages than requested, the pages that were successfully pinned are not released, leading to a leak. Fix this by unpinning any partially pinned pages before returning failure.