CVE-2025-38326
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-07-10

Last updated on: 2025-11-03

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: aoe: clean device rq_list in aoedev_downdev() An aoe device's rq_list contains accepted block requests that are waiting to be transmitted to the aoe target. This queue was added as part of the conversion to blk_mq. However, the queue was not cleaned out when an aoe device is downed which caused blk_mq_freeze_queue() to sleep indefinitely waiting for those requests to complete, causing a hang. This fix cleans out the queue before calling blk_mq_freeze_queue().
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-07-10
Last Modified
2025-11-03
Generated
2026-05-07
AI Q&A
2025-07-10
EPSS Evaluated
2026-05-05
NVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability occurs in the Linux kernel's aoe device handling. The aoe device's rq_list, which holds accepted block requests waiting to be sent to the aoe target, was not properly cleared when the device was taken down. Because of this, the blk_mq_freeze_queue() function would wait indefinitely for these requests to complete, causing the system to hang. The fix involves cleaning out the rq_list before calling blk_mq_freeze_queue(), preventing the indefinite wait and system hang.


How can this vulnerability impact me? :

This vulnerability can cause the system to hang indefinitely when an aoe device is taken down, due to the blk_mq_freeze_queue() function waiting forever for block requests to complete. This can lead to system instability or downtime, impacting availability and potentially disrupting operations that rely on the affected device.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart