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

media: pci: dm1105: Free allocated workqueue

Destroy allocated workqueue in remove() callback to free its resources,
thus fixing memory leak.
Published: 2026-08-10
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel’s media/pci dm1105 driver failed to free an allocated workqueue when the device was removed, causing a memory leak and potential resource exhaustion. This weakness corresponds to CWE‑401 and could lead to denial of service if an attacker can repeatedly create and remove dm1105 devices, draining kernel memory. The flaw does not grant arbitrary code execution or privilege escalation but reduces system stability.

Affected Systems

This issue is present in the Linux kernel’s media/pci dm1105 driver in all builds where the fault is present. The specific kernel releases affected are not enumerated in the advisory, so any distribution that has not applied the patch may be vulnerable. The fix requires a kernel update that includes the removal callback change.

Risk and Exploitability

The EPSS score is not available and the vulnerability is not listed in the CISA KEV catalog, indicating a lower, but still significant risk level. Without a publicly available exploit, the likelihood of exploitation remains uncertain. The attack vector would most likely involve a local user with the ability to load and unload the dm1105 device driver, as the failure occurs in the device’s removal routine. To mitigate risk, applying the kernel update is recommended. If not immediately possible, monitoring memory consumption and restricting privileged users from manipulating the driver can reduce the attack surface.

Generated by OpenCVE AI on August 10, 2026 at 14:15 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that incorporates the dm1105 workqueue cleanup fix.
  • If the update cannot be applied immediately, avoid removing or unloading dm1105 devices to prevent the memory leak.
  • Monitor system memory usage for unusual growth that may indicate an ongoing leak.

Generated by OpenCVE AI on August 10, 2026 at 14:15 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 10 Aug 2026 14:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-401

Mon, 10 Aug 2026 12:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: media: pci: dm1105: Free allocated workqueue Destroy allocated workqueue in remove() callback to free its resources, thus fixing memory leak.
Title media: pci: dm1105: Free allocated workqueue
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-10T12:00:38.175Z

Reserved: 2026-07-30T09:28:09.375Z

Link: CVE-2026-68218

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-10T14:30:04Z

Weaknesses
  • CWE-401

    Missing Release of Memory after Effective Lifetime