Division by zero in Linux kernel - CVE-2026-45889
Published: May 28, 2026
Linux kernel
Detailed vulnerability description
The vulnerability allows a local user to cause a denial of service.
The vulnerability exists due to improper handling of out-of-order data accounting in mptcp_rcvbuf_grow() when processing MPTCP traffic across multiple active subflows. A local user can trigger out-of-order data delivery to cause a kernel divide-by-zero Oops and crash the system.
The issue involves a subtle race condition during rcvspace initialization.