CVE-2026-31650
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.
Predictions
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
No mitigations published for this CVE yet.
The vendor-content worker queues fetches as references arrive (check back in a few minutes). Or โ if you've already worked around this in production โ publish your fix to the community-verified tier.
โ Propose a mitigation on Community โ Mitigations published via the community go through AI scoring + 2 human reviewers + 7-day silent objection window before landing here withsource_tier=community-verified.
OS impact
| OS | Version | Status | Fixed in |
|---|---|---|---|
| sles | affected | | |
| debian | bookworm | fixed | 0 |
| debian | bullseye | fixed | 0 |
| debian | forky | fixed | 6.19.13-1 |
| debian | sid | fixed | 6.19.13-1 |
| debian | trixie | fixed | 0 |
| linux-kernel | affected | 6.18.23 | |
| linux-kernel | 6.17 | affected | |
| linux-kernel | 7.0 | affected | |
References
- https://git.kernel.org/stable/c/8f4d20a710225ec7a565f6a0459862d3b1f32330
- https://git.kernel.org/stable/c/ea7468f61be033f4e18b95f2912010ed1d175d75
- https://git.kernel.org/stable/c/ef0448c569b37ceabdd038e9faa311e5179127b0
- https://www.suse.com/security/cve/CVE-2026-31650.html
- https://security-tracker.debian.org/tracker/CVE-2026-31650
CWEs
CWE-416
Community-verified mitigations for this CVE will appear above when contributors publish them.
Verify integrity in audit chain (admin only). AS-IS.