cve/2024/CVE-2024-50184.md
2025-09-29 21:09:30 +02:00

1021 B

CVE-2024-50184

Description

In the Linux kernel, the following vulnerability has been resolved:virtio_pmem: Check device status before requesting flushIf a pmem device is in a bad status, the driver side could wait forhost ack forever in virtio_pmem_flush(), causing the system to hang.So add a status check in the beginning of virtio_pmem_flush() to returnearly if the device is not activated.

POC

Reference

No PoCs from references.

Github