CVE-2024-53150: Linux Kernel Out-of-Bounds Read Vulnerability
CVE-2024-53150: high vulnerability affecting Kernel. Check CVSS, KEV status, business impact and recommended administrator actions.
- CVSS
- 7.1 HIGH
- EPSS
- 68.69%
- Known exploited
- yes
- Product
- Kernel
What is known
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.
Business impact
Successful exploitation of CVE-2024-53150, a high vulnerability (CVSS 7.1) affecting Kernel, may affect the confidentiality, integrity or availability of the vulnerable environment. The exact impact depends on the installed version, exposed interfaces and deployment configuration. CISA lists this vulnerability in the Known Exploited Vulnerabilities catalog, so exposed systems should be treated as a priority.
Recommended administrator action
Confirm whether Kernel is present and compare installed versions with the vendor advisory and NVD record. Apply the vendor patch or documented mitigation; until remediation is complete, reduce exposure of affected interfaces, review relevant logs and monitor for indicators of exploitation. Where applicable, include the CISA KEV remediation due date of 2025-04-30 in the change plan. DataHouse can support version verification, managed patching, network exposure reduction, log review and backup validation for dedicated, cloud and colocated environments.