DF-1396 / run.sh
#!/bin/sh # DF-1396 PoC runner # This finding is HW-gated NIC (Emulex oce). # It CANNOT be triggered on this QEMU guest (no GPU hardware / module not loaded / root-only). # # Reachability: HW-gated. oce (Emulex OneConnect 10Gb) is in GENERIC but requires actual Emulex NIC hardware. No oce NIC in QEMU guest. Module auto-loads only if HW present. # echo "DF-1396: HW-gated NIC (Emulex oce) — not reproducible on this guest" echo "Reason: HW-gated. oce (Emulex OneConnect 10Gb) is in GENERIC but requires actual Emulex NIC hardware. No oce NIC in QEMU guest. Module auto-loads only if HW present." exit 0 |