CVE-2026-93205: iommu/arm-smmu-v3: Manage teardown with devm

Published Sep 24, 2026
·
Updated

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

iommu/arm-smmu-v3: Manage teardown with devm

armsmmudeviceremove() manually frees the IOPF queue, destroys the vmidmap and disables the device, while the IRQs and queues are devm managed. devm unwinds only after remove() returns, so the cleanup runs in the wrong order. The IOPF queue is freed before the event-queue IRQ whose handler uses it.

Manage all of it with devm so the unwind order is correct. Free the IOPF queue and vmidmap via devm actions, and disable the device from one registered after armsmmudevicereset().

This is also a prerequisite for fixing a Tegra241 CMDQV CMDSYNC use-after-free in the subsequent patch.

Affected Software

1 affected component
Linux Linux kernel

Event History

Sep 24, 2026
CVE Published
via MITRE·03:10 PM
Data Sourced
via MITRE·03:10 PM
Description
Data Sourced
via NVD·04:17 PM
Description

Frequently Asked Questions

1

When is the vulnerable cleanup path reached?

The incorrect cleanup ordering occurs during arm_smmu_device_remove(), so it is associated with ARM SMMU v3 device teardown or removal. No other trigger conditions are specified.

2

What makes the teardown sequence unsafe?

The IOPF queue can be freed before the event-queue IRQ is unwound, even though that IRQ handler uses the queue. This creates a use-after-free condition during cleanup.

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