Bug 2532244 (CVE-2026-89599) - CVE-2026-89599 kernel: Linux kernel: Denial of Service due to uninitialized mutex in `fbdev: omapfb: panel-dsi-cm`
Summary: CVE-2026-89599 kernel: Linux kernel: Denial of Service due to uninitialized m...
Keywords:
Status: NEW
Alias: CVE-2026-89599
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-09-11 21:39 UTC by OSIDB Bzimport
Modified: 2026-09-11 22:01 UTC (History)
15 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-09-11 21:39:43 UTC
In the Linux kernel, the following vulnerability has been resolved:

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

dsicm_probe() registers the display before initializing ddata->lock.
Once omapdss_register_display() 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.


Note You need to log in before you can comment on or make changes to this bug.