CVE-2026-63809
CVE-2026-63809 affects the Linux kernel memory-management path for proc_sys_call_handler. The issue arises when temporary sysctl buffers allocated with kvzalloc() can be freed with kfree() if kvzalloc() falls back to vmalloc(), risking memory corruption. The fix switches to kvfree() for the repla...