CVE-2025-40171
BaseFortify
Publication date: 2025-11-12
Last updated on: 2025-11-12
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel's nvmet-fc component involves improper handling of asynchronous commands. Specifically, multiple async commands can be in flight from __nvmet_fc_send_ls_req, each taking a tgtport reference. However, the code only queues one put work item at a time, causing a leaked reference. The fix involves moving the work item to the nvmet_fc_ls_req_op struct, which properly tracks all resources related to each command.
How can this vulnerability impact me? :
The vulnerability can lead to resource leaks in the Linux kernel's nvmet-fc subsystem due to leaked tgtport references. This could potentially degrade system stability or performance over time as resources are not properly released.