Home

Description

In the Linux kernel, the following vulnerability has been resolved: mmc: vub300: fix use-after-free on disconnect The vub300 driver maintains an explicit reference count for the controller and its driver data and the last reference can in theory be dropped after the driver has been unbound. This specifically means that the controller allocation must not be device managed as that can lead to use-after-free. Note that the lifetime is currently also incorrectly tied the parent USB device rather than interface, which can lead to memory leaks if the driver is unbound without its device being physically disconnected (e.g. on probe deferral). Fix both issues by reverting to non-managed allocation of the controller.

PUBLISHED Reserved 2026-03-09 | Published 2026-04-24 | Updated 2026-04-24 | Assigner Linux

Product status

Default status
unaffected

dcfdd698dc521c6046e9b80c16281575efb25d23 (git) before ea7468f61be033f4e18b95f2912010ed1d175d75
affected

dcfdd698dc521c6046e9b80c16281575efb25d23 (git) before ef0448c569b37ceabdd038e9faa311e5179127b0
affected

dcfdd698dc521c6046e9b80c16281575efb25d23 (git) before 8f4d20a710225ec7a565f6a0459862d3b1f32330
affected

Default status
affected

6.17
affected

Any version before 6.17
unaffected

6.18.23 (semver)
unaffected

6.19.13 (semver)
unaffected

7.0 (original_commit_for_fix)
unaffected

References

git.kernel.org/...c/ea7468f61be033f4e18b95f2912010ed1d175d75

git.kernel.org/...c/ef0448c569b37ceabdd038e9faa311e5179127b0

git.kernel.org/...c/8f4d20a710225ec7a565f6a0459862d3b1f32330

cve.org (CVE-2026-31650)

nvd.nist.gov (CVE-2026-31650)

Download JSON