OSV 1.4.0 · unreviewed · 修改于 2026-08-28 17:31
发布时间
2026-08-28 17:31
GitHub 审查时间
—
NVD 发布时间
2026-08-28 16:16
源文件
advisories/unreviewed/2026/08/GHSA-fh38-x9qp-g22j/GHSA-fh38-x9qp-g22j.json
In the Linux kernel, the following vulnerability has been resolved:
iommufd/viommu: Release the igroup lock on the vdevice_size error path
iommufd_vdevice_alloc_ioctl() takes idev->igroup->lock, then validates the driver's vdevice_size against the core structure size with a WARN_ON_ONCE. On failure that guard jumps to out_put_idev, below out_unlock_igroup, so it skips the mutex_unlock(), leaving the igroup lock held and deadlocking the next vDEVICE operation on that group.
Jump to out_unlock_igroup instead.
该公告没有提供结构化的受影响软件包信息。