Impact
A race condition exists in the Linux kernel’s ALSA PCM OSS interface where the runtime.oss.trigger field is accessed concurrently without mutex protection. Because this field is a bit field, concurrent writes can overwrite adjacent bits, corrupting the trigger state and causing the ALSA subsystem to behave unpredictably. The description does not explicitly state that kernel crashes or memory corruption result, but the data race may lead to incorrect operation of ALSA services.
Affected Systems
The vulnerability affects all Linux kernel releases that include the ALSA PCM OSS interface and have not yet incorporated the patch referenced in the commit identifiers. Standard distribution kernels that ship the OSS interface remain vulnerable until a kernel version containing the mutex protection is installed.
Risk and Exploitability
The CVSS score of 7.8 and the EPSS score of less than 1% indicate high severity and a low likelihood of exploitation. The vulnerability is not listed in the CISA KEV catalog. The likely attack vector is a local kernel race that requires access to the ALSA OSS functions such as get_trigger or poll. Executing this race condition may lead to corruption of ALSA runtime state or other kernel state, potentially impacting system stability or availability.
OpenCVE Enrichment