CVE-2026-89452: iommu/msm: Unwind probe state on registration failure

Published Sep 11, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

iommu/msm: Unwind probe state on registration failure

msmiommuprobe() adds its devm-managed IOMMU object to qcomiommudevices before adding the IOMMU sysfs device and registering it with the IOMMU core.

If iommudevicesysfsadd() fails, probe returns with the object still on qcomiommudevices. The driver core then releases the devm allocation, leaving a dangling list entry that later list walks may dereference.

If iommudeviceregister() fails, the same dangling list entry remains and the sysfs device is left registered as well.

Unwind the sysfs device and global list entry in reverse setup order on the corresponding failure paths.

Affected Software

1 affected component
Linux Linux kernel

Event History

Sep 11, 2026
CVE Published
via MITRE·07:43 PM
Data Sourced
via MITRE·07:43 PM
Description

Frequently Asked Questions

1

What failure conditions trigger the stale state?

The issue occurs when IOMMU sysfs device creation or IOMMU core registration fails during probe, after the devm-managed object has already been added to the global device list.

2

What residual state is left by each failure path?

If sysfs device creation fails, the global list retains a dangling entry after the devm allocation is released. If IOMMU core registration fails, the dangling list entry remains and the sysfs device also remains registered.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203