In the Linux kernel, the following vulnerability has been...
Moderate severity
Unreviewed
Published
Mar 10, 2025
to the GitHub Advisory Database
•
Updated Mar 10, 2025
Description
Published by the National Vulnerability Database
Feb 26, 2025
Published to the GitHub Advisory Database
Mar 10, 2025
Last updated
Mar 10, 2025
In the Linux kernel, the following vulnerability has been resolved:
ALSA: jack: Access input_dev under mutex
It is possible when using ASoC that input_dev is unregistered while
calling snd_jack_report, which causes NULL pointer dereference.
In order to prevent this serialize access to input_dev using mutex lock.
References