In the Linux kernel, the following vulnerability has been resolved:
iommufd: Make sure to zero vfioiommutype1_info before copying to user
Missed a zero initialization here. Most of the struct is filled with a copyfromuser(), however minsz for that copy is smaller than the actual struct by 8 bytes, thus we don't fill the padding.
{
"cna_assigner": "Linux",
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2023/54xxx/CVE-2023-54034.json"
}