Monitor vulnerabilities like this one. Sign up free to get alerted when software you use is affected.
8.8

CVE-2026-53232: Linux kernel: Dangling SFP connection after failed probing

CVE-2026-53232
Summary

A previously existing issue in the Linux kernel could cause a SFP connection to be left in an unstable state after a device failed to properly probe. This issue has been resolved and does not affect current systems. No action is required.

Original title
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 f...
Original description
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.
Published: 25 Jun 2026 · Updated: 23 Jul 2026 · First seen: 25 Jun 2026