CVE-2026-45881
The CVE affects the Linux kernel, specifically the soc: mediatek: svs component and the svs_enable_debug_write() path. A memory leak occurs when the buffer allocated by memdup_user_nul() is not freed if kstrtoint() fails. The fix switches to using __free(kfree) to automatically free the buffer, r...