Impact
The team driver incorrectly triggers a NETDEV_CHANGEMTU event while an enslaved device is being unregistered. This mismanagement of reference counts can cause the kernel to hang or crash when removing a slave interface, as demonstrated by the steps that delete a dummy device from a network namespace. The bug is indicative of a use‑after‑free or race condition (CWE-821, NVD-CWE-noinfo), enabling a local user to force a kernel panic and disrupt system availability.
Affected Systems
Systems running a Linux kernel that includes the team network driver and have not incorporated the patches associated with commits ad7c7b2172c3 and 303a8487a657 are vulnerable. The issue is present whenever a slave device is removed from a team, particularly when the device resides in a separate network namespace.
Risk and Exploitability
The CVSS score of 5.5 indicates moderate severity; EPSS score is below 1%, indicating a very low probability of remote exploitation. The vulnerability is not listed in CISA KEV, but the potential for a local kernel crash suggests a moderate likelihood of severe impact. Based on the description, it is inferred that the likely attack vector is local with sufficient privileges to manipulate network interfaces, requiring no special user input beyond normal device management commands.
OpenCVE Enrichment