Improper Initialization in Linux kernel - CVE-2026-74742
Published: August 27, 2026
Vulnerability details
The vulnerability allows a remote attacker to cause a denial of service.
The vulnerability exists due to improper initialization in veth_poll when handling packet processing on a multi-queue setup with GRO enabled and no XDP program attached. A remote attacker can trigger traffic that causes a peer transmit queue to remain stopped indefinitely to cause a denial of service.
The issue affects the plain GRO/NAPI path because the queue index used to wake the peer transmit queue remains incorrect unless an XDP program has been attached.