CVE-2024-56682

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-56682
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-56682.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2024-56682
Downstream
Published
2024-12-28T10:15:10Z
Modified
2025-08-09T20:01:26Z
Severity
  • 5.5 (Medium) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
[none]
Details

In the Linux kernel, the following vulnerability has been resolved:

irqchip/riscv-aplic: Prevent crash when MSI domain is missing

If the APLIC driver is probed before the IMSIC driver, the parent MSI domain will be missing, which causes a NULL pointer dereference in msicreatedeviceirqdomain().

Avoid this by deferring probe until the parent MSI domain is available. Use deverrprobe() to avoid printing an error message when returning -EPROBE_DEFER.

References

Affected packages