← Back to CVE List

CVE-2022-49538

Published: 2025-02-26T07:01Z
Last Modified: 2025-03-10T21:14Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
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. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt