Bug 2324557 (CVE-2024-50184) - CVE-2024-50184 kernel: virtio_pmem: Check device status before requesting flush
Summary: CVE-2024-50184 kernel: virtio_pmem: Check device status before requesting flush
Keywords:
Status: NEW
Alias: CVE-2024-50184
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: 2324698
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-11-08 13:45 UTC by OSIDB Bzimport
Modified: 2024-11-21 18:50 UTC (History)
4 users (show)

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2024-11-08 13:45:20 UTC
In the Linux kernel, the following vulnerability has been resolved:

virtio_pmem: Check device status before requesting flush

If a pmem device is in a bad status, the driver side could wait for
host ack forever in virtio_pmem_flush(), causing the system to hang.

So add a status check in the beginning of virtio_pmem_flush() to return
early if the device is not activated.


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