In the Linux kernel, the following vulnerability has been resolved:
soc: mediatek: svs: Fix memory leak in svsenabledebug_write()
In svsenabledebugwrite(), the buf allocated by memdupuser_nul() is leaked if kstrtoint() fails.
Fix this by using __free(kfree) to automatically free buf, eliminating the need for explicit kfree() calls and preventing leaks.
[Angelo: Added missing cleanup.h inclusion]
{
"cna_assigner": "Linux",
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/45xxx/CVE-2026-45881.json"
}