DF-1423 / run.sh
#!/bin/sh # DF-1423 PoC runner # This finding is Root-only + HW-gated (iir RAID). # It CANNOT be triggered on this QEMU guest (no GPU hardware / module not loaded / root-only). # # Reachability: Root-only. /dev/iir0 is mode 0600 (root only). Also requires IIR RAID controller hardware. # echo "DF-1423: Root-only + HW-gated (iir RAID) — not reproducible on this guest" echo "Reason: Root-only. /dev/iir0 is mode 0600 (root only). Also requires IIR RAID controller hardware." exit 0 |