First published: Mon Oct 21 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Validate hdwq pointers before dereferencing in reset/errata paths When the HBA is undergoing a reset or is handling an errata event, NULL ptr dereference crashes may occur in routines such as lpfc_sli_flush_io_rings(), lpfc_dev_loss_tmo_callbk(), or lpfc_abort_handler(). Add NULL ptr checks before dereferencing hdwq pointers that may have been freed due to operations colliding with a reset or errata event handler.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | <6.10.14 | |
Linux Kernel | >=6.11<6.11.3 | |
debian/linux | <=5.10.223-1<=5.10.226-1 | 6.1.123-1 6.1.128-1 6.12.12-1 6.12.15-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-49891 has been classified as having a high severity due to the potential for system crashes.
To fix CVE-2024-49891, update the Linux kernel to version 6.10.14 or to any version between 6.11 and 6.11.3.
CVE-2024-49891 affects Linux kernel versions up to 6.10.14 and versions between 6.11 and 6.11.3.
CVE-2024-49891 is a NULL pointer dereference vulnerability that can cause system crashes.
The exact disclosure date of CVE-2024-49891 is not provided, but it pertains to a recent vulnerability resolved in the Linux kernel.