CVE-2024-53150

Updated: 2025-01-14 17:50:51.535833

Description:

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Fix out of bounds reads when finding clock sources The current USB-audio driver code doesn't check bLength of each descriptor at traversing for clock descriptors. That is, when a device provides a bogus descriptor with a shorter bLength, the driver might hit out-of-bounds reads. For addressing it, this patch adds sanity checks to the validator functions for the clock descriptor traversal. When the descriptor length is shorter than expected, it's skipped in the loop. For the clock source and clock multiplier descriptors, we can just check bLength against the sizeof() of each descriptor type. OTOH, the clock selector descriptor of UAC2 and UAC3 has an array of bNrInPins elements and two more fields at its tail, hence those have to be checked in addition to the sizeof() check.


Links NIST CIRCL RHEL Ubuntu

Severity

Severity Score
CVSS Version 2.x 0
CVSS Version 3.x HIGH 7.1

Status

OS name Project name Version Score Severity Status Errata Last updated

Statement

AlmaLinux 9.2 ESU kernel 5.14.0 7.1 HIGH Released CLSA-2025:1738671431 2025-02-05 02:17:36
AlmaLinux 9.2 FIPS kernel 5.14.0 7.1 HIGH Released CLSA-2025:1738670922 2025-02-05 02:17:36
CentOS 6 ELS kernel 2.6.32 7.1 HIGH Needs Triage 2025-01-14 13:33:14
CentOS 7 ELS kernel 3.10.0 7.1 HIGH Needs Triage 2025-01-14 13:33:21
CentOS 8.4 ELS kernel 4.18.0 7.1 HIGH Needs Triage 2025-01-14 13:33:20
CentOS 8.5 ELS kernel 4.18.0 7.1 HIGH Needs Triage 2025-01-14 13:33:19
CentOS Stream 8 ELS kernel 4.18.0 7.1 HIGH Released CLSA-2025:1738592614 2025-02-04 02:15:09
CloudLinux 6 ELS kernel 2.6.32 7.1 HIGH Needs Triage 2025-01-14 13:33:15
CloudLinux 7 ELS kernel 3.10.0 7.1 HIGH Needs Triage 2025-01-14 13:33:26
Oracle Linux 6 ELS kernel 2.6.32 7.1 HIGH Needs Triage 2025-01-14 13:33:23
Total: 14