CVE-2026-89599
8.4
CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Summary
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.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Linux | Linux | f76ee892a99e68b55402b8d4b8aeffcae2aff34d < 2c3f8c9c995db185284b079f39177e85b2258176 | affected |
| Linux | Linux | f76ee892a99e68b55402b8d4b8aeffcae2aff34d < 76818e81cfcae33b09b739de09162c7d8d89bf0b | affected |
| Linux | Linux | f76ee892a99e68b55402b8d4b8aeffcae2aff34d < 09db79078f25c048cfb5d7849795c70415ab8574 | affected |
| Linux | Linux | f76ee892a99e68b55402b8d4b8aeffcae2aff34d < f8e43fe0f22b7137ce456e6fe3581d3098174f74 | affected |
| Linux | Linux | 4.5 | affected |
| Linux | Linux | 0 < 4.5 | unaffected |
| Linux | Linux | 6.12.109 <= 6.12.* | unaffected |
| Linux | Linux | 6.18.50 <= 6.18.* | unaffected |
| Linux | Linux | 7.2.4 <= 7.2.* | unaffected |
| Linux | Linux | 7.3-rc1 <= * | unaffected |
Weaknesses
References
- https://git.kernel.org/stable/c/2c3f8c9c995db185284b079f39177e85b2258176
- https://git.kernel.org/stable/c/76818e81cfcae33b09b739de09162c7d8d89bf0b
- https://git.kernel.org/stable/c/09db79078f25c048cfb5d7849795c70415ab8574
- https://git.kernel.org/stable/c/f8e43fe0f22b7137ce456e6fe3581d3098174f74
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.