CVE-2026-93101: media: v4l2-async: Unregister sub-device if asc_list is empty

Published Sep 17, 2026
·
Updated

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

media: v4l2-async: Unregister sub-device if asclist is empty

When my em28xx USB device that uses the i2c tvp5150 driver is disconnected, it crashes.

The cause is that the tvp5150 i2c module uses v4l2async, but the em28xx driver does not since it predates v4l2async.

In that corner case sd->asclist is empty, so v4l2asyncunregistersubdev() never calls v4l2deviceunregistersubdev().

Modify the code so that, if sd->asclist is empty, v4l2deviceunregistersubdev() is still called.

Affected Software

1 affected component
Linux Linux kernel

Event History

Sep 17, 2026
CVE Published
via MITRE·04:11 PM
Data Sourced
via MITRE·04:11 PM
Description

Frequently Asked Questions

1

Which systems are affected by this crash scenario?

The described scenario involves an em28xx USB device using the I2C tvp5150 driver, where tvp5150 uses v4l2_async but the em28xx driver does not. The crash occurs when that USB device is disconnected.

2

What condition triggers the issue during device removal?

The affected corner case occurs when the sub-device's asc_list is empty. In that state, v4l2_async_unregister_subdev() does not call v4l2_device_unregister_subdev(), leaving the sub-device unregistered incorrectly during disconnect.

3

What does the fix change?

The fix ensures that v4l2_device_unregister_subdev() is called even when sd->asc_list is empty. This addresses the missing sub-device unregistration in the described device-disconnect path.

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