CVE-2022-49291
published 2025-02-26CVE-2022-49291: In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: Fix races among concurrent hw_params and hw_free calls Currently we have neither…
PriorityP338high7.8CVSS 3.1
AVLACLPRLUINSUCHIHAH
EPSS
0.30%
22.3th percentile
In the Linux kernel, the following vulnerability has been resolved:
ALSA: pcm: Fix races among concurrent hw_params and hw_free calls
Currently we have neither proper check nor protection against the
concurrent calls of PCM hw_params and hw_free ioctls, which may result
in a UAF. Since the existing PCM stream lock can't be used for
protecting the whole ioctl operations, we need a new mutex to protect
those racy calls.
This patch introduced a new mutex, runtime->buffer_mutex, and applies
it to both hw_params and hw_free ioctl code paths. Along with it, the
both functions are slightly modified (the mmap_count check is moved
into the state-check block) for code simplicity.
Affected
21 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| debian | linux | < linux 5.17.3-1 (bookworm) | linux 5.17.3-1 (bookworm) |
| linux | linux | — | — |
| linux | linux | >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < a42aa926843acca96c0dfbde2e835b8137f2f092 | a42aa926843acca96c0dfbde2e835b8137f2f092 |
| linux | linux | >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 9cb6c40a6ebe4a0cfc9d6a181958211682cffea9 | 9cb6c40a6ebe4a0cfc9d6a181958211682cffea9 |
| linux | linux | >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < fbeb492694ce0441053de57699e1e2b7bc148a69 | fbeb492694ce0441053de57699e1e2b7bc148a69 |
| linux | linux | >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 0f6947f5f5208f6ebd4d76a82a4757e2839a23f8 | 0f6947f5f5208f6ebd4d76a82a4757e2839a23f8 |
| linux | linux | >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 33061d0fba51d2bf70a2ef9645f703c33fe8e438 | 33061d0fba51d2bf70a2ef9645f703c33fe8e438 |
| linux | linux | >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 0090c13cbbdffd7da079ac56f80373a9a1be0bf8 | 0090c13cbbdffd7da079ac56f80373a9a1be0bf8 |
| linux | linux | >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 1bbf82d9f961414d6c76a08f7f843ea068e0ab7b | 1bbf82d9f961414d6c76a08f7f843ea068e0ab7b |
| linux | linux | >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 92ee3c60ec9fe64404dc035e7c41277d74aa26cb | 92ee3c60ec9fe64404dc035e7c41277d74aa26cb |
| linux | linux_kernel | < 4.14.279 | 4.14.279 |
| linux | linux_kernel | >= 0 < 5.10.113-1 | 5.10.113-1 |
| linux | linux_kernel | >= 0 < 5.17.3-1 | 5.17.3-1 |
| linux | linux_kernel | >= 0 < 5.17.3-1 | 5.17.3-1 |
| linux | linux_kernel | >= 0 < 5.17.3-1 | 5.17.3-1 |
| linux | linux_kernel | >= 4.15 < 4.19.243 | 4.19.243 |
| linux | linux_kernel | >= 4.20 < 5.4.193 | 5.4.193 |
| linux | linux_kernel | >= 5.11 < 5.15.32 | 5.15.32 |
| linux | linux_kernel | >= 5.16 < 5.16.18 | 5.16.18 |
| linux | linux_kernel | >= 5.17 < 5.17.1 | 5.17.1 |
| linux | linux_kernel | >= 5.5 < 5.10.109 | 5.10.109 |
CVSS provenance
nvdv3.17.8HIGHCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
osv7.8HIGH
vendor_debian7.8HIGH
vendor_redhat7.8HIGH
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
GHSA
GHSA-45c3-pwch-8qg9: In the Linux kernel, the following vulnerability has been resolved:
ALSA: pcm: Fix races among concurrent hw_params and hw_free calls
Currently we h
ghsa_unreviewed·2025-02-27
CVE-2022-49291 [HIGH] CWE-416 GHSA-45c3-pwch-8qg9: In the Linux kernel, the following vulnerability has been resolved:
ALSA: pcm: Fix races among concurrent hw_params and hw_free calls
Currently we h
In the Linux kernel, the following vulnerability has been resolved:
ALSA: pcm: Fix races among concurrent hw_params and hw_free calls
Currently we have neither proper check nor protection against the
concurrent calls of PCM hw_params and hw_free ioctls, which may result
in a UAF. Since the existing PCM stream lock can't be used for
protecting the whole ioctl operations, we need a new mutex to protect
those racy calls.
This patch introduced a new mutex, runtime->buffer_mutex, and applies
it to both hw_params and hw_free ioctl code paths. Along with it, the
both functions are slightly modified (the mmap_count check is moved
into the state-check block) for code simplicity.
OSV
CVE-2022-49291: In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: Fix races among concurrent hw_params and hw_free calls Currently we hav
osv·2025-02-26·CVSS 7.8
CVE-2022-49291 [HIGH] CVE-2022-49291: In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: Fix races among concurrent hw_params and hw_free calls Currently we hav
In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: Fix races among concurrent hw_params and hw_free calls Currently we have neither proper check nor protection against the concurrent calls of PCM hw_params and hw_free ioctls, which may result in a UAF. Since the existing PCM stream lock can't be used for protecting the whole ioctl operations, we need a new mutex to protect those racy calls. This patch introduced a new mutex, runtime->buffer_mutex, and applies it to both hw_params and hw_free ioctl code paths. Along with it, the both functions are slightly modified (the mmap_count check is moved into the state-check block) for code simplicity.
Red Hat
kernel: ALSA: pcm: Fix races among concurrent hw_params and hw_free calls
vendor_redhat·2025-02-26·CVSS 7.8
CVE-2022-49291 [HIGH] CWE-416 kernel: ALSA: pcm: Fix races among concurrent hw_params and hw_free calls
kernel: ALSA: pcm: Fix races among concurrent hw_params and hw_free calls
In the Linux kernel, the following vulnerability has been resolved:
ALSA: pcm: Fix races among concurrent hw_params and hw_free calls
Currently we have neither proper check nor protection against the
concurrent calls of PCM hw_params and hw_free ioctls, which may result
in a UAF. Since the existing PCM stream lock can't be used for
protecting the whole ioctl operations, we need a new mutex to protect
those racy calls.
This patch introduced a new mutex, runtime->buffer_mutex, and applies
it to both hw_params and hw_free ioctl code paths. Along with it, the
both functions are slightly modified (the mmap_count check is moved
into the state-check block) for code simplicity.
Statement: The bug is that concurrent calls o
Debian
CVE-2022-49291: linux - In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: ...
vendor_debian·2022·CVSS 7.8
CVE-2022-49291 [HIGH] CVE-2022-49291: linux - In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: ...
In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: Fix races among concurrent hw_params and hw_free calls Currently we have neither proper check nor protection against the concurrent calls of PCM hw_params and hw_free ioctls, which may result in a UAF. Since the existing PCM stream lock can't be used for protecting the whole ioctl operations, we need a new mutex to protect those racy calls. This patch introduced a new mutex, runtime->buffer_mutex, and applies it to both hw_params and hw_free ioctl code paths. Along with it, the both functions are slightly modified (the mmap_count check is moved into the state-check block) for code simplicity.
Scope: local
bookworm: resolved (fixed in 5.17.3-1)
bullseye: resolved (fixed in 5.10.113-1)
forky: resolved (fixed in 5.
No detection rules found.
No public exploits indexed.
https://git.kernel.org/stable/c/0090c13cbbdffd7da079ac56f80373a9a1be0bf8https://git.kernel.org/stable/c/0f6947f5f5208f6ebd4d76a82a4757e2839a23f8https://git.kernel.org/stable/c/1bbf82d9f961414d6c76a08f7f843ea068e0ab7bhttps://git.kernel.org/stable/c/33061d0fba51d2bf70a2ef9645f703c33fe8e438https://git.kernel.org/stable/c/92ee3c60ec9fe64404dc035e7c41277d74aa26cbhttps://git.kernel.org/stable/c/9cb6c40a6ebe4a0cfc9d6a181958211682cffea9https://git.kernel.org/stable/c/a42aa926843acca96c0dfbde2e835b8137f2f092https://git.kernel.org/stable/c/fbeb492694ce0441053de57699e1e2b7bc148a69
2025-02-26
Published