CVE-2026-89734: usb: gadget: uvc: Fix null pointer dereference in uvcg_video_init()

Published Sep 11, 2026
·
Updated

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

usb: gadget: uvc: Fix null pointer dereference in uvcgvideoinit()

In uvcgvideoinit(), if kthreadrunworker() fails, the error logged uses uvcgerr(), however, the pointer it uses: video->uvc is not assigned at this point, triggering a null pointer dereference. Fix this by directly using uvc->func which is assigned already.

Affected Software

1 affected component
Linux Linux kernel

Event History

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

Frequently Asked Questions

1

What condition is required to trigger the null pointer dereference?

The failure path is reached when kthread_run_worker() fails during uvcg_video_init(). The subsequent error logging dereferences video->uvc before that pointer has been assigned.

2

Which systems are potentially exposed?

Systems using the Linux kernel USB gadget UVC functionality may be exposed if they reach this worker-creation failure path. The provided data does not identify specific kernel versions, configurations, or affected distributions.

3

What is the mitigation if the fix cannot be applied immediately?

No workaround or configuration-based mitigation is provided. Reducing reliance on the USB gadget UVC functionality may avoid reaching the affected initialization path, but the data does not specify a supported mitigation.

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