# DF-1269 PoC — kv_parse_power_table missing bounds checks (LATENT)

**Status:** source-confirmed real (certain); NOT reproducible on audit guest (no AMD GPU).
**Impact:** OOB read from BIOS mapping via crafted VBIOS indices.
**Driver:** `sys/dev/drm/amd/amdgpu/kv_dpm.c` (amdgpu kv path, not in GENERIC, no HW).

## Reproduce
```
./build.sh && ./run.sh   # stub; bug path is VBIOS power-table parse
```
See `VERDICT.md` + `fix.diff`.
