Bug 2425077 (CVE-2023-54043) - CVE-2023-54043 kernel: iommufd: Do not add the same hwpt to the ioas->hwpt_list twice
Summary: CVE-2023-54043 kernel: iommufd: Do not add the same hwpt to the ioas->hwpt_li...
Keywords:
Status: NEW
Alias: CVE-2023-54043
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-12-24 13:06 UTC by OSIDB Bzimport
Modified: 2026-03-16 06:03 UTC (History)
0 users

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-12-24 13:06:51 UTC
In the Linux kernel, the following vulnerability has been resolved:

iommufd: Do not add the same hwpt to the ioas->hwpt_list twice

The hwpt is added to the hwpt_list only during its creation, it is never
added again. This hunk is some missed leftover from rework. Adding it
twice will corrupt the linked list in some cases.

It effects HWPT specific attachment, which is something the test suite
cannot cover until we can create a legitimate struct device with a
non-system iommu "driver" (ie we need the bus removed from the iommu code)


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