CVE-2026-46157

HIGH

ALSA: pcm: oss: Fix data race at accessing runtime.oss.trigger

Title source: cna
STIX 2.1

Description

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: oss: Fix data race at accessing runtime.oss.trigger Currently the runtime.oss.trigger field may be accessed concurrently without protection, which may lead to the data race. And, in this case, it may lead to more severe problem because it's a bit field; as writing the data, it may overwrite other bit fields as well, which confuses the operation completely, as spotted by fuzzing. Fix it by covering runtime.oss.trigger bit fled also with the existing params_lock mutex in both snd_pcm_oss_get_trigger() and snd_pcm_oss_poll().

Scores

CVSS v3 7.8
EPSS 0.0010
EPSS Percentile 1.0%
Attack Vector LOCAL
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Details

CWE
CWE-362
Status published
Products (20)
linux/Kernel 2.6.12 - 6.12.88linux
linux/Kernel 6.13.0 - 6.18.30linux
linux/Kernel 6.19.0 - 7.0.7linux
Linux/Linux < 2.6.12
Linux/Linux < 6.12.88
Linux/Linux < 6.18.30
Linux/Linux < 7.0.7
Linux/Linux 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 - 49f9d048845be874df7997e4b1ce662de450c4b6
Linux/Linux 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 - 6b01c1bc9a4748ab37548a700a8aaff910e298e6
Linux/Linux 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 - 901ac0ff15edf9503162e2cf6579bd11a30f1ed4
... and 10 more
Published May 28, 2026
Tracked Since May 28, 2026