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

ALSA: usb-audio: qcom: clear opened when stream enable fails

On enable, subs->opened is set before the service_interval is validated;
an invalid interval jumps to the response label without clearing it, so
the substream is wedged at -EBUSY until a disable or disconnect.

Clear subs->opened on the enable error path.
Published: 2026-08-15
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The ALSA usb‑audio driver for Qualcomm devices sets a flag indicating that a substream is opened before it checks the validity of the requested service interval. When an invalid interval is supplied, the enable operation fails but the flag is not cleared; the substream remains marked as busy until a disable or device disconnect occurs, preventing subsequent attempts to use the stream and resulting in repeated failures that can be exploited to deny audio service to users.

Affected Systems

All Linux kernel installations that include the unpatched version of the ALSA usb‑audio Qualcomm driver are affected. The critical code path is present in every kernel build that ships this driver without the upstream patch; therefore any distribution with a kernel that predates the fix may be vulnerable.

Risk and Exploitability

The CVSS score is 5.5 and the EPSS score is reported as less than 1%, indicating a very low exploitation probability. The vulnerability is not listed in CISA’s KEV catalog. Based on the description, it is inferred that the attack vector is local. Exploitation requires a local process capable of interacting with the usb‑audio driver (e.g., a user or a privileged service) to submit an invalid service interval, which would then leave the substream in a stuck state and cause denial of the audio function.

Generated by OpenCVE AI on August 18, 2026 at 05:37 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the kernel to a release that applies the upstream patch clearing the opened flag on enable failure
  • On systems where a kernel upgrade is not immediately possible, remove or unload the Qualcomm usb‑audio module to stop the vulnerable code from running
  • Restrict access to usb‑audio devices by applying udev rules or changing device permissions to reduce the opportunity for an attacker to trigger the bug
  • If audio functionality is essential and a patch is unavailable, consider switching to an alternative audio backend such as ALSA PCM or PulseAudio that does not use the affected driver

Generated by OpenCVE AI on August 18, 2026 at 05:37 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 18 Aug 2026 04:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-399

Tue, 18 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-911
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Low


Sat, 15 Aug 2026 19:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-399

Sat, 15 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: qcom: clear opened when stream enable fails On enable, subs->opened is set before the service_interval is validated; an invalid interval jumps to the response label without clearing it, so the substream is wedged at -EBUSY until a disable or disconnect. Clear subs->opened on the enable error path.
Title ALSA: usb-audio: qcom: clear opened when stream enable fails
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-17T05:14:46.557Z

Reserved: 2026-08-09T03:40:39.930Z

Link: CVE-2026-72445

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:22:18.403

Modified: 2026-08-17T06:19:11.960

Link: CVE-2026-72445

cve-icon Redhat

Severity : Low

Publid Date: 2026-08-15T00:00:00Z

Links: CVE-2026-72445 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-18T05:45:03Z

Weaknesses
  • CWE-911

    Improper Update of Reference Count