In the Linux kernel, the following vulnerability has been resolved:
nvmet-fc: move lsop put work to nvmetfclsreqop
It’s possible for more than one async command to be in flight from _nvmetfcsendls_req. For each command, a tgtport reference is taken.
In the current code, only one put work item is queued at a time, which results in a leaked reference.
To fix this, move the work item to the nvmetfclsreqop struct, which already tracks all resources related to the command.
{
"cna_assigner": "Linux",
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2025/40xxx/CVE-2025-40171.json"
}