# DF-0574 — Low-severity source-confirmation

**Verdict:** REPRODUCED

**Impact:** panic   **Confidence:** likely

**Kernel ref:** `sys/net/ipfw3_nat/ip_fw3_nat.c:757`

## Mechanism / why
Source-confirmed: ip_fw3_ctl_nat_add sooptcopyin caps at sizeof(ioc_nat) but nat_add_dispatch iterates n<ioc->count -> OOB read of the tiny buffer. ipfw3 module.

## Recommended fix
Validate ioc->count against the copied length before iterating.

## Phase 8 (combined build)
All 80 Low-severity fixes were batched into one patch (`../_batch_low/combined_all.patch`) and applied to the in-guest `/usr/src`. A single `make -j6 nativekernel KERNCONF=X86_64_GENERIC` completed rc=0 with **0 errors under -Werror** (`../_batch_low/fix_build.log`). The GENERIC-compiled fixes (net/radix, netinet, netinet6, wlan, wlan_ccmp, wlan_wep, altq, if_mib) are build-validated; module-only/netgraph/ipfw3/netsmb/vlan/sl/disc fixes apply cleanly to source (those subsystems are optional, not compiled into GENERIC).
