First published: Sat Jan 11 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: scsi: megaraid_sas: Fix for a potential deadlock This fixes a 'possible circular locking dependency detected' warning CPU0 CPU1 ---- ---- lock(&instance->reset_mutex); lock(&shost->scan_mutex); lock(&instance->reset_mutex); lock(&shost->scan_mutex); Fix this by temporarily releasing the reset_mutex.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | <5.4.289 | |
Linux Kernel | >=5.5<5.10.233 | |
Linux Kernel | >=5.11<5.15.176 | |
Linux Kernel | >=5.16<6.1.123 | |
Linux Kernel | >=6.2<6.6.69 | |
Linux Kernel | >=6.7<6.12.8 | |
Linux Kernel | =6.13-rc1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-57807 has been classified with a potential risk due to a possible circular locking dependency in the Linux kernel.
To address CVE-2024-57807, update your Linux kernel to a version that includes the fix for this vulnerability.
CVE-2024-57807 affects Linux kernel versions prior to 5.4.289 and select versions between 5.5 and 6.12.8.
As of now, there are no publicly known exploits specifically targeting CVE-2024-57807.
CVE-2024-57807 could lead to potential deadlocks, impacting the stability and performance of systems utilizing vulnerable Linux kernel versions.