CVE-2026-80828

Source
https://cve.org/CVERecord?id=CVE-2026-80828
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80828.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-80828
Downstream
Published
2026-09-04T15:54:32.894Z
Modified
2026-09-05T03:48:20.818988427Z
Summary
ALSA: usb-audio: Complete cleanup after system-resume errors
Details

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

ALSA: usb-audio: Complete cleanup after system-resume errors

A failed system resume can leave the card unusable until reboot. usbaudioresume() jumps to errout when sndusbpcmresume() or sndusbmixerresume() fails. The error path skips the out: block, which restores D0 and decrements chip->numsuspended_intf.

The card stays in SNDRVCTLPOWERD3hot, so later control access blocks in sndpowerrefand_wait(). USB core logs an interface resume callback error. It does not retry that callback, so a later callback cannot complete the skipped cleanup.

usbaudiosuspend() increments numsuspendedintf before returning success. A system-resume callback must consume the system-suspend count even if a component resume fails. Otherwise, the stranded count skews later suspend and resume cycles.

Do not apply this cleanup to runtime-resume errors. Runtime PM can retry -EAGAIN or -EBUSY without another suspend callback. The count must continue to describe that suspended interface. Other runtime-resume errors latch runtime_error in the PM core and do not cause an immediate callback retry.

Both parts of the system-resume error path are longstanding. Commit 88a8516a2128a ("ALSA: usbaudio: implement USB autosuspend") introduced errout past the D0 restore. Commit 862b2509d157c ("ALSA: usb-audio: Fix inconsistent card PM state after resume") later moved numsuspended_intf-- into the out: block. The error path now skips both operations.

No third-party code is needed to reach the error path. sndusbmixerresume() ends in sndusbmixeractivate(), which returns the result of usbsubmiturb() for devices that have a mixer status URB. Its mixer->privateresume hook can also fail through scarlett2initnotify(). sndusbpcmresume() issues a SET_CUR request to a UAC3 power domain. It can return -EPIPE or -EIO when the device stalls the request.

Route a component error through out: only when systemsuspend is nonzero. Continue to return runtime-resume errors through errout. Later component resume stages remain skipped. The original error still reaches USB core. A later transfer can fail if the device did not recover.

I reproduced the system-resume failure on an Audient iD14 MkI with an out-of-tree diagnostic mixer resume hook. An injected -EIO on the unpatched core left control readers in uninterruptible sleep in sndpowerrefandwait() until a reboot. With this patch, the same failure restored control access. A second system suspend and resume also succeeded after I disabled fault injection.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/80xxx/CVE-2026-80828.json"
}
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
88a8516a2128a6d078a106ead48092240e8a138f
Fixed
3fa521c3c54b42e16cad8ade76551113a783752b
Fixed
3f06f3f5b16212f180764654a9398ff5f7a855c8
Fixed
f1c05c41d07b874635d681ae328d13ec550470c5
Fixed
5a625fc2284e35f33693efd9534aebaca3b005d4
Fixed
6d3e202670b819c414076a5d07dffac8a39274ad
Fixed
6c94877b6bab9185898bcad4b082ff5592558921
Fixed
d1f643b1c0258bd519146f7a342bbb394d413912
Fixed
1739a976312e110c93a8dee66a1cdf893a1b187e

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
2.6.39
Fixed
5.15.220
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.187
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.156
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.108
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.49
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.13
Type
ECOSYSTEM
Events
Introduced
7.2.0
Fixed
7.2.3

Database specific

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