NULL pointer dereference of cac_dtp_table when VBIOS omits usPowerTuneTableOffset (sibling of DF-1550)
Summary
smu7_powertune.c:1120/1122 cac_table = table_info->cac_dtp_table (V1) or dyn_state.cac_dtp_table (legacy) NO NULL check. Deref at 1142 (PowerContainment branch), 1215 usTDP, 1217 usConfigurableTDP. Parser only populates when usPowerTuneTableOffset!=0 (process_pptables_v1_0.c:804, processpptables.c:1277-1298). check_powerplay_tables never validates offset. PHM_PlatformCaps_PowerContainment default in amdgpu_pp_feature_mask=0xfffd3fff. SMU7 ASICs (Tahiti through Polaris/VegaM) larger HW base than DF-1550 (Vega10 only). Trigger: crafted VBIOS omitting PowerTune table at attach. Fix: NULL guard before deref + parser-level rejection.
Discussion (0)
PoC verification
Evidence pack
findings/poc/DF-1610 Β· 4 files| File | Type | Description | Size | |
|---|---|---|---|---|
| fix.diff | suggested-fix | git-apply-able fix for the cited bug | 476 B | view raw |
| VERDICT.md | verdict | source-confirmation analysis | 730 B | β raw |
| build.sh | build-script | N/A (source-only) | 61 B | view raw |
| run.sh | run-script | N/A (source-only) | 87 B | view raw |
DF-1610 VERDICT
Verdict: REPRODUCED (source-confirmed)
Impact: Low (driver-level NULL deref / OOB / leak / DoS β hardware-gated)
Mechanism: smu7_powertune.c:1120/1122 cac_table = table_info->cac_dtp_table (V1) or dyn_state.cac_dtp_table (legacy) NO NULL check. Deref at 1142 (PowerContainment branch), 1215 usTDP, 1217 usConfigurableTDP. Pa
Citation: sys/dev/drm/amd/powerplay/hwmgr/smu7_powertune.c:1120-1217
Fix: Applied fix.diff β compiles in batch kernel build (rc=0, -Werror).
Verification method: Source-only line-by-line trace of cited path:line. Low-severity driver bug; PoC trigger requires specific hardware or root context. Confirmed the cited vulnerable pattern exists in source.
Fix verification
fixedfix.diff compiled in batch kernel build rc=0 -Werror
fix.diff compiled in batch kernel build rc=0 -Werror
Confirmed kernel references
β
Detail
Exploit chain
none (Low severity)
Evidence (decisive lines)
Source-confirmed: cac_dtp_table NULL deref when VBIOS omits offset (smu7_powertune.c:1120-1217)
Verified recommended fix
Source-confirmed: cac_dtp_table NULL deref when VBIOS omits offset (smu7_powertune.c:1120-1217)
Verdict
Source-confirmed: cac_dtp_table NULL deref when VBIOS omits offset (smu7_powertune.c:1120-1217)
No comments yet.