In the Linux kernel, the following vulnerability has been resolved: vfio/pci: clear vdev->msi_perm after freeing it on init failure vfio_msi_cap_len() lazily allocates the per-device MSI permission…
提示
摘要
In the Linux kernel, the following vulnerability has been resolved: vfio/pci: clear vdev->msi_perm after freeing it on init failure vfio_msi_cap_len() lazily allocates the per-device MSI permission table: vdev->msi_perm = kmalloc_obj(struct perm_bits, GFP_KERNEL_ACCOUNT); if (!vdev->msi_perm) return -ENOMEM; ret = init_pci_cap_msi_perm(vdev->msi_perm, len, flags); if (ret) { kfree(vdev->msi_perm); return ret; /* vdev->msi_perm left dangling */ } When init_pci_cap_msi_perm() -> …
中文摘要建设中,暂以英文摘要呈现(DR-003 v2)。
深度研判
该漏洞尚未生成深度研判报告(DR-003 v2 AI pipeline 建设中)。
数据来源
- NVD DATABASE
原始链接
- https://git.kernel.org/stable/c/25cdd2a492d868cff1e519a60fe282909c52d385
- https://git.kernel.org/stable/c/533d0c5feef85ee6404b9f41d5564fac6971a008
- https://git.kernel.org/stable/c/812f1db7f0755a19ef16ecdc5cec51bcabc5eda5
- https://git.kernel.org/stable/c/d665a1688af7f8fefd7c0eb04f2a37122ce007f4
- https://git.kernel.org/stable/c/dc77acfeb979dded39b247b60fef0399536bfa77
- https://git.kernel.org/stable/c/eb84cd81040e58dd05ac190f561f2115e3367249
- https://git.kernel.org/stable/c/f0eea8f9013676b42289ec35941e848b8a543e19
- https://git.kernel.org/stable/c/fda8fb7e8179561693a786a7af593f6b944a21c1
时间线
- nvd_ingest NVD