DF-1438 / run.sh
#!/bin/sh # DF-1438 PoC runner # This finding is HW-gated GPU module (radeon DPM Sumo). # It CANNOT be triggered on this QEMU guest (no GPU hardware / module not loaded / root-only). # # Reachability: HW-gated. radeon.ko requires Sumo/Trinity ASIC. No GPU in QEMU guest. # echo "DF-1438: HW-gated GPU module (radeon DPM Sumo) — not reproducible on this guest" echo "Reason: HW-gated. radeon.ko requires Sumo/Trinity ASIC. No GPU in QEMU guest." exit 0 |