Linux · Linux Kernel · CVE-2025-21681
**Name of the Vulnerable Software and Affected Versions**
Linux kernel (affected versions not specified)
**Description**
The issue is related to an infinite loop in the `skb tx hash` function when a device is unregistering, causing a lockup. This occurs because some devices, like `net/dummy`, may still report a carrier status of OK while unregistering. The problem is fixed by checking both the carrier status and the running state of the device. The running state is handled by the net core during unregistering, making it a more reliable check. The estimated number of potentially affected devices is not provided, and there is no information about real-world incidents where this issue was exploited.
**Recommendations**
At the moment, there is no information about a newer version that contains a fix for this vulnerability.