Impact
The issue originates in the High‑Speed Redundancy (HSR) driver where the function hsr_addr_is_self() contains a WARN_ONCE() check that can be triggered when the user's network link is being removed. The removal process clears the hsr->self_node pointer before the link deletion finishes, creating a window in which the driver may issue a warning without causing a condition but no direct evidence of memory corruption or system compromise is present.
Affected Systems
All Linux kernel versions that include the unpatched HSR driver are affected; the specific kernel releases are not enumerated in the data, so any build with the original hsr_addr_is_self() implementation remains at risk.
Risk and Exploitability
With a CVSS score of 5.5, the score of <1% indicates a very low likelihood of publicly available exploitation, and the vulnerability is not listed in the CISA KEV catalog. Exploitation would likely require privileged local access to delete a network link or otherwise manipulate HSR state. The overall risk to production systems is low but not negligible, and is recommended to eliminate the race window and warning.
OpenCVE Enrichment