DragonFlyBSD Kernel Audit
DF-0559 / run.sh
← back to finding ↓ download raw
1
2
3
4
5
6
7
8
# DF-0559 — hci_event_inquiry_result / rssi_result unbounded loops (remote BT DoS)
# NOT runtime-triggerable on the audit guest (no Bluetooth HW). See VERDICT.md.
echo "DF-0559: hci_event_inquiry_result/rssi_result unbounded loops."
echo "Runtime trigger needs a Bluetooth controller delivering an Inquiry Result"
echo "(or RSSI Result) event whose num_responses exceeds the packed records"
echo "actually present.  This QEMU guest has no BT radio, so the path is"
echo "unreachable here.  Bug CONFIRMED at source; fix compiled in netbt.ko."
exit 0