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

pmdomain: imx93-blk-ctrl: Extract PHY as shared domain for DSI/CSI

The MIPI DSI and CSI domains share control bits for clock and reset, which
can lead to incorrect behavior if one domain disables the shared resource
while the other is still active.

To fix the issue, introduce a shared MIPI PHY power domain to own the
common resources and make DSI and CSI its subdomains. This ensures the
shared bits are properly managed and not disabled while still in use.
Published: 2026-08-15
Score: n/a
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel flaw occurs when the MIPI DSI and CSI domains share control bits that govern clock and reset operations. If one domain disables the shared resource while the other still requires it, the affected interface may stop functioning, resulting in incorrect display or camera behavior. The defect is a resource‑management weakness that can cause a denial of service on the DSI/CSI subsystems, but it does not provide a direct remote code execution or data exfiltration path.

Affected Systems

The issue resides in the imx93‑blk‑ctrl driver within the Linux kernel. All installations that use the original pre‑fix code are potentially affected; the patch commits referenced in the advisory (4ba6d7166750d0b810c6cfc0b1df7585f513b48c, 4fd5b33faf092ef2d09f730a7d9e49f9e976ac67, 99611233f8cda833169fa6487d5dacdf189e5cb0) introduce a shared MIPI PHY power domain to prevent the conflict. No specific kernel release is enumerated, so any kernel code built against the affected driver implementation may be impacted.

Risk and Exploitability

The vulnerability does not carry a public CVSS or EPSS metric, and it is not listed in the CISA KEV catalog. The failure mode is confined to the kernel and hardware interaction; remote exploitation is not described. Based on the description, the likely attack vector is local or privileged, requiring the ability to load or configure the DSI and CSI interfaces. The risk is therefore moderate in environments where both interfaces are used simultaneously and a denial of service could be disruptive. The most effective defense is to apply the kernel patch that introduces the shared PHY domain.

Generated by OpenCVE AI on August 15, 2026 at 21:03 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply a kernel version that includes the shared MIPI PHY domain change (commits 4ba6d7166750d0b810c6cfc0b1df7585f513b48c, 4fd5b33faf092ef2d09f730a7d9e49f9e976ac67, or 99611233f8cda833169fa6487d5dacdf189e5cb0).
  • Reboot the system after the kernel update to ensure the new driver code takes effect.
  • If a kernel upgrade is not immediately possible, avoid simultaneous use of the DSI and CSI interfaces until the remediation is applied.

Generated by OpenCVE AI on August 15, 2026 at 21:03 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 15 Aug 2026 21:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-362

Sat, 15 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: pmdomain: imx93-blk-ctrl: Extract PHY as shared domain for DSI/CSI The MIPI DSI and CSI domains share control bits for clock and reset, which can lead to incorrect behavior if one domain disables the shared resource while the other is still active. To fix the issue, introduce a shared MIPI PHY power domain to own the common resources and make DSI and CSI its subdomains. This ensures the shared bits are properly managed and not disabled while still in use.
Title pmdomain: imx93-blk-ctrl: Extract PHY as shared domain for DSI/CSI
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-08-15T05:51:39.019Z

Reserved: 2026-08-09T03:40:39.899Z

Link: CVE-2026-72009

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:20:59.570

Modified: 2026-08-15T06:20:59.570

Link: CVE-2026-72009

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-15T21:15:03Z

Weaknesses
  • CWE-362

    Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')