CVE-2025-40342
BaseFortify
Publication date: 2025-12-09
Last updated on: 2025-12-09
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 nvme-fc subsystem involves a race condition between removing a remote port and reconnecting it. Specifically, the function nvme_fc_unregister_remote can remove a remote port from a local port object when there is no active association, but the reconnect logic (nvme_fc_create_association) does not properly lock the port state to check and update the active count atomically. This can lead to inconsistent states or unexpected behavior.
How can this vulnerability impact me? :
The vulnerability can cause race conditions that may lead to instability or unexpected behavior in the NVMe over Fibre Channel subsystem of the Linux kernel. This could potentially result in loss of connectivity or data access issues related to NVMe devices over Fibre Channel networks.