CyberRota Analysis
AI-GeneratedA vulnerability in the Linux kernel affects the AMD XDNA accelerator, where the `copy_to_user()` function does not properly limit the data returned to user space based on the application's buffer size. This could lead to potential information leakage or application crashes if the buffer is insufficient. Organizations using affected Linux distributions with AMD XDNA hardware should prioritize applying patches to mitigate this risk.
Original NVD Description
In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Adjust size for copy_to_user() The amount of data returned to user space should be limited by the buffer size provided by the application. If the buffer is smaller than the data size, return only the portion that fits instead of failing.