DragonFlyBSD Kernel Audit
DF-1404 / run.sh
← back to finding ↓ download raw
#!/bin/sh
# DF-1404 PoC runner
# This finding is Root/operator-only (cuse module not loaded).
# It CANNOT be triggered on this QEMU guest (no GPU hardware / module not loaded / root-only).
#
# Reachability: NOT reachable as maxx. cuse.ko is not loaded, no /dev/cuse exists. Even when loaded, /dev/cuse is 0600 root:operator (maxx not in operator).
#
echo "DF-1404: Root/operator-only (cuse module not loaded) — not reproducible on this guest"
echo "Reason: NOT reachable as maxx. cuse.ko is not loaded, no /dev/cuse exists. Even when loaded, /dev/cuse is 0600 root:operator (maxx not in operator)."
exit 0