CVE-2026-100071
Last modified
CVE-2026-100071 is a vulnerability of currently unknown severity. 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().
Description
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.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 81ba6afd6e6443d2bf4bf40f16df1f1f91c603f8, < e691eee886871b933d772ffc76d66c80b4c0a25e; >= 81ba6afd6e6443d2bf4bf40f16df1f1f91c603f8, < 0a340ffd96943a49a78e367efac9517ca767d99b; >= 81ba6afd6e6443d2bf4bf40f16df1f1f91c603f8, < f7289e3492f2694dccd3d79287e0e31879b58650; >= 81ba6afd6e6443d2bf4bf40f16df1f1f91c603f8, < 65702339b3e9fd792f65d4b740928798194d86ce; >= 81ba6afd6e6443d2bf4bf40f16df1f1f91c603f8, < 49b01f2939abc676a6f9a118f07a10110ee5f683; >= 81ba6afd6e6443d2bf4bf40f16df1f1f91c603f8, < 7f16289b91eb316f170a6bd22d32e6c632f6a5b6 |
| Linux | Linux | 3.17 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-100071?
How severe is CVE-2026-100071?
How do I fix CVE-2026-100071?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-10003Use after free in Views in Google Chrome prior to 148.0.7778…7.5
- CVE-2026-10004Insufficient validation of untrusted input in Passwords in G…6.5
- CVE-2026-10005Use after free in WebAppInstalls in Google Chrome on Mac pri…7.5
- CVE-2026-10006Race in WebAudio in Google Chrome prior to 148.0.7778.216 al…7.5
- CVE-2026-10007Use after free in SVG in Google Chrome prior to 148.0.7778.2…8.8
- CVE-2026-100070In the Linux kernel, the following vulnerability has been re…
- CVE-2026-100072In the Linux kernel, the following vulnerability has been re…
- CVE-2026-100073In the Linux kernel, the following vulnerability has been re…
- CVE-2026-100074In the Linux kernel, the following vulnerability has been re…
- CVE-2026-100075In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-100076In the Linux kernel, the following vulnerability has been re…
- CVE-2026-100077In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-100071?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
