Skip to main content

CVE-2024-53150

7.1
HIGHCVSS v3.1 Base Score
1.13%
LOW RiskEPSS (79th percentile)
KEV

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.

Published: 12/24/2024
Modified: 11/4/2025
Back to CVE Lookup

ACTIVELY EXPLOITED IN THE WILD

This vulnerability is listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.

Vulnerability Name:

Linux Kernel Out-of-Bounds Read Vulnerability

Vendor / Product:

Linux Kernel

Required Action:

Apply mitigations per vendor instructions, follow applicable BOD 22-01 guidance for cloud services, or discontinue use of the product if mitigations are unavailable.

Due Date: 4/30/2025(OVERDUE)
Added to KEV:

4/9/2025

Notes:

This vulnerability affects a common open-source component, third-party library, or a protocol used by different products. For more information, please see: https://lore.kernel.org/linux-cve-announce/2024122427-CVE-2024-53150-3a7d@gregkh/ ; https://source.android.com/docs/security/bulletin/2025-04-01 ; https://nvd.nist.gov/vuln/detail/CVE-2024-53150

Vulnerability Summary

CVSS v3 Score

7.1HIGH

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H

EPSS Score (Exploitation Probability)

1.13%LOW Exploitation Risk
79th percentile

This vulnerability has a 1.13% probability of being exploited in the next 30 days, ranking higher than 79% of all scored CVEs.

CWE Classification

Related Vulnerabilities

Same Weakness Type(CWE-125)

Similar SeverityHIGH