CyberRota
← Ana sayfaya dön

CVE-2026-53086

CRITICAL · CVSS 9.8 EPSS %0.39

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-06-24T17:17:22.777 · Çekilme zamanı: 2026-06-30T18:32:14.471333+00:00

CyberRota Yorumu

Detaylı analiz gerekiyor.

CVE
CVE-2026-53086
Severity
CRITICAL
CVSS
9.8
EPSS
%0.39
Linux

Orijinal NVD Açıklaması

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.