DragonFlyBSD Kernel Audit
DF-1328 / run.sh
← back to finding ↓ download raw
#!/bin/sh
# DF-1328 — run the mpr_user_event_report info-leak PoC as an unprivileged
# user.  Issues MPTIOCTL_EVENT_REPORT with Size=256KiB (>= 40000) and dumps
# bytes past the 40000-byte recorded_events array.  On the QEMU audit guest
# (no SAS HBA) it fails at open("/dev/mpr0") — see VERDICT.md.
set -e
cd "$(dirname "$0")"
echo "+ ./poc"
./poc
echo "RUN_EXIT=$?"