Skip to content
Verified Linux kernel bonding can inherit header_ops from non‑Ethernet slaves (e.g., GRE), causing type confusion and kernel crashes when dev_hard_header() is invoked on the bond device.
REPRO-2026-00211 Linux kernel (bonding driver) · linux Jul 3, 2026 .txt
Severity HIGH
Confidence HIGH
Reproduced in 64m 59s
Tool calls 347
Spend $10.02
Affected Mainline kernels 5.10 through 6.6 and stable releases without the backported fix (per third-party reports)
$ pruva-verify REPRO-2026-00211
or curl -O https://pruva.dev/api/v1/reproductions/REPRO-2026-00211/artifacts/bundle/repro/reproduction_steps.sh && chmod +x reproduction_steps.sh && ./reproduction_steps.sh
Run in a VM or disposable container. This exploits a real vulnerability.
02 · The vulnerability

The Linux kernel bonding driver copies header_ops from a slave device to the bond device. If the slave is a non‑Ethernet device (e.g., GRE), the bond later calls dev_hard_header() with header_ops that expect the slave’s netdev_priv() layout, but receive the bond’s private data instead, leading to type confusion and kernel crashes.

03 · Root cause
Variant analysis
04 · Reproduction transcript

The agent's step-by-step process — every tool call, every handoff, the moment the exploit fired. Phases: support triages the advisory · repro reproduces it · vuln_variant confirms the fix blocks it · judge verifies.

Loading session...

05 · Artifacts

Scripts, logs, diffs, and output captured during the reproduction.