CVE Catalog

CVE-2026-68084

Low risk· EPSS 7%
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.17%

7th percentile - higher than 7% of all known CVEs

Summary

In the Linux kernel, the staging vme_user driver for the tsi148 bridge leaks the location monitor resource when the device is unbound or the module is unloaded. The tsi148_remove() function does not free the lm_resources list, leading to a memory leak.

Risk Assessment

The risk is a memory leak that can lead to system performance degradation or failure over time.

Recommendation

It is recommended to apply the patch that adds freeing of the lm_resources list in tsi148_remove().

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS