Security Advisory

CVE-2026-53086

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2026-06-24 16:30:26
Last updated 2026-06-28 06:39:08
Assigner Linux
CVSS score 9.8
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: net: bcmgenet: fix racing timeout handler The bcmgenet_timeout handler tries to take down all tx queues when a single queue times out. This is over zealous and causes many race conditions with queues that are still chugging along. Instead lets only restart the timed out queue.