DragonFlyBSD Kernel Audit
DF-0999 / manifest.json
← back to finding ↓ download raw
{
  "finding_id": "DF-0999",
  "guest_uname": "DragonFly dfbsd 6.5-DEVELOPMENT DragonFly 6.5-DEVELOPMENT #0: Thu Jul  2 06:02:54 UTC 2026     root@dfbsd:/usr/obj/usr/src/sys/X86_64_GENERIC  x86_64",
  "code_hash": "b9a306d0f9e7f73e4c245b4cc038294a3be6c13dd327ab55b89b5a9764a94a47",
  "tested_at": "2026-07-22T18:10:00Z",
  "verdict": "NOT_TESTABLE",
  "impact": "none",
  "confidence": "likely",
  "reproduce": {
    "build": "n/a \u2014 KLD module compiles but no HW",
    "run": "n/a \u2014 requires RT2573 USB WiFi adapter as STA associating with a malicious AP that broadcasts beacon_int=0",
    "expected": "no effect on this guest (not reproduced); exits cleanly. See VERDICT.md."
  },
  "kernel_refs": [
    "sys/bus/u4b/wlan/if_rum.c:2184",
    "sys/bus/u4b/wlan/if_rum.c:2220",
    "sys/bus/u4b/wlan/if_rum.c:2663",
    "sys/bus/u4b/wlan/if_rum.c:2671",
    "sys/bus/u4b/wlan/if_rum.c:2672",
    "sys/netproto/802_11/wlan/ieee80211_input.c:545",
    "sys/netproto/802_11/wlan/ieee80211_input.c:700",
    "sys/netproto/802_11/wlan/ieee80211_input.c:707",
    "sys/netproto/802_11/wlan/ieee80211_node.c:1525",
    "sys/netproto/802_11/ieee80211_scan.h:212"
  ],
  "artifacts": [
    {
      "path": "fix.diff",
      "type": "suggested-fix",
      "desc": "guard bintval==0 in rum_set_sleep_time (treat as 1)"
    },
    {
      "path": "module_build.log",
      "type": "build-log",
      "desc": "if_rum.ko compiles cleanly with the fix applied"
    },
    {
      "path": "VERDICT.md",
      "type": "verdict",
      "desc": "full narrative including the BPARSE_BINTVAL_INVALID dead-flag finding"
    },
    {
      "path": "README.md",
      "type": "readme",
      "desc": "summary"
    },
    {
      "path": "manifest.json",
      "type": "manifest",
      "desc": "this catalog"
    },
    {
      "path": "build.log",
      "type": "build-log",
      "desc": "kernel build log excerpt proving -Werror clean compile of patched source"
    },
    {
      "path": "fix_apply.log",
      "type": "apply-log",
      "desc": "patch --dry-run output proving fix.diff applies cleanly on with-src"
    },
    {
      "path": "env.txt",
      "type": "environment",
      "desc": "guest uname, modules, HW-gate note"
    },
    {
      "path": "../fix_build_combined.log",
      "type": "build-log",
      "desc": "Combined 41-finding kernel build (rc=0, -Werror clean)"
    },
    {
      "path": "../fix_build_summary.txt",
      "type": "build-summary",
      "desc": "Summary of the combined 41-finding kernel build"
    }
  ]
}