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.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2025-01-11 13:15
Updated : 2025-11-03 21:17
NVD link : CVE-2024-52332
Mitre link : CVE-2024-52332
CVE.ORG link : CVE-2024-52332
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-125
Out-of-bounds Read
