NONE · 0

CVE-2025-40171

In the Linux kernel, the following vulnerability has been resolved: nvmet-fc: move lsop put work to nvmet_fc_ls_req_op It’s possible for more than one async command to be in flight from __nvmet_fc_s...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: nvmet-fc: move lsop put work to nvmet_fc_ls_req_op It’s possible for more than one async command to be in flight from __nvmet_fc_send_ls_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 nvmet_fc_ls_req_op struct, which already tracks all resources related to the command.

References

FAQ

What is CVE-2025-40171?

CVE-2025-40171 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: nvmet-fc: move lsop put work to nvmet_fc_ls_req_op It’s possible for more than one async command to be in flight from __nvmet_fc_s...

How severe is CVE-2025-40171?

CVSS scoring is not yet available for CVE-2025-40171. Check NVD for updates.

Is there a patch for CVE-2025-40171?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.