Security Advisory

CVE-2024-36924

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2024-05-30 15:29:18
Last updated 2026-05-11 20:17:06
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Release hbalock before calling lpfc_worker_wake_up() lpfc_worker_wake_up() calls the lpfc_work_done() routine, which takes the hbalock. Thus, lpfc_worker_wake_up() should not be called while holding the hbalock to avoid potential deadlock.