Review reviewCritical

CVE-2026-53086

Linux Linux, linux kernel

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.

CVSS
9.8
EPSS
0.30%
22.7% percentile
CISA KEV
Not listed
Published
2026.06.25
PRIORITY ASSESSMENT

Review review

The CVSS severity warrants an early asset and exposure review.

Known exploitationNot established by KEV
Exploit probability0.30%
Technical severityCVSS 9.8

Vulnerability overview

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.

Affected product and versions

Product
Linux Linux, linux kernel
Affected versions
>= 13ea657806cf73b379a0109f7042182f47c351a7 < e85b0c0a12e967930044608311471b665baa315c, >= 13ea657806cf73b379a0109f7042182f47c351a7 < e8206538cbaf4f4068e99a4cb1138690a1e00499, >= 13ea657806cf73b379a0109f7042182f47c351a7 < 681fdfe823b4f1036ed50b58b8838c7917ea389c, >= 13ea657806cf73b379a0109f7042182f47c351a7 < c270e2bec3e55a716d25c35341091339457ac883, >= 13ea657806cf73b379a0109f7042182f47c351a7 < 7ce1c26aac3b318886a57425f64b522da7389153, >= 13ea657806cf73b379a0109f7042182f47c351a7 < 5393b2b5bee2ac51a0043dc7f4ac3475f053d08d, >= 4.2, >= 4.2 < 6.1.175, >= 6.2 < 6.6.141, >= 6.7 < 6.12.91, >= 6.13 < 6.18.33, >= 6.19 < 7.0.10
Fixed versions
6.1.175, 6.6.141, 6.12.91, 6.18.33, 7.0.10

Recommended response sequence

Confirm exposure before applying a vendor-supported change.

Full remediation guide
  1. 1
    Identify

    Confirm that Linux Linux, linux kernel and an affected version are present.

  2. 2
    Prioritize

    Combine exploitation signals with asset exposure and business criticality.

  3. 3
    Remediate

    Follow the vendor advisory or supported update path and preserve rollback options.

  4. 4
    Verify

    Recheck the version, service health, access paths, and relevant logs.

Technical data

CVSS vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
CWE
CWE-362