CVE-2025-40146
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 blk-mq subsystem involves a potential deadlock situation when the number of requests (nr_requests) grows. Specifically, allocating and freeing sched_tags while the queue is frozen can cause a deadlock. The fix involves allocating memory before freezing the queue and freeing it after the queue is unfrozen to avoid this deadlock.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel's block multi-queue (blk-mq) system to deadlock, potentially leading to system hangs or degraded performance when handling I/O requests. This can impact system stability and availability.