CVE-2024-56682
CVSS 3.1 Score 5.5 of 10 (medium)
Details
Published Dec 28, 2024
Updated: Jan 14, 2025
CWE ID 476
Summary
CVE-2024-56682 is a vulnerability affecting the Linux kernel. Specifically, it pertains to the APLIC driver in the irqchip/riscv-aplic subsystem. If the APLIC driver is probed before the IMSIC driver, the parent MSI domain will be missing, leading to a NULL pointer dereference in msi_create_device_irq_domain(). To mitigate this issue, it is recommended to defer probe until the parent MSI domain is available and use dev_err_probe() to suppress error messages when returning -EPROBE_DEFER.
Prevent cyber attacks with Recorded Future by prioritizing and patching critical vulnerabilities being exploited by threat actors targeting your industry. Book your demo to learn more.
Affected Products
- Linux Kernel
Affected Vendors
- LINUX