In the Linux kernel, the following vulnerability has been resolved:
staging: vme_user: fix location monitor leak in tsi148 bridge
tsi148probe() allocates a location monitor resource and links it into tsi148bridge->lmresources. The probe error path frees this list, but tsi148remove() only frees the dma, slave and master resource lists, so the location monitor resource is leaked on device unbind or module unload.
Free the lmresources list in tsi148remove() as well, before tsi148_bridge is freed.
{
"cna_assigner": "Linux",
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/68xxx/CVE-2026-68084.json"
}