2 matches found
CVE-2022-49772 ALSA: usb-audio: Drop snd_BUG_ON() from snd_usbmidi_output_open()
In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Drop sndBUGON from sndusbmidioutputopen sndusbmidioutputopen has a check of the NULL port with sndBUGON. sndBUGON was used as this shouldn't have happened, but in reality, the NULL port may be seen when the devic...
CVE-2025-21676
CVE-2025-21676 : In the Linux kernel, the fec driver could crash when page_pool_dev_alloc_pages returned NULL under memory pressure because the error was not handled in fec_enet_update_cbd. The fix drops the current packet instead of dereferencing a NULL page, addressing a rare but possible crash...