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

ALSA: usb-audio: Avoid potential endless loop in convert_chmap_v3()

The convert_chmap_v3() has a loop with its increment size of
cs_desc->wLength, but we forgot to validate cs_desc->wLength itself,
which may lead to potential endless loop by a malformed descriptor.

Add a proper size check to abort the loop for plugging the hole.
Published: 2026-05-28
Score: n/a
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The bug resides in the ALSA usb-audio driver of the Linux kernel. The convert_chmap_v3() function processes USB audio descriptors by iterating over a buffer whose increment size is the descriptor length field, cs_desc->wLength. Because the driver does not validate that this field is within the bounds of the descriptor buffer, an attacker can supply a malformed descriptor that causes the loop to never terminate. An unbounded loop of this kind can consume CPU cycles and potentially freeze the kernel, resulting in a denial of service. The flaw is identified as a lack of proper input validation leading to an infinite loop, consistent with CWE-665.

Affected Systems

Any Linux installation that includes the ALSA usb-audio module is affected. The advisories do not specify a particular kernel version, so the flaw may exist in older releases up to the current kernel at the time of the commit. Vendors such as those maintaining the upstream Linux kernel should confirm whether their produced images contain the patch. No specific third‑party product is mentioned.

Risk and Exploitability

The vulnerability requires control over a USB audio device that the system recognizes, meaning a local attacker with physical access to the machine can provide a malicious descriptor during device enumeration. The exploit would cause a prolonged CPU‑busy state or a system freeze, but it does not compromise confidentiality or integrity. EPSS is not available and the issue is not listed in the CISA KEV catalog, indicating no known active exploitation at this time. However, given the high impact of a denial of service in a production environment, the risk can be considered significant especially in sensitive or critical systems where uptime is essential.

Generated by OpenCVE AI on May 28, 2026 at 11:43 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that incorporates the fix for convert_chmap_v3() (for example, apply the patch from commit 4e0ee232ebe3df04874125d7c7f3e6c25ea5483d).
  • If a kernel update is not yet available, temporarily disable the ALSA usb-audio module by running : modprobe -r snd-usb-audio or by blacklisting the module in the system configuration to prevent the driver from loading.
  • Disconnect any USB audio devices or deploy hardware restrictions to block USB audio peripherals that are not required for operation.

Generated by OpenCVE AI on May 28, 2026 at 11:43 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 28 May 2026 12:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-665

Thu, 28 May 2026 10:15:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Avoid potential endless loop in convert_chmap_v3() The convert_chmap_v3() has a loop with its increment size of cs_desc->wLength, but we forgot to validate cs_desc->wLength itself, which may lead to potential endless loop by a malformed descriptor. Add a proper size check to abort the loop for plugging the hole.
Title ALSA: usb-audio: Avoid potential endless loop in convert_chmap_v3()
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-05-28T09:36:02.794Z

Reserved: 2026-05-13T15:03:33.100Z

Link: CVE-2026-46146

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-05-28T10:16:30.203

Modified: 2026-05-28T13:44:01.663

Link: CVE-2026-46146

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-05-28T11:45:16Z

Weaknesses