CVE-2026-89886: media: intel/ipu6: fix async notifier cleanup leak on parse error

Published Sep 16, 2026
·
Updated

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

media: intel/ipu6: fix async notifier cleanup leak on parse error

isysnotifierinit() calls v4l2asyncnfinit() and then adds fwnode remote subdevs in a loop with v4l2asyncnfaddfwnoderemote(). If an endpoint parse or add fails partway through the loop, it jumps to errparse and returns without calling v4l2asyncnfcleanup(), leaking every v4l2asyncconnection already added to the notifier's waiting list.

The register-failure path just below already cleans up correctly, and the caller only tears the notifier down (isysnotifiercleanup()) once isysnotifierinit() has returned success. Clean up the notifier on the parse error path too.

Affected Software

1 affected component
Linux Linux kernel

Event History

Sep 16, 2026
CVE Published
via MITRE·10:31 AM
Data Sourced
via MITRE·10:31 AM
Description

Frequently Asked Questions

1

Under what condition does the resource leak occur?

The leak occurs when isys_notifier_init() has already added one or more remote fwnode subdevices, then an endpoint parse or a subsequent v4l2_async_nf_add_fwnode_remote() call fails. The parse-error path returns without cleaning the notifier's waiting list.

2

Does later notifier teardown clean up allocations from a failed initialization?

No. The caller invokes isys_notifier_cleanup() only after isys_notifier_init() returns successfully, so it does not clean up connections allocated before an initialization failure. The corrected parse-error path explicitly calls v4l2_async_nf_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