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.
Published: 2026-08-10
Score: n/a
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability occurs in the Linux kernel’s tsi148 DMA bridge. During device removal or module unload, the code that cleans up the bridge does not free the list of location monitor resources, which were allocated during probe. This results in a memory leak where allocated resources remain dangling and are never reclaimed by the kernel. The leak can consume RAM over time and ultimately lead to resource exhaustion, potentially destabilizing the host. The weakness is improper resource handling (CWE-772).

Affected Systems

All Linux kernel implementations that include the staging vme_user driver prior to the applied fix are affected. No specific kernel version range is enumerated, so any build that contains the vme_user driver and uses the tsi148 bridge without the downstream patch is considered vulnerable.

Risk and Exploitability

The exploitability of this flaw is limited to scenarios where the attacker can trigger device unbind or module unload events. It does not provide direct remote code execution or privilege escalation. The EPSS score is less than 1%, indicating a very low probability of exploitation, and the vulnerability is not listed in the CISA KEV catalog. While the resource leak can consume memory over time and potentially destabilize the host, it is unlikely to be actively exploited in the wild due to the low exploitation likelihood.

Generated by OpenCVE AI on August 13, 2026 at 10:38 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a release that includes the patch which frees the location monitor resource in tsi148_remove().
  • Restart the system to ensure all modules are properly reloaded and any orphaned resources are cleared after the update.
  • If an upgrade is not immediately possible, avoid unloading the vme_user module or detaching the tsi148 bridge until a patch can be applied.

Generated by OpenCVE AI on August 13, 2026 at 10:38 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 13 Aug 2026 09:45: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

threat_severity

Moderate


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

Type Values Removed Values Added
Weaknesses CWE-401

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

Type Values Removed Values Added
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.
Title staging: vme_user: fix location monitor leak in tsi148 bridge
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-17T04:58:31.918Z

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

Link: CVE-2026-68084

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-10T12:17:20.933

Modified: 2026-08-17T05:18:07.633

Link: CVE-2026-68084

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-10T00:00:00Z

Links: CVE-2026-68084 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T10:45:04Z

Weaknesses
  • CWE-772

    Missing Release of Resource after Effective Lifetime