漏洞标题
irqchip/riscv-aplic:防止在缺少MSI域时崩溃
漏洞描述信息
在 Linux 内核中,已修复以下漏洞:
irqchip/riscv-aplic: 防止在缺少 MSI 域时崩溃
如果 APLIC 驱动程序在 IMSIC 驱动程序之前被探测,父 MSI 域将不存在,这会导致在 msi_create_device_irq_domain() 中出现空指针解引用。
通过延迟探测,直到父 MSI 域可用,来避免此问题。使用 dev_err_probe() 来避免在返回 -EPROBE_DEFER 时打印错误消息。
CVSS信息
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
漏洞类别
空指针解引用
漏洞标题
irqchip/riscv-aplic: Prevent crash when MSI domain is missing
漏洞描述信息
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.
CVSS信息
N/A
漏洞类别
N/A
漏洞标题
Linux kernel 安全漏洞
漏洞描述信息
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于media:platform:allegro-dvt模块中allocate_buffers_internal函数中的内存泄漏。
CVSS信息
N/A
漏洞类别
其他