3 matches found
CVE-2026-53348
In the Linux kernel, the following vulnerability has been resolved: ASoC: SDCA: fix NULL pointer dereference in sdcadevunregisterfunctions sdcadevunregisterfunctions iterates over all SDCA function descriptors and calls sdcadevunregister on each funcdev without checking for NULL. When a function...
CVE-2026-53348
CVE-2026-53348 affects the Linux kernel ASoC SDCA component. The root cause is a NULL pointer dereference in sdca_dev_unregister_functions where func_dev entries may be NULL if a registration failed early or a deferral race occurs during cleanup, leading to a kernel oops (device_del). The issue i...
CVE-2026-53348 ASoC: SDCA: fix NULL pointer dereference in sdca_dev_unregister_functions
In the Linux kernel, the following vulnerability has been resolved: ASoC: SDCA: fix NULL pointer dereference in sdcadevunregisterfunctions sdcadevunregisterfunctions iterates over all SDCA function descriptors and calls sdcadevunregister on each funcdev without checking for NULL. When a function...