๐Ÿ” CVE Alert

CVE-2026-90116

UNKNOWN 0.0

ALSA: mtpav: shut down output timer before card teardown

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

In the Linux kernel, the following vulnerability has been resolved: ALSA: mtpav: shut down output timer before card teardown snd_mtpav_output_timer() rearms chip->timer while holding chip->spinlock and accesses the card-private mtpav state. snd_mtpav_free() currently takes the same lock and calls timer_delete() when the timer is active. This only removes a pending timer; it does not wait for a callback that is already running and does not prevent the callback from rearming the timer. A callback running on another CPU can therefore continue after snd_mtpav_free() releases the lock and access the card-private state while the card is being torn down. It can also rearm the timer after timer_delete() has returned. Call timer_shutdown_sync() without holding chip->spinlock. This waits for any running callback to finish and prevents further rearming before the card-private mtpav state is released.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Sep 17, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 392c985c6b03dfdf4904c0d464f18735ca3c4df8 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 1e16e82581521a2fe20eda29bdc9e75286f7c950 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < c73cb5b7c159246dd572277c668851a56e516019
Linux / Linux
2.6.12

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/392c985c6b03dfdf4904c0d464f18735ca3c4df8 git.kernel.org: https://git.kernel.org/stable/c/1e16e82581521a2fe20eda29bdc9e75286f7c950 git.kernel.org: https://git.kernel.org/stable/c/c73cb5b7c159246dd572277c668851a56e516019