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.
Published: 2026-06-24
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The bcmgenet_timeout handler in the Linux kernel's bcmgenet driver previously shut down all transmit queues when any single queue timed out, an over‑aggressive action that creates race conditions while other queues still operate. This flaw can lead to unexpected packet drops, degraded network performance, and intermittent loss of connectivity for the affected interface. The patch changes the behavior to restart only the timed‑out queue, reducing the risk of widespread disruption.

Affected Systems

The vulnerability applies to any Linux kernel that includes the bcmgenet network driver before the patch was merged. The driver is used in stock kernels for certain Broadcom network devices. No exact version range is listed, so all kernels running the bcmgenet driver prior to the commit that adds the fix are considered at risk until updated.

Risk and Exploitability

The CVSS score is not supplied and EPSS data is unavailable, and the vulnerability is not listed in the CISA KEV catalog. No exploitation evidence or reports of remote or local use are documented. The weakness is an internal race condition that, while potentially causing service interruption, is unlikely to be leveraged for privilege escalation or remote code execution. Consequently, the risk is assessed as low to moderate; however, applying the patch is recommended to prevent possible network disruption.

Generated by OpenCVE AI on June 24, 2026 at 20:04 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply a Linux kernel update that includes the bcmgenet_timeout handler fix, which can be obtained from the latest stable kernel release or by applying the relevant patch from the kernel source repository.
  • Reboot the system to load the updated kernel and verify that the bcmgenet driver is active and that previously timed‑out queues no longer trigger a full queue shutdown.
  • Monitor the affected network interfaces for stable throughput, and repeat timeout tests to confirm that only the specific timed‑out queue is restarted when a timeout occurs.

Generated by OpenCVE AI on June 24, 2026 at 20:04 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 24 Jun 2026 20:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-363

Wed, 24 Jun 2026 17:15:00 +0000

Type Values Removed Values Added
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.
Title net: bcmgenet: fix racing timeout handler
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-06-24T16:30:26.111Z

Reserved: 2026-06-09T07:44:35.384Z

Link: CVE-2026-53086

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-24T20:15:07Z

Weaknesses
  • CWE-363

    Race Condition Enabling Link Following