DF-1143 / run.sh
#!/bin/sh # DF-1143 — runtime PoC not possible on this guest. # The amdgpu driver is not in the GENERIC kernel, no AMD GPU is present in # the QEMU VM, and the attacker class is malicious-VBIOS rather than # unprivileged local. See VERDICT.md for the full source trace and reachability analysis. echo "DF-1143: cannot trigger on default GENERIC DragonFlyBSD guest (no AMD GPU, amdgpu not in kernel)." exit 0 |