Impact
A occurs in the Linux bonding driver during the bond_do_ioctl() call when a debug routine accesses the name field of a slave device pointer that may be NULL. The flaw can be triggered by user‑space code that issues bonding ioctl commands with a non‑existent slave interface name, causing a kernel crash (oops) and a local denial of service. The weakness is a classic null‑pointer dereference (CWE‑476).
Affected Systems
All Linux kernel builds that include the generic bonding driver and expose the bonding ioctl interface are potentially vulnerable; the issue applies to any distribution with an unmodified driver, regardless of release version.
Risk and Exploitability
The vulnerability is reachable locally from user space via bonding ioctl commands such as SIOCBONDENSLAVE or SIOCBONDRELEASE when a non‑existent slave interface name supplied. An attacker must possess CAP_NET_ADMIN privileges, making the attack vector terrestrial and privileged. The CVSS score of 5.5 indicates moderate severity, 0.16% shows a very low exploitation probability. It is not listed in the CISA KEV catalog. The impact of a kernel crash is an immediate, complete denial of service for the affected system.
OpenCVE Enrichment
Debian DLA