CVE-2021-47555
The CVE-2021-47555 issue affects the Linux kernel VLAN real_dev handling. Injecting an error before dev_hold(real_dev) in register_vlan_dev() caused the real_dev refcount to underflow when the dummy netdevice was removed, triggering a refcount warning and an endless unregister_netdevice loop. The...