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

drm/panthor: Fix a leak when a group is evicted before the tiler OOM is serviced

A group ref is tied to the pending tiler_oom_work, so we need to release
it if the cancel was effective.
Published: 2026-08-15
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The kernel’s DRM Panthor module may leak memory when a group reference remains attached to pending tiler out‑of‑memory work that is cancelled before the work is processed. The reference is not released, causing a gradual increase in resident memory. This is a classic improper resource cleanup weakness (CWE‑772).

Affected Systems

All kernel builds that include the unpatched DRM Panthor code are affected. Because no specific kernel version range was specified, every instance of the kernel that contains the default Panthor implementation should be considered vulnerable until updated.

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 in the wild. The defect is not present in the CISA KEV catalog. Exploitation would likely require local privilege or an application with access to the DRM subsystem, and would trigger OOM conditions to force the leak to grow. Once enough memory is consumed, the kernel could panic or a reboot may be required, resulting in denial of service.

Generated by OpenCVE AI on August 22, 2026 at 05:54 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest kernel update that includes the patched drm/panthor code.
  • Reboot, or reload the kernel, to activate the fix immediately.
  • Monitor system memory usage and kernel logs for tiler OOM events to detect any residual memory leakage over time.

Generated by OpenCVE AI on August 22, 2026 at 05:54 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 19 Aug 2026 00:15:00 +0000

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

Low


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: Fix a leak when a group is evicted before the tiler OOM is serviced A group ref is tied to the pending tiler_oom_work, so we need to release it if the cancel was effective.
Title drm/panthor: Fix a leak when a group is evicted before the tiler OOM is serviced
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:39.606Z

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

Link: CVE-2026-72386

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-72386

cve-icon Redhat

Severity : Low

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

Links: CVE-2026-72386 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-22T06:00:11Z

Weaknesses
  • CWE-772

    Missing Release of Resource after Effective Lifetime