一、 漏洞 CVE-2024-56682 基础信息
漏洞标题
irqchip/riscv-aplic:防止在缺少MSI域时崩溃
来源:AIGC 神龙大模型
漏洞描述信息
在 Linux 内核中,已修复以下漏洞: irqchip/riscv-aplic: 防止在缺少 MSI 域时崩溃 如果 APLIC 驱动程序在 IMSIC 驱动程序之前被探测,父 MSI 域将不存在,这会导致在 msi_create_device_irq_domain() 中出现空指针解引用。 通过延迟探测,直到父 MSI 域可用,来避免此问题。使用 dev_err_probe() 来避免在返回 -EPROBE_DEFER 时打印错误消息。
来源:AIGC 神龙大模型
CVSS信息
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
来源:AIGC 神龙大模型
漏洞类别
空指针解引用
来源:AIGC 神龙大模型
漏洞标题
irqchip/riscv-aplic: Prevent crash when MSI domain is missing
来源:美国国家漏洞数据库 NVD
漏洞描述信息
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 msi_create_device_irq_domain(). Avoid this by deferring probe until the parent MSI domain is available. Use dev_err_probe() to avoid printing an error message when returning -EPROBE_DEFER.
来源:美国国家漏洞数据库 NVD
CVSS信息
N/A
来源:美国国家漏洞数据库 NVD
漏洞类别
N/A
来源:美国国家漏洞数据库 NVD
漏洞标题
Linux kernel 安全漏洞
来源:中国国家信息安全漏洞库 CNNVD
漏洞描述信息
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于media:platform:allegro-dvt模块中allocate_buffers_internal函数中的内存泄漏。
来源:中国国家信息安全漏洞库 CNNVD
CVSS信息
N/A
来源:中国国家信息安全漏洞库 CNNVD
漏洞类别
其他
来源:中国国家信息安全漏洞库 CNNVD
二、漏洞 CVE-2024-56682 的公开POC
# POC 描述 源链接 神龙链接
三、漏洞 CVE-2024-56682 的情报信息