* CVE-2026-68084: staging: vme_user: fix location monitor leak in tsi148 bridge
@ 2026-08-10 11:50 Greg Kroah-Hartman
0 siblings, 0 replies; only message in thread
From: Greg Kroah-Hartman @ 2026-08-10 11:50 UTC (permalink / raw)
To: linux-cve-announce; +Cc: Greg Kroah-Hartman
From: Greg Kroah-Hartman <gregkh@kernel.org>
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.
The Linux kernel CVE team has assigned CVE-2026-68084 to this issue.
Affected and fixed versions
===========================
Issue introduced in 2.6.32 with commit d22b8ed9a3b0a157b732580258ec16b729265953 and fixed in 6.1.178 with commit 18be0ad31b161a8b6fbc90d14355ad40c061b6b0
Issue introduced in 2.6.32 with commit d22b8ed9a3b0a157b732580258ec16b729265953 and fixed in 6.6.145 with commit eef048dd77ebfbf99d7c28f9e9dd331d2af7b6f6
Issue introduced in 2.6.32 with commit d22b8ed9a3b0a157b732580258ec16b729265953 and fixed in 6.12.96 with commit 36902ab588ccc2fa07994adf6c5f51cbfe379177
Issue introduced in 2.6.32 with commit d22b8ed9a3b0a157b732580258ec16b729265953 and fixed in 6.18.39 with commit e3ceafa6d8ee6b3a0f7fabe7a551fda909edbd46
Issue introduced in 2.6.32 with commit d22b8ed9a3b0a157b732580258ec16b729265953 and fixed in 7.1.4 with commit c6cda17e98545980e42291fc4282daa8a8ebe384
Issue introduced in 2.6.32 with commit d22b8ed9a3b0a157b732580258ec16b729265953 and fixed in 7.2-rc3 with commit 151edde741f8bc7f2931c5f44ab376d32b0c8beb
Please see https://www.kernel.org for a full list of currently supported
kernel versions by the kernel community.
Unaffected versions might change over time as fixes are backported to
older supported kernel versions. The official CVE entry at
https://cve.org/CVERecord/?id=CVE-2026-68084
will be updated if fixes are backported, please check that for the most
up to date information about this issue.
Affected files
==============
The file(s) affected by this issue are:
drivers/staging/vme_user/vme_tsi148.c
Mitigation
==========
The Linux kernel CVE team recommends that you update to the latest
stable kernel version for this, and many other bugfixes. Individual
changes are never tested alone, but rather are part of a larger kernel
release. Cherry-picking individual commits is not recommended or
supported by the Linux kernel community at all. If however, updating to
the latest release is impossible, the individual changes to resolve this
issue can be found at these commits:
https://git.kernel.org/stable/c/18be0ad31b161a8b6fbc90d14355ad40c061b6b0
https://git.kernel.org/stable/c/eef048dd77ebfbf99d7c28f9e9dd331d2af7b6f6
https://git.kernel.org/stable/c/36902ab588ccc2fa07994adf6c5f51cbfe379177
https://git.kernel.org/stable/c/e3ceafa6d8ee6b3a0f7fabe7a551fda909edbd46
https://git.kernel.org/stable/c/c6cda17e98545980e42291fc4282daa8a8ebe384
https://git.kernel.org/stable/c/151edde741f8bc7f2931c5f44ab376d32b0c8beb
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-10 11:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-10 11:50 CVE-2026-68084: staging: vme_user: fix location monitor leak in tsi148 bridge Greg Kroah-Hartman
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.