CVE-2026-89599: fbdev: omapfb: panel-dsi-cm: initialize lock before registering display

Published Sep 11, 2026
·
Updated

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

fbdev: omapfb: panel-dsi-cm: initialize lock before registering display

dsicmprobe() registers the display before initializing ddata->lock. Once omapdssregisterdisplay() publishes the display, another consumer can reach a dsicm callback that takes this mutex while it is still uninitialized.

Initialize the mutex before registering the display so the published callbacks always see a valid lock.

Event History

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

Frequently Asked Questions

1

Which systems are exposed to this race condition?

Systems using the Linux kernel's fbdev omapfb panel-dsi-cm driver are relevant. The issue occurs during dsicm_probe() when the display is published before its mutex has been initialized.

2

What must happen for the issue to be triggered?

After omapdss_register_display() publishes the display, another consumer must invoke a dsicm callback that takes ddata->lock before dsicm_probe() initializes that mutex.

3

What is the available remediation?

Apply a kernel update containing the fix that initializes ddata->lock before registering the display. The provided stable kernel references identify commits containing the correction.

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