CVE-2026-23451
Received Received - Intake
Infinite Loop Vulnerability in Linux Kernel Bonding Component

Publication date: 2026-04-03

Last updated on: 2026-04-27

Assigner: kernel.org

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 Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-04-03
Last Modified
2026-04-27
Generated
2026-05-07
AI Q&A
2026-04-03
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Currently, no data is known.
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability exists in the Linux kernel's bonding driver, specifically in the bond_header_parse() function. When a stack of two bonding devices is configured, bond_header_parse() can enter an infinite loop because skb->dev always points to the top device in the hierarchy. This causes the function to recurse indefinitely.

The fix involves adding a new parameter to the parse() method of the header_ops structure to ensure that recursion is bounded and that the final leaf parse method is called correctly, preventing the infinite loop.


How can this vulnerability impact me? :

This vulnerability can cause the Linux kernel to enter an infinite loop when processing network packets on systems using stacked bonding devices. This could lead to system instability, degraded network performance, or denial of service due to the kernel being stuck in the loop.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart