CVE-2026-100071 PUBLISHED

net: hsr: free learned nodes on device setup failure

Assigner: Linux
Reserved: 25.09.2026 Published: 25.09.2026 Updated: 25.09.2026

In the Linux kernel, the following vulnerability has been resolved:

net: hsr: free learned nodes on device setup failure

hsr_dev_finalize() can fail after a lower-device RX handler has already been registered (slave A is added before the failable slave B and interlink adds). RX handlers run in softirq regardless of the master's state, so frames received in that window can learn dynamic nodes into node_db, and the error unwind never releases them.

Free both owned dynamic databases in the unwind, mirroring hsr_dellink(). proxy_node_db is provably empty on every current error exit (only interlink RX feeds it, and the interlink add is the last failable step) and is freed for symmetry. The order is safe: hsr_del_port() unregisters each RX handler with synchronize_net() before hsr_del_nodes() runs, which removes remaining entries with list_del_rcu() and defers their release with call_rcu() for readers already under RCU.

Product Status

Vendor Linux
Product Linux
Versions Default: unaffected
  • affected from 81ba6afd6e6443d2bf4bf40f16df1f1f91c603f8 to e691eee886871b933d772ffc76d66c80b4c0a25e (excl.)
  • affected from 81ba6afd6e6443d2bf4bf40f16df1f1f91c603f8 to 0a340ffd96943a49a78e367efac9517ca767d99b (excl.)
  • affected from 81ba6afd6e6443d2bf4bf40f16df1f1f91c603f8 to f7289e3492f2694dccd3d79287e0e31879b58650 (excl.)
  • affected from 81ba6afd6e6443d2bf4bf40f16df1f1f91c603f8 to 65702339b3e9fd792f65d4b740928798194d86ce (excl.)
  • affected from 81ba6afd6e6443d2bf4bf40f16df1f1f91c603f8 to 49b01f2939abc676a6f9a118f07a10110ee5f683 (excl.)
  • affected from 81ba6afd6e6443d2bf4bf40f16df1f1f91c603f8 to 7f16289b91eb316f170a6bd22d32e6c632f6a5b6 (excl.)
Vendor Linux
Product Linux
Versions Default: affected
  • Version 3.17 is affected
  • unaffected from 0 to 3.17 (excl.)
  • unaffected from 6.1.188 to 6.1.* (incl.)
  • unaffected from 6.6.157 to 6.6.* (incl.)
  • unaffected from 6.12.110 to 6.12.* (incl.)
  • unaffected from 6.18.52 to 6.18.* (incl.)
  • unaffected from 7.2.6 to 7.2.* (incl.)
  • unaffected from 7.3-rc1 to * (incl.)

References