cve/2021/CVE-2021-47565.md
2025-09-29 21:09:30 +02:00

1.1 KiB

CVE-2021-47565

Description

In the Linux kernel, the following vulnerability has been resolved:scsi: mpt3sas: Fix kernel panic during drive powercycle testWhile looping over shost's sdev list it is possible that oneof the drives is getting removed and its sas_target object isfreed but its sdev object remains intact.Consequently, a kernel panic can occur while the driver is trying to accessthe sas_address field of sas_target object without also checking thesas_target object for NULL.

POC

Reference

No PoCs from references.

Github