DF-1433 / run.sh
#!/bin/sh # DF-1433 PoC runner # This finding is HW-gated GPU module (radeon device). # It CANNOT be triggered on this QEMU guest (no GPU hardware / module not loaded / root-only). # # Reachability: HW-gated. radeon.ko requires ATI/AMD GPU. Triggered by S3/S4 resume or GPU reset recovery. # echo "DF-1433: HW-gated GPU module (radeon device) — not reproducible on this guest" echo "Reason: HW-gated. radeon.ko requires ATI/AMD GPU. Triggered by S3/S4 resume or GPU reset recovery." exit 0 |