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.
Metrics
Affected Vendors & Products
References
History
Tue, 14 Jan 2025 08:45:00 +0000
Type | Values Removed | Values Added |
---|---|---|
References |
| |
Metrics |
threat_severity
|
cvssV3_1
|
Sat, 11 Jan 2025 12:45:00 +0000
Type | Values Removed | Values Added |
---|---|---|
Description | 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. | |
Title | scsi: megaraid_sas: Fix for a potential deadlock | |
References |
|
|
MITRE
Status: PUBLISHED
Assigner: Linux
Published: 2025-01-11T12:39:53.645Z
Updated: 2025-01-11T12:39:53.645Z
Reserved: 2025-01-11T12:33:33.728Z
Link: CVE-2024-57807
Vulnrichment
No data.
NVD
Status : Received
Published: 2025-01-11T13:15:30.790
Modified: 2025-01-11T13:15:30.790
Link: CVE-2024-57807
Redhat