CVE-2026-80659

Source
https://cve.org/CVERecord?id=CVE-2026-80659
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80659.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-80659
Downstream
Published
2026-08-28T06:49:04.389Z
Modified
2026-08-30T03:48:16.275852680Z
Summary
mmc: vub300: defer reset until cmd_mutex is unlocked
Details

In the Linux kernel, the following vulnerability has been resolved:

mmc: vub300: defer reset until cmd_mutex is unlocked

vub300cmndworkthread() holds cmd_mutex while it sends a command and waits for the command response. If the response wait times out, __vub300commandresponse() kills the command URBs and then synchronously resets the USB device through usbresetdevice().

That reset path re-enters the driver through vub300prereset(), which also takes cmd_mutex. The worker therefore tries to acquire the same mutex recursively while it is still holding it from the command path.

This issue was found by our static analysis tool and then manually reviewed against the current tree.

The grounded PoC kept the real worker and timeout/reset carrier:

vub300cmndworkthread() __vub300commandresponse() usblockdeviceforreset() usbresetdevice() vub300prereset()

Lockdep reported the same-task recursive acquisition on cmd_mutex:

WARNING: possible recursive locking detected ... (&testvub300.cmdmutex) ... at: usbresetdevice... [vulnmsv] ... (&testvub300.cmdmutex) ... at: vub300cmndworkthread+0x12/0x20 [vulnmsv] Workqueue: vub300cmdwq vub300cmndworkthread [vuln_msv] *** DEADLOCK ***

Return a flag from _vub300commandresponse() when the timeout path needs a device reset, then perform the reset after vub300cmndworkthread() has cleared the in-flight command state and dropped cmdmutex. The reset is still attempted before mmcrequestdone(), preserving the existing request completion ordering while avoiding the recursive lock.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/80xxx/CVE-2026-80659.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
88095e7b473a3d9ec3b9c60429576e9cbd327c89
Fixed
8672b8bdbd2063b3fcbd75f729e4706fcdad2257
Fixed
8344611477c9241f45f20981990780fc5f0996f8
Fixed
2e6b9a394206c76dd417c991312f349435ef35e6
Fixed
7ee7a77ec2f446109ab52cc80ace7acc22ab6211
Fixed
9f5e04235a0b59e6e30af9f45511addf2604d757
Fixed
bf9848a22a8e50d39d5e8d871581f0a8110f16b3
Fixed
c2e1d33929565fa14c48d8a5a45edc3ebfc941b2
Fixed
ee5fb641c4ccac8406c668d3e947eb20ce44f233

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80659.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
3.0.0
Fixed
5.10.261
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.212
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.178
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.145
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.97
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.40
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.5

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80659.json"