mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-30 18:56:19 +00:00
18 lines
992 B
Markdown
18 lines
992 B
Markdown
|
|
### [CVE-2024-56682](https://cve.mitre.org/cgi-bin/cvename.cgi?name=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.
|
||
|
|
|
||
|
|
#### Github
|
||
|
|
- https://github.com/cku-heise/euvd-api-doc
|
||
|
|
|