Impact
The vulnerability is a race condition in the Linux kernel’s network watchdog subsystem that corrupts the reference count of the watchdog tracker. When a watchdog timer fires concurrently with a device deactivation, the tracker pointer may be freed or overwritten, causing a corrupted list node to be passed to the list_del operation. This triggers a kernel BUG and results in a system crash. This flaw is an improper synchronization and reference‑counting issue, reflected by CWE‑825.
Affected Systems
Linux kernel implementations that do not include the patch introducing dev->watchdog_lock and dev->watchdog_ref_held synchronization are affected. Any distribution running a kernel older than the commit referenced in the advisory remains vulnerable; the kernel must be upgraded to a version that contains the ref‑count protection logic.
Risk and Exploitability
The EPSS score of < 1% indicates a very low predicted exploitation probability, and the vulnerability is not listed in CISA KEV. The CVSS score of 7.8 highlights a high severity. The likely attack vector is inferred to be local: an attacker with ability to trigger a network watchdog timer or deactivate a network interface—typically requiring local root or a preceding local privilege escalation—could induce the crash. No documented remote exploitation path exists based on the current description.
OpenCVE Enrichment