First published: Fri Nov 08 2024(Updated: )
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.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=5.3<5.4.285 | |
Linux Kernel | >=5.5<5.10.227 | |
Linux Kernel | >=5.11<5.15.168 | |
Linux Kernel | >=5.16<6.1.113 | |
Linux Kernel | >=6.2<6.6.57 | |
Linux Kernel | >=6.7<6.11.4 | |
debian/linux | <=5.10.223-1<=5.10.226-1 | 6.1.123-1 6.1.128-1 6.12.12-1 6.12.15-1 |
debian/linux-6.1 | 6.1.119-1~deb11u1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-50184 is considered a high-severity vulnerability due to its potential to cause system hangs.
To fix CVE-2024-50184, update to the latest kernel versions that include the patch, such as 6.1.123-1 or 6.12.11-1.
CVE-2024-50184 affects Linux kernel versions from 5.3 to below 5.4.285, and versions below 6.2.
CVE-2024-50184 can cause significant performance issues by causing the system to hang indefinitely during flush operations.
Yes, CVE-2024-50184 specifically affects Debian-based systems using the vulnerable kernel versions.