cve/2024/CVE-2024-56682.md

18 lines
992 B
Markdown
Raw Normal View History

2025-09-29 16:08:36 +00:00
### [CVE-2024-56682](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-56682)
![](https://img.shields.io/static/v1?label=Product&message=Linux&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=ca8df97fe6798afbe395fc4a8e23bac0c7fbd248%3C%20285a07810ab3bcedc2bd380ebacbf6b4942a889a%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### 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.
#### Github
- https://github.com/cku-heise/euvd-api-doc