| 概要 | In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Remove latent out-of-bounds access in IOMMU debugfs In iommu_mmio_write() and iommu_capability_write(), the variables Prior to this patch, the AMD IOMMU debugfs implementation was already 1. #define OFS_IN_SZ 8 ensures the user string <= 8 bytes, so if (cnt > OFS_IN_SZ) 2. Implicit type promotion in iommu_mmio_write(), dbg_mmio_offset is int if (dbg_mmio_offset > iommu->mmio_phys_end - sizeof(u64)) 3. The show handlers would currently catch the negative number and Replace kstrtou32_from_user() with kstrtos32_from_user() to parse the |
|---|---|
| 公表日 | 2026年7月20日1:18 |
| 登録日 | 2026年7月20日4:21 |
| 最終更新日 | 2026年7月20日1:18 |