Linux kernel
cpe:2.3:a:linux:linux_kernel:*:*:*:*:*:*:*, +4 more
A use-after-free vulnerability has been identified in the Linux kernel's ASoC (ALSA System on Chip) core. This issue arises in the 'snd_soc_exit()' function, where the 'soc_dummy_dev' device is unregistered twice. The vulnerability was reported by KASAN (Kernel Address Sanitizer), indicating a read of size 8 from a freed memory address, which could potentially be exploited to cause memory corruption or arbitrary code execution.
Exploitation of this vulnerability leads to a use-after-free condition, which can commonly be exploited to execute arbitrary code or cause a denial-of-service by crashing the system.
The vulnerability can be reproduced by loading a module that registers a platform device with the ASoC core. If the module is then removed while the ASoC core is still active, the 'snd_soc_exit()' function will attempt to unregister the device a second time, leading to a use-after-free condition.
Users should ensure they are using a patched version of the Linux kernel where this vulnerability has been addressed.
Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.