First published: Sun Mar 02 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: oss: Fix race at SNDCTL_DSP_SYNC There is a small race window at snd_pcm_oss_sync() that is called from OSS PCM SNDCTL_DSP_SYNC ioctl; namely the function calls snd_pcm_oss_make_ready() at first, then takes the params_lock mutex for the rest. When the stream is set up again by another thread between them, it leads to inconsistency, and may result in unexpected results such as NULL dereference of OSS buffer as a fuzzer spotted recently. The fix is simply to cover snd_pcm_oss_make_ready() call into the same params_lock mutex with snd_pcm_oss_make_ready_locked() variant.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | ||
<5.4.215 | ||
>=5.5<5.10.148 | ||
>=5.11<5.15.68 | ||
>=5.16<5.19.9 | ||
=6.0-rc1 | ||
=6.0-rc2 | ||
=6.0-rc3 | ||
=6.0-rc4 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2022-49733 is classified as a medium-severity vulnerability in the Linux kernel.
To fix CVE-2022-49733, update your Linux kernel to the latest patched version provided by your distribution.
CVE-2022-49733 could lead to potential race conditions affecting the ALSA PCM layer, which may disrupt audio processing.
CVE-2022-49733 is not easily exploitable remotely, as it requires local access to the system.
CVE-2022-49733 affects multiple versions of the Linux Kernel prior to the fix; specific versions should be verified based on your system.