Integer overflow in Linux kernel - CVE-2026-43254
Published: May 7, 2026
Linux kernel
Detailed vulnerability description
The vulnerability allows a remote attacker to cause a denial of service.
The vulnerability exists due to an integer overflow in ovpn_tcp_recv when processing coalesced TCP stream data. A remote attacker can send specially crafted TCP stream packets to cause a denial of service.
The issue occurs when large cloned socket buffers contain multiple coalesced packets, which can trigger packet drops during inner packet decapsulation.