NONE · 0

CVE-2026-68084

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

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

References

FAQ

What is CVE-2026-68084?

CVE-2026-68084 is a documented vulnerability. 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 in...

How severe is CVE-2026-68084?

CVSS scoring is not yet available for CVE-2026-68084. Check NVD for updates.

Is there a patch for CVE-2026-68084?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.