CyberRota
← Ana sayfaya dön

CVE-2026-53088

CRITICAL · CVSS 9.8 EPSS %0.40

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

CyberRota Yorumu

Detaylı analiz gerekiyor.

CVE
CVE-2026-53088
Severity
CRITICAL
CVSS
9.8
EPSS
%0.40
Linux

Orijinal NVD Açıklaması

In the Linux kernel, the following vulnerability has been resolved: net: bcmgenet: fix off-by-one in bcmgenet_put_txcb The write_ptr points to the next open tx_cb. We want to return the tx_cb that gets rewinded, so we must rewind the pointer first then return the tx_cb that it points to. That way the txcb can be correctly cleaned up.