AUGUST 22, 2026
Live Feed
Back to database
Case File

CVE-2026-68218

UNKNOWN · CVSS N/A EPSS 0.22%

Source: NVD + CISA KEV + EPSS · Published 2026-08-10 · Last synced 2026-08-22

CyberRota Analysis

AI-Generated

The 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.