Bug 2513135 (CVE-2026-68084) - CVE-2026-68084 kernel: staging: vme_user: fix location monitor leak in tsi148 bridge
Summary: CVE-2026-68084 kernel: staging: vme_user: fix location monitor leak in tsi148...
Keywords:
Status: NEW
Alias: CVE-2026-68084
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-08-10 12:01 UTC by OSIDB Bzimport
Modified: 2026-08-11 09:52 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-08-10 12:01:47 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.