CVE-2024-56682

Severity CVSS v4.0:
Pending analysis
Type:
CWE-476 NULL Pointer Dereference
Publication date:
28/12/2024
Last modified:
14/01/2025

Description

In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> irqchip/riscv-aplic: Prevent crash when MSI domain is missing<br /> <br /> If the APLIC driver is probed before the IMSIC driver, the parent MSI<br /> domain will be missing, which causes a NULL pointer dereference in<br /> msi_create_device_irq_domain().<br /> <br /> Avoid this by deferring probe until the parent MSI domain is available. Use<br /> dev_err_probe() to avoid printing an error message when returning<br /> -EPROBE_DEFER.

Vulnerable products and versions

CPE From Up to
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.10 (including) 6.12.2 (excluding)