CVE-2026-89522: media: staging/ipu7: fix async notifier UAF on probe error path

Published Sep 11, 2026
·
Updated

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

media: staging/ipu7: fix async notifier UAF on probe error path

isysregisterdevices() registers the V4L2 async notifier via isysnotifierinit(). If a subsequent probe step such as isysfwloginit() fails, isysprobe() jumps to the outcleanup label which only calls isysunregisterdevices(). That helper tears down the video devices, subdevices, V4L2 device and media device, but never unregisters or cleans up the async notifier.

As a result the notifier stays chained in the global notifierlist while the enclosing struct ipu7isys is freed by devres, leading to list corruption and a use-after-free the next time the list is walked.

The remove path already does the right thing by calling isysnotifiercleanup() before isysunregisterdevices(). Mirror that on the probe error path so the notifier is unregistered and cleaned up before the device is torn down.

Affected Software

1 affected component
Linux Kernel

Event History

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

Frequently Asked Questions

1

Is normal device removal affected by the same cleanup failure?

No. The remove path already calls isys_notifier_cleanup() before isys_unregister_devices(); the issue is limited to the probe error path.

2

When can the stale notifier be left behind?

It occurs when isys_register_devices() has registered the async notifier and a later probe step, such as isys_fw_log_init(), fails. The enclosing ipu7_isys structure can then be freed while its notifier remains on the global notifier list.

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