Linux · Linux Kernel · CVE-2024-41064
**Name of the Vulnerable Software and Affected Versions**
Linux kernel (affected versions not specified)
**Description**
The issue is related to incorrect resource locking in the Linux kernel, specifically in the powerpc/eeh module. If a PCI device is removed during eeh pe report edev(), the edev->pdev will change and can cause a crash. To prevent this, the PCI rescan/remove lock should be held while taking a copy of edev->pdev->bus. This can lead to a denial of service.
**Recommendations**
At the moment, there is no information about a newer version that contains a fix for this vulnerability.