CVE-2023-54308
The CVE-2023-54308 issue affects the Linux kernel ALSA ymfpci: the removal of snd_card_ymfpci_remove() and the missing replacement of snd_card_new() with snd_devm_card_new() can leave resource cleanup incomplete when unloading the module, risking a kernel Oops due to a null page fault. Public rec...