NULL pointer dereference in Linux kernel - CVE-2026-31437
Published: April 24, 2026
Linux kernel
Detailed vulnerability description
The vulnerability allows a local user to cause a denial of service.
The vulnerability exists due to a null pointer dereference in netfs_unbuffered_write() when retrying a write subrequest after get_user_pages() fails with -EFAULT. A local user can trigger a retry condition during an unbuffered write to cause a denial of service.
This affects filesystems that do not define the prepare_write operation.