Acknowledged
Created: Dec 16, 2025
Updated: Dec 18, 2025
Found In Version: 10.25.33.1
Severity: Standard
Applicable for: Wind River Linux LTS 25
Component/s: Kernel
In the Linux kernel, the following vulnerability has been resolved:[EOL][EOL]misc: fastrpc: Fix dma_buf object leak in fastrpc_map_lookup[EOL][EOL]In fastrpc_map_lookup, dma_buf_get is called to obtain a reference to[EOL]the dma_buf for comparison purposes. However, this reference is never[EOL]released when the function returns, leading to a dma_buf memory leak.[EOL][EOL]Fix this by adding dma_buf_put before returning from the function,[EOL]ensuring that the temporarily acquired reference is properly released[EOL]regardless of whether a matching map is found.[EOL][EOL]Rule: add