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