AUGUST 22, 2026
Live Feed
Back to database
Case File

CVE-2026-68084

UNKNOWN · CVSS N/A EPSS 0.17%

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 location monitor resources in the tsi148 bridge, where a resource leak occurs during device unbinding or module unloading. This oversight could lead to memory management issues, potentially impacting system stability and performance. Organizations using affected Linux kernel versions, particularly those relying on the tsi148 bridge, should prioritize patching to mitigate potential resource exhaustion risks.

CVE
CVE-2026-68084
Severity
UNKNOWN
CVSS
N/A
EPSS
0.17%
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: staging: vme_user: fix location monitor leak in tsi148 bridge tsi148_probe() allocates a location monitor resource and links it into tsi148_bridge->lm_resources. The probe error path frees this list, but tsi148_remove() only frees the dma, slave and master resource lists, so the location monitor resource is leaked on device unbind or module unload. Free the lm_resources list in tsi148_remove() as well, before tsi148_bridge is freed.