
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2024-38618 affects the ALSA (Advanced Linux Sound Architecture) timer subsystem in the Linux kernel. The vulnerability was discovered and disclosed on June 19, 2024. The issue exists because the ALSA timer lacks a lower limit for the start tick time, allowing very small tick sizes (as small as 1 tick with 1ns resolution for hrtimer) (NVD).
The vulnerability stems from the ALSA timer implementation not enforcing a minimum threshold for timer start tick time. When a very small tick size is set (e.g., 1 tick with 1ns resolution for hrtimer), it can trigger an unexpected RCU (Read-Copy-Update) stall condition where the callback repeatedly queues expire updates. The issue was identified through fuzzing activities (Kernel Commit). The vulnerability has been assigned a CVSS v3.1 base score of 5.3 (Medium) with vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L (NVD).
The vulnerability can lead to system performance degradation through RCU stalls when the ALSA timer is configured with extremely small tick values. This could potentially affect system stability and audio subsystem functionality (NVD).
The vulnerability was discovered through fuzzing by syzkaller, as indicated by the bug report. While there are no known exploits in the wild, the issue could be triggered by setting extremely small timer tick values through the ALSA timer interface (Kernel Commit).
A fix has been implemented that introduces a sanity check for the timer start tick time. The patch sets a hard-coded lower limit of 100us for the start tick time, which provides a reasonable minimum threshold while maintaining functionality. The fix returns an error when attempting to set a tick time below this limit. This patch has been integrated into various Linux kernel versions including 5.4, 5.15, and 6.8 series (Ubuntu Security).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."