Acknowledged
Created: Oct 29, 2025
Updated: Oct 30, 2025
Found In Version: 10.23.30.1
Severity: Standard
Applicable for: Wind River Linux LTS 23
Component/s: Kernel
In the Linux kernel, the following vulnerability has been resolved:[EOL][EOL]misc: fastrpc: fix possible map leak in fastrpc_put_args[EOL][EOL]copy_to_user() failure would cause an early return without cleaning up[EOL]the fdlist, which has been updated by the DSP. This could lead to map[EOL]leak. Fix this by redirecting to a cleanup path on failure, ensuring[EOL]that all mapped buffers are properly released before returning.