CVE-2026-46146
Received Received - Intake
Linux Kernel Endless Loop in USB Audio Driver

Publication date: 2026-05-28

Last updated on: 2026-05-28

Assigner: kernel.org

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.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-05-28
Last Modified
2026-05-28
Generated
2026-05-28
AI Q&A
2026-05-28
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability exists in the Linux kernel's ALSA usb-audio component, specifically in the function convert_chmap_v3().

The function contains a loop that increments by the size value cs_desc->wLength, but there is no validation of this size value itself.

If a malformed descriptor provides an invalid cs_desc->wLength, it can cause the loop to run endlessly, leading to a potential endless loop condition.

The fix involved adding a proper size check to abort the loop when an invalid size is detected, preventing the endless loop.


How can this vulnerability impact me? :

The vulnerability can cause the affected function in the Linux kernel to enter an endless loop when processing a malformed USB audio descriptor.

This may lead to resource exhaustion such as CPU usage spikes or system instability, potentially affecting system performance or availability.


What immediate steps should I take to mitigate this vulnerability?

To mitigate this vulnerability, update the Linux kernel to a version where the ALSA usb-audio convert_chmap_v3() function includes the proper size check to prevent the potential endless loop caused by malformed descriptors.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart