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

ALSA: usb-audio: Use correct version for UAC3 header validation

The entry of the validators table for UAC3 AC header descriptor is
defined with the wrong protocol version UAC_VERSION_2, while it should
have been UAC_VERSION_3. This results in the validator never matching
for actual UAC3 devices (protocol == UAC_VERSION_3), causing their
header descriptors to bypass validation entirely. A malicious USB
device presenting a truncated UAC3 header could exploit this to cause
out-of-bounds reads when the driver later accesses unvalidated
descriptor fields.

The bug was introduced in the same commit as the recently fixed UAC3
feature unit sub-type typo, and appears to be from the same copy-paste
error when the UAC3 section was created from the UAC2 section.
Published: 2026-03-25
Score: 6.6 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Out‑of‑bounds read in ALSA USB‑audio driver
Action: Immediate Patch
AI Analysis

Impact

The ALSA USB‑audio driver in the Linux kernel incorrectly validates UAC3 header descriptors, using the UAC2 protocol version in its validator table. As a result, UAC3 devices bypass validation, allowing a malicious USB device to supply a truncated header that causes the driver to read beyond the bounds of the descriptor. This out‑of‑bounds read can lead to a crash, denial of service, and potentially expose memory contents, though no exploitation beyond denial of service is documented.

Affected Systems

This issue affects the Linux kernel’s ALSA USB‑audio support. The specific kernel versions that contain the vulnerability are those that have not yet incorporated the fix for the UAC3 validator table; the problem was introduced before the commit that corrected a UAC3 typo, so kernels released prior to that fix are at risk. No explicit version list is provided, so any distribution shipping an older kernel should consider this vulnerability.

Risk and Exploitability

The CVSS score of 6.6 indicates medium severity, while the EPSS score of less than 1 % suggests a low likelihood of widespread exploitation. The vulnerability is not listed in the CISA KEV catalog. Exploitation requires a malicious USB device to be attached to a system running the vulnerable kernel; no public exploit code is known, making the risk primarily a potential denial‑of‑service rather than an immediate attack vector.

Generated by OpenCVE AI on March 26, 2026 at 14:41 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a release that includes the UAC3 header validation fix.
  • Verify that the kernel version contains the commit which corrected the validator table; consult the kernel changelog for the relevant commit hash.
  • If a kernel upgrade is not feasible, disable USB audio support in the kernel configuration or unload the ALSA modules to prevent the driver from loading.
  • Keep monitoring vendor advisories for additional patches or updates.

Generated by OpenCVE AI on March 26, 2026 at 14:41 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 18 Apr 2026 09:15:00 +0000


Thu, 26 Mar 2026 12:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-122
CWE-20

Thu, 26 Mar 2026 00:15:00 +0000

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

None

cvssV3_1

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

threat_severity

Moderate


Wed, 25 Mar 2026 22:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-122
CWE-20

Wed, 25 Mar 2026 10:45:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Use correct version for UAC3 header validation The entry of the validators table for UAC3 AC header descriptor is defined with the wrong protocol version UAC_VERSION_2, while it should have been UAC_VERSION_3. This results in the validator never matching for actual UAC3 devices (protocol == UAC_VERSION_3), causing their header descriptors to bypass validation entirely. A malicious USB device presenting a truncated UAC3 header could exploit this to cause out-of-bounds reads when the driver later accesses unvalidated descriptor fields. The bug was introduced in the same commit as the recently fixed UAC3 feature unit sub-type typo, and appears to be from the same copy-paste error when the UAC3 section was created from the UAC2 section.
Title ALSA: usb-audio: Use correct version for UAC3 header validation
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-04-18T08:57:55.922Z

Reserved: 2026-01-13T15:37:45.995Z

Link: CVE-2026-23318

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-03-25T11:16:28.390

Modified: 2026-04-18T09:16:18.680

Link: CVE-2026-23318

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-03-25T00:00:00Z

Links: CVE-2026-23318 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-03-27T09:49:53Z

Weaknesses