3 matches found
CVE-2025-71192 ALSA: ac97: fix a double free in snd_ac97_controller_register()
In the Linux kernel, the following vulnerability has been resolved: ALSA: ac97: fix a double free in sndac97controllerregister If ac97addadapter fails, putdevice is the correct way to drop the device reference. kfree is not required. Add kfree if idralloc fails and in ac97adapterrelease to do the...
CVE-2025-40165
CVE-2025-40165 concerns the Linux kernel driver media: nxp: imx8-isi for M2M streaming. If streamon/streamoff calls are imbalanced (e.g., exiting with Ctrl+C), m2m usage_count may not drop to zero and the ISI channel may not be freed, with an additional WARN_ON triggered when input width exceeds ...
CVE-2025-38544
In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix bug due to prealloc collision When userspace is using AFRXRPC to provide a server, it has to preallocate incoming calls and assign to them call IDs that will be used to thread related recvmsg and sendmsg together. The...