HomeDefectsLIN1025-15218
Fixed

LIN1025-15218 : Security Advisory - linux - CVE-2026-46146

Created: May 29, 2026    Updated: Jun 1, 2026
Resolved Date: May 31, 2026
Found In Version: 10.25.33.2
Fix Version: 10.25.33.10
Severity: Standard
Applicable for: Wind River Linux LTS 25
Component/s: Kernel

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.