CVE-2026-45881
The CVE-2026-45881 issue affects the Linux kernel’s MediaTek SVS driver (svs_enable_debug_write). The bug is a memory leak where a buffer allocated by memdup_user_nul() is not freed if kstrtoint() fails. The cited fix changes the cleanup to use __free(kfree) to automatically free the buffer, elim...