CyberRota Analysis
AI-GeneratedThe vulnerability affects the Linux kernel's handling of the dm1105 media driver, where a failure to properly destroy an allocated workqueue in the remove() callback can lead to a memory leak. This issue could potentially degrade system performance over time due to resource exhaustion. System administrators and developers using the affected kernel version should prioritize applying updates to mitigate this risk.
CVE
CVE-2026-68218
Severity
UNKNOWN
CVSS
N/A
EPSS
0.22%
Linux
Original NVD 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.