DF-2288 / build.sh
#!/bin/sh # DF-2288 build script. # No PoC binary is built: the vulnerable path (fw_bus_explore_callback) is # driven only by the FireWire bus-enumeration state machine on real IEEE 1394 # hardware, which is absent on this QEMU guest (no fwohci controller, no # /dev/fw* node). This script documents the hardware gate. echo "DF-2288: no PoC binary built (HW-gated: no FireWire controller on guest)." echo "Gate proof: see env.txt and VERDICT.md." exit 0 |