First published: Sat Jan 11 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: igb: Fix potential invalid memory access in igb_init_module() The pci_register_driver() can fail and when this happened, the dca_notifier needs to be unregistered, otherwise the dca_notifier can be called when igb fails to install, resulting to invalid memory access.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | ||
debian/linux | <=5.10.223-1 | 5.10.234-1 6.1.129-1 6.1.128-1 6.12.21-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-52332 has a medium severity rating due to its potential for causing invalid memory access.
To fix CVE-2024-52332, update the Linux kernel to the latest version that addresses this vulnerability.
CVE-2024-52332 affects certain versions of the Linux Kernel that are susceptible to the described invalid memory access issue.
CVE-2024-52332 is not known to be remotely exploitable, as it primarily concerns driver initialization within the kernel.
CVE-2024-52332 affects the igb driver within the Linux Kernel, specifically during the module initialization process.