3 matches found
EUVD-2023-60496
In the Linux kernel, the following vulnerability has been resolved: ALSA: ymfpci: Create card with device-managed snddevmcardnew sndcardymfpciremove was removed in commit c6e6bb5eab74 "ALSA: ymfpci: Allocate resources with device-managed APIs", but the call to sndcardnew was not replaced with...
CVE-2023-54308
In the Linux kernel, the following vulnerability has been resolved: ALSA: ymfpci: Create card with device-managed snddevmcardnew sndcardymfpciremove was removed in commit c6e6bb5eab74 "ALSA: ymfpci: Allocate resources with device-managed APIs", but the call to sndcardnew was not replaced with...
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...