CVE-2025-68745
Race Condition and Command Hang in Linux qla2xxx SCSI Driver
Publication date: 2025-12-24
Last updated on: 2025-12-24
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 involves the Linux kernel's scsi qla2xxx driver where commands sent to firmware after a chip reset get stuck and are never freed because the firmware no longer responds to them. Additionally, attempts to fix this issue introduced a race condition between CPUs that could cause a bug during DMA unmapping of aborted commands. The fix involved reverting problematic commits to properly clear commands after a chip reset and avoid these bugs.
How can this vulnerability impact me? :
The vulnerability can cause commands to become stuck and never freed after a chip reset, potentially leading to resource leaks or system instability. The race condition in DMA unmapping could cause kernel bugs or crashes under certain CPU concurrency scenarios, impacting system reliability.