CVE-2026-80687: iommufd/viommu: Release the igroup lock on the vdevice_size error path

Published Aug 28, 2026
·
Updated

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

iommufd/viommu: Release the igroup lock on the vdevicesize error path

iommufdvdeviceallocioctl() takes idev->igroup->lock, then validates the driver's vdevicesize against the core structure size with a WARNONONCE. On failure that guard jumps to outputidev, below outunlockigroup, so it skips the mutexunlock(), leaving the igroup lock held and deadlocking the next vDEVICE operation on that group.

Jump to outunlockigroup instead.

Affected Software

1 affected component
Linux Kernel

Event History

Aug 28, 2026
CVE Published
via MITRE·06:52 AM
Data Sourced
via MITRE·06:52 AM
Description

Frequently Asked Questions

1

What condition triggers the deadlock?

It is triggered when iommufd_vdevice_alloc_ioctl() finds that the driver's vdevice_size is invalid relative to the core structure size. The validation uses WARN_ON_ONCE, and the failing error path previously skipped releasing the igroup mutex.

2

What is the operational impact after the error occurs?

The igroup lock remains held. A subsequent vDEVICE operation on the same group can deadlock.

3

How can this be recognized during investigation?

Look for a WARN_ON_ONCE associated with vdevice_size validation followed by vDEVICE operations on the affected igroup no longer making progress. The corrected behavior routes the failure path through igroup lock release.

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