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

drm/panthor: Always use the IRQ-safe variant when acquiring the fence lock

Since dma_fence objects can be shared with other subsystems, they may be
accessed from hardirq context in those drivers, and we have to take
that into account by also using the IRQ-safe variant when acquiring
the lock.

While at it, switch to the guard model.
Published: 2026-08-15
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw involves the drm/panthor driver acquiring a fence lock with the non‑IRQ‑safe variant. When a dma_fence object is accessed from hardirq context in other subsystems, this lock choice can block hardirq handlers, potentially causing deadlocks, kernel crashes, or system instability. Although the description does not mention code execution, the synchronization error can lead to denial of service by freezing the affected system.

Affected Systems

All Linux kernel implementations that include the panthor DRM driver before the patch commit. The vulnerability is present in any kernel that does not incorporate the change that forces the IRQ‑safe lock and guard‑model usage. No specific version range is listed, so any kernel prior to the fix is potentially impacted.

Risk and Exploitability

The CVSS score of 5.5 indicates moderate severity, and the EPSS score of less than 1% suggests a low probability of exploitation at this time. The vulnerability is not listed in the CISA KEV catalog. The likely attack vector involves drivers exposing dma_fence objects to hardirq contexts; an attacker with control of such a subsystem could trigger the improper lock acquisition. While the exact exploitation complexity is unclear, the flaw could lead to deadlock or crash, resulting in denial‑of‑service.

Generated by OpenCVE AI on August 22, 2026 at 06:48 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the kernel to a version that contains the patch which enforces IRQ‑safe lock acquisition for the panthor DRM driver (commit 2946aa6c97ac0e0d777baef8c0e6d944da8724a3).
  • Apply the patch by rebuilding the kernel with the up‑to‑date panthor source or by back‑porting the commit if your distribution does not yet provide a patched kernel.
  • If a kernel upgrade cannot be performed immediately, disable or remove the panthor DRM module or configure the system to prevent dma_fence objects from being accessed in hardirq contexts until a suitable patch is available.

Generated by OpenCVE AI on August 22, 2026 at 06:48 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 22 Aug 2026 05:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-368

Thu, 20 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-413
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


Sat, 15 Aug 2026 11:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-368

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

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Always use the IRQ-safe variant when acquiring the fence lock Since dma_fence objects can be shared with other subsystems, they may be accessed from hardirq context in those drivers, and we have to take that into account by also using the IRQ-safe variant when acquiring the lock. While at it, switch to the guard model.
Title drm/panthor: Always use the IRQ-safe variant when acquiring the fence lock
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-17T05:13:41.798Z

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

Link: CVE-2026-72388

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:22:12.307

Modified: 2026-08-17T06:19:05.140

Link: CVE-2026-72388

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-15T00:00:00Z

Links: CVE-2026-72388 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-22T07:00:07Z

Weaknesses
  • CWE-413

    Improper Resource Locking