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.
References
Configurations
Configuration 1 (hide)
|
History
03 Nov 2025, 21:18
| Type | Values Removed | Values Added |
|---|---|---|
| References |
|
Information
Published : 2025-01-11 13:15
Updated : 2025-11-03 21:18
NVD link : CVE-2024-57807
Mitre link : CVE-2024-57807
CVE.ORG link : CVE-2024-57807
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-667
Improper Locking
