Description
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.
Published: 2026-09-11
Score: 8.4 High
EPSS: < 1% Very Low
KEV: No
Impact: Denial of Service (Kernel Crash)
Action: Apply Patch
AI Analysis

Impact

The defect occurs when the omapfb panel DSI CM driver registers the display before initializing the associated mutex. If another component registers a callback that acquires the mutex while it is still uninitialized, the mutex pointer is used in an invalid state and can trigger a kernel crash. This results in a denial of service attack that can be executed by a user or change the display functionality.

Affected Systems

The vulnerability affects the Linux kernel, specifically the fbdev omapfb panel DSI CM driver. All kernel releases containing this driver component without the patch are vulnerable.

Risk and Exploitability

The CVSS score of 5.5 indicates moderate severity. The EPSS score is 0.00168, indicating a very low but nonzero probability of exploitation. The issue is not listed in CISA KEV, so no known active exploitation has been reported. Based on the description, the likely attack vector involves a local or privileged attacker interacting with the faulty omapfb driver, leveraging the race between display registration and mutex initialization to trigger a kernel crash.

Generated by OpenCVE AI on September 13, 2026 at 04:36 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a version that includes the patch initializing the mutex before registering the display.
  • If a distribution update is not yet available, manually apply the patch to the omapfb source and rebuild the kernel with the corrected driver.
  • Until the patched kernel is available, disable the omapfb driver (e.g., unload the module or blacklist it) to prevent the callback race while the driver is in use.

Generated by OpenCVE AI on September 13, 2026 at 04:36 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 13 Sep 2026 06:45:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

cvssV3_1

{'score': 8.4, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}


Sat, 12 Sep 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-908
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Moderate


Fri, 11 Sep 2026 23:45:00 +0000

Type Values Removed Values Added
Description 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.
Title fbdev: omapfb: panel-dsi-cm: initialize lock before registering display
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-09-13T06:31:30.558Z

Reserved: 2026-09-11T19:38:34.731Z

Link: CVE-2026-89599

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-11T20:19:44.733

Modified: 2026-09-13T07:17:25.270

Link: CVE-2026-89599

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-09-11T19:45:02Z

Links: CVE-2026-89599 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-13T04:45:18Z

Weaknesses
  • CWE-908

    Use of Uninitialized Resource