CyberRota
← Ana sayfaya dön

CVE-2026-53232

HIGH · CVSS 8.8 EPSS %0.22

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-06-25T09:16:41.107 · Çekilme zamanı: 2026-06-30T18:33:28.172598+00:00

CyberRota Yorumu

Detaylı analiz gerekiyor.

CVE
CVE-2026-53232
Severity
HIGH
CVSS
8.8
EPSS
%0.22
Linux

Orijinal NVD Açıklaması

In the Linux kernel, the following vulnerability has been resolved: net: phy: clean the sfp upstream if phy probing fails Sashiko reported that we don't call sfp_bus_del_upstream() in the probe failure path, so let's add it, otherwise the sfp-bus is left with a dangling 'upstream' field, that may be used later on during SFP events. This issue existed before the generic phylib sfp support, back when drivers were calling phy_sfp_probe themselves.