Bug 2379236 (CVE-2025-38326) - CVE-2025-38326 kernel: aoe: clean device rq_list in aoedev_downdev()
Summary: CVE-2025-38326 kernel: aoe: clean device rq_list in aoedev_downdev()
Keywords:
Status: NEW
Alias: CVE-2025-38326
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-07-10 09:01 UTC by OSIDB Bzimport
Modified: 2025-07-11 06:23 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-07-10 09:01:53 UTC
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().

Comment 1 Avinash Hanwate 2025-07-11 06:20:53 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2025071032-CVE-2025-38326-6186@gregkh/T


Note You need to log in before you can comment on or make changes to this bug.