Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: bonding: prevent potential infinite loop in bond_header_parse() bond_header_parse() can loop if a stack of two bonding devices is setup, because skb->dev always points to the hierarchy top. Add new "const struct net_device *dev" parameter to (struct header_ops)->parse() method to make sure the recursion is bounded, and that the final leaf parse method is called.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | 6.12.78 |
Related Weaknesses (CWE)
References
- https://git.kernel.org/stable/c/4172a7901cf43fe1cc63ef7a2ef33735ff7b7d13Patch
- https://git.kernel.org/stable/c/946bb6cacf0ccada7bc80f1cfa07c1ed79511c1cPatch
- https://git.kernel.org/stable/c/9b49c854f14f5e2d493e562a1e28d2e57fe37371Patch
- https://git.kernel.org/stable/c/b7405dcf7385445e10821777143f18c3ce20fa04Patch
FAQ
What is CVE-2026-23451?
CVE-2026-23451 is a vulnerability with a CVSS score of 7.5 (HIGH). In the Linux kernel, the following vulnerability has been resolved: bonding: prevent potential infinite loop in bond_header_parse() bond_header_parse() can loop if a stack of two bonding devices is ...
How severe is CVE-2026-23451?
CVE-2026-23451 has been rated HIGH with a CVSS base score of 7.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-23451?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.