CVE-2026-53308
CVE-2026-53308 concerns a Linux kernel issue in the max77705 power supply driver. The patch changes workqueue handling by using the devm interface for allocating the workqueue to fix two bugs: (1) memory leaks on remove() because the workqueue wasn’t destroyed, and (2) incorrect destroy/free orde...