DragonFlyBSD Kernel Audit
DF-0402 / run.log
← back to finding ↓ download raw
=== BASELINE kernel kern.version ===
DragonFly 6.5-DEVELOPMENT #0: Thu Jul 2 06:02:54 UTC 2026
=== Reachability check ===
$ ls /dev/netmap*
ls: /dev/netmap*: No such file or directory
$ ls /boot/kernel/*netmap*
ls: /boot/kernel/*netmap*: No such file or directory
$ kldload if_netmap
kldload: can't load if_netmap: No such file or directory
$ kldload netmap
kldload: can't load netmap: No such file or directory
=== Attempt to build netmap.ko from source ===
$ cd /usr/src/sys/net/netmap && make
dragonfly/net/netmap/netmap_kern.h:747:27: error: 'struct ifnet' has no member
  named 'if_unused7'; did you mean 'if_unused2'?
*** Error code 1
=== Conclusion ===
The vulnerable code is dead code on this guest: no module, no device, no
compile. Path not reachable.