CVE-2026-72446

Source
https://cve.org/CVERecord?id=CVE-2026-72446
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72446.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-72446
Downstream
Published
2026-08-15T05:56:56.470Z
Modified
2026-08-16T03:48:53.743624206Z
Summary
ALSA: usb-audio: qcom: reject stream disable with no active interface
Details

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

ALSA: usb-audio: qcom: reject stream disable with no active interface

handleuaudiostreamreq() resolves an interface index with infoidxfromifnum(), which returns -EINVAL when no interface matches. The enable branch and the response: cleanup label both guard against a negative index, but the disable branch does not: it forms info = &uadev[pcmcardnum].info[info_idx] and dereferences it.

uadev[].info is a pointer allocated only when a stream is first enabled, so a negative info_idx on the disable path is unsafe in two ways:

  • If the card was never enabled, .info is NULL and &info[-EINVAL] is a wild pointer; reading info->dataeppipe faults (kernel oops).

  • If the card was enabled at least once (.info allocated) and the disable names an interface that does not match, &info[-EINVAL] points before the allocation; info->dataeppipe / info->synceppipe are an out-of-bounds slab read and, when non-zero, an out-of-bounds 4-byte write (both pipe fields are cleared to 0). That is memory corruption, not just a NULL dereference.

The request is reachable from unprivileged local userspace over AF_QIPCRTR. Reject a disable request with no resolved interface, matching the guard the enable path already has.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72446.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
326bbc348298ab0946c5560defe024a5f6ef28bb
Fixed
25a867aa5e67a84333fa6e5c21292c5bcff86b90
Fixed
a22356d1f731553e99aa2707dbd38c659bdd28d8
Fixed
bdb640be82e645e2828731648f485224d0c2587b

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.16.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-72446.json"