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: 4.4 Medium
EPSS: < 1% Very Low
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‑772 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 of less than 1% and absence from the CISA KEV catalog suggest low to moderate exploitation likelihood. The CVSS score of 4.4 indicates moderate severity. While no public exploit is known, the vulnerability could be leveraged by a local user with permission to load or unload dm1105 driver; this inference is based on the fact that the leak occurs during the device’s remove callback. Consequently, the primary risk is the potential for kernel memory exhaustion leading to denial‑of‑service if an attacker repeatedly attaches and detaches the device. Mitigation therefore focuses on applying the kernel patch, restricting privileged users, and monitoring memory usage.

Generated by OpenCVE AI on August 13, 2026 at 08:51 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 13, 2026 at 08:51 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4745-1 linux-6.12 security update
History

Wed, 19 Aug 2026 16:45:00 +0000


Thu, 13 Aug 2026 07:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-401

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

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

None

cvssV3_1

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

threat_severity

Moderate


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-19T16:31:50.280Z

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

Link: CVE-2026-68218

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-10T13:20:09.787

Modified: 2026-08-19T17:20:37.997

Link: CVE-2026-68218

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-10T12:00:38Z

Links: CVE-2026-68218 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T09:00:11Z

Weaknesses
  • CWE-772

    Missing Release of Resource after Effective Lifetime