Bug 2424929 (CVE-2023-54034) - CVE-2023-54034 kernel: iommufd: Make sure to zero vfio_iommu_type1_info before copying to user
Summary: CVE-2023-54034 kernel: iommufd: Make sure to zero vfio_iommu_type1_info befor...
Keywords:
Status: NEW
Alias: CVE-2023-54034
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-12-24 12:01 UTC by OSIDB Bzimport
Modified: 2025-12-25 15:17 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-12-24 12:01:25 UTC
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 don't fill the padding.


Note You need to log in before you can comment on or make changes to this bug.