CVE-2025-39841: scsi: lpfc: Fix buffer free/clear order in deferred receive path
In the Linux kernel, the following vulnerability has been resolved:
scsi: lpfc: Fix buffer free/clear order in deferred receive path
Fix a use-after-free window by correcting the buffer release sequence in the deferred receive path. The code freed the RQ buffer first and only then cleared the context pointer under the lock. Concurrent paths (e.g., ABTS and the repost path) also inspect and release the same pointer under the lock, so the old order could lead to double-free/UAF.
Note that the repost path already uses the correct pattern: detach the pointer under the lock, then free it after dropping the lock. The deferred path should do the same.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2025-39841?
CVE-2025-39841 is considered a medium-severity vulnerability due to the potential for a use-after-free condition.
How do I fix CVE-2025-39841?
To fix CVE-2025-39841, update to the latest version of the Linux kernel that includes the patch addressing the buffer release sequence.
Which systems are affected by CVE-2025-39841?
CVE-2025-39841 affects systems running specific versions of the Linux kernel that handle SCSI LPFC buffering.
What is the impact of CVE-2025-39841?
The impact of CVE-2025-39841 may include potential memory corruption leading to crashes or exploitation by an attacker.
Is CVE-2025-39841 being actively exploited?
As of now, there is no public indication that CVE-2025-39841 is actively being exploited in the wild.