Security Advisory

CVE-2023-54034

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-12-24 10:56:01
Last updated 2026-05-11 19:54:09
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: iommufd: Make sure to zero vfio_iommu_type1_info before copying to user Missed a zero initialization here. Most of the struct is filled with a copy_from_user(), however minsz for that copy is smaller than the actual struct by 8 bytes, thus we dont fill the padding.