DF-1403 / run.sh
#!/bin/sh # DF-1403 PoC runner # This finding is HW-gated GPU module (amdgpu CIK). # It CANNOT be triggered on this QEMU guest (no GPU hardware / module not loaded / root-only). # # Reachability: HW-gated. amdgpu.ko requires CIK hardware (Bonaire/Hawaii/Kaveri). No AMD GPU in QEMU guest. # echo "DF-1403: HW-gated GPU module (amdgpu CIK) — not reproducible on this guest" echo "Reason: HW-gated. amdgpu.ko requires CIK hardware (Bonaire/Hawaii/Kaveri). No AMD GPU in QEMU guest." exit 0 |