Acknowledged
Created: Nov 12, 2025
Updated: Nov 25, 2025
Found In Version: 10.24.33.1
Severity: Standard
Applicable for: Wind River Linux LTS 24
Component/s: Kernel
In the Linux kernel, the following vulnerability has been resolved:[EOL][EOL]nvmet-fc: move lsop put work to nvmet_fc_ls_req_op[EOL][EOL]Itâ\x80\x99s possible for more than one async command to be in flight from[EOL]__nvmet_fc_send_ls_req. For each command, a tgtport reference is taken.[EOL][EOL]In the current code, only one put work item is queued at a time, which[EOL]results in a leaked reference.[EOL][EOL]To fix this, move the work item to the nvmet_fc_ls_req_op struct, which[EOL]already tracks all resources related to the command.