mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-30 18:56:19 +00:00
1.1 KiB
1.1 KiB
CVE-2024-56682
Description
In the Linux kernel, the following vulnerability has been resolved:irqchip/riscv-aplic: Prevent crash when MSI domain is missingIf the APLIC driver is probed before the IMSIC driver, the parent MSIdomain will be missing, which causes a NULL pointer dereference inmsi_create_device_irq_domain().Avoid this by deferring probe until the parent MSI domain is available. Usedev_err_probe() to avoid printing an error message when returning-EPROBE_DEFER.
POC
Reference
No PoCs from references.