CVE-2026-64040
CVE-2026-64040 affects the Linux kernel’s cachefiles path. The root cause is that when vfs_mkdir() fails, the error code was not extracted from the error pointer, causing mkdir_error to be reached with ret=0 and returning ERR_PTR(0) (NULL) instead of a proper error pointer. The public description...