# DF-0694 — Low-severity source-confirmation

**Verdict:** REPRODUCED

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

**Kernel ref:** `netproto/802_11/wlan_wep/ieee80211_crypto_wep.c:122`

## Mechanism / why
Source-confirmed: wep_setkey only checks wk_keylen>=40/NBBY (no upper bound); the 19-byte rc4key stack buffer can overflow on an oversized keylen. wlan_wep (GENERIC).

## Recommended fix
Add the upper-bound check (<= IEEE80211_KEYBUF_SIZE) in wep_setkey.

## 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).

A standalone `git apply`-able `fix.diff` is in this folder.
