Linux Kernel ALSA PCM Concurrent IOCTL Race Condition Vulnerability

Vulnerability

A use-after-free vulnerability has been addressed in the Linux kernel's Advanced Linux Sound Architecture (ALSA) subsystem. This issue arose from a lack of proper checks and protections against concurrent calls to the PCM hardware parameters and hardware free IOCTLs. Such races could lead to a use-after-free condition. The vulnerability has been mitigated by introducing a new mutex, 'runtime->buffer_mutex', to safeguard these overlapping calls. The patch also slightly modifies the IOCTL functions for improved code simplicity.

Impact

Exploitation of this vulnerability could lead to a use-after-free condition, potentially allowing for arbitrary code execution or memory corruption.

Added: Jun 9, 2025, 7:46 PM
Updated: Jun 9, 2025, 7:46 PM

Vulnerability Rating

Custom Algorithm
spread
9.0
impact
7.5
exploitability
3.5
remediation
0.0
relevance
0.0
threat
3.2
urgency
2.9
incentive
1.7

Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.