First published: Mon Jul 29 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: powerpc/eeh: avoid possible crash when edev->pdev changes If a PCI device is removed during eeh_pe_report_edev(), edev->pdev will change and can cause a crash, hold the PCI rescan/remove lock while taking a copy of edev->pdev->bus.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
redhat/kernel | <5.4.281 | 5.4.281 |
redhat/kernel | <5.10.223 | 5.10.223 |
redhat/kernel | <5.15.164 | 5.15.164 |
redhat/kernel | <6.1.101 | 6.1.101 |
redhat/kernel | <6.6.42 | 6.6.42 |
redhat/kernel | <6.9.11 | 6.9.11 |
redhat/kernel | <6.10 | 6.10 |
Linux Kernel | <5.4.281 | |
Linux Kernel | >=5.5<5.10.223 | |
Linux Kernel | >=5.11<5.15.164 | |
Linux Kernel | >=5.16<6.1.101 | |
Linux Kernel | >=6.2<6.6.42 | |
Linux Kernel | >=6.7<6.9.11 | |
IBM Security Verify Governance - Identity Manager | <=ISVG 10.0.2 | |
IBM Security Verify Governance, Identity Manager Software Stack | <=ISVG 10.0.2 | |
IBM Security Verify Governance, Identity Manager Virtual Appliance | <=ISVG 10.0.2 | |
IBM Security Verify Governance Identity Manager Container | <=ISVG 10.0.2 | |
debian/linux | 5.10.223-1 5.10.234-1 6.1.129-1 6.1.128-1 6.12.21-1 6.12.22-1 | |
debian/linux-6.1 | 6.1.129-1~deb11u1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-41064 has a high severity due to the potential for system crashes when a PCI device is removed during operation.
To fix CVE-2024-41064, update the Linux kernel to versions 5.4.281, 5.10.223, 5.15.164, 6.1.101, 6.6.42, or 6.9.11 as applicable.
CVE-2024-41064 affects various versions of the Linux kernel, specifically those prior to the specified remedial versions.
The issue in CVE-2024-41064 occurs when the PCI device is removed, leading to a change in the device pointer that can cause a system crash.
Yes, CVE-2024-41064 is directly related to the management of PCI devices within the Linux kernel.