Bug 2337098 (CVE-2024-57807) - CVE-2024-57807 kernel: scsi: megaraid_sas: Fix for a potential deadlock
Summary: CVE-2024-57807 kernel: scsi: megaraid_sas: Fix for a potential deadlock
Keywords:
Status: NEW
Alias: CVE-2024-57807
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-01-11 13:01 UTC by OSIDB Bzimport
Modified: 2025-03-13 18:55 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2025:2478 0 None None None 2025-03-10 04:27:30 UTC
Red Hat Product Errata RHBA-2025:2523 0 None None None 2025-03-10 15:21:16 UTC
Red Hat Product Errata RHBA-2025:2589 0 None None None 2025-03-11 00:01:55 UTC
Red Hat Product Errata RHBA-2025:2689 0 None None None 2025-03-12 15:56:24 UTC
Red Hat Product Errata RHBA-2025:2750 0 None None None 2025-03-13 13:35:25 UTC
Red Hat Product Errata RHBA-2025:2751 0 None None None 2025-03-13 13:15:28 UTC
Red Hat Product Errata RHBA-2025:2752 0 None None None 2025-03-13 13:41:34 UTC
Red Hat Product Errata RHBA-2025:2779 0 None None None 2025-03-13 14:18:54 UTC
Red Hat Product Errata RHBA-2025:2781 0 None None None 2025-03-13 14:11:54 UTC
Red Hat Product Errata RHBA-2025:2782 0 None None None 2025-03-13 14:17:44 UTC
Red Hat Product Errata RHBA-2025:2815 0 None None None 2025-03-13 18:55:25 UTC
Red Hat Product Errata RHSA-2025:2473 0 None None None 2025-03-10 01:31:06 UTC
Red Hat Product Errata RHSA-2025:2474 0 None None None 2025-03-10 01:24:54 UTC

Description OSIDB Bzimport 2025-01-11 13:01:32 UTC
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.

Comment 1 Avinash Hanwate 2025-01-13 08:28:21 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2025011153-CVE-2024-57807-b595@gregkh/T

Comment 3 Avinash Hanwate 2025-01-13 11:30:13 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2025011153-CVE-2024-57807-b595@gregkh/T

Comment 5 errata-xmlrpc 2025-03-10 01:24:53 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 8

Via RHSA-2025:2474 https://access.redhat.com/errata/RHSA-2025:2474

Comment 6 errata-xmlrpc 2025-03-10 01:31:05 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 8

Via RHSA-2025:2473 https://access.redhat.com/errata/RHSA-2025:2473


Note You need to log in before you can comment on or make changes to this bug.