Answer in brief
CVE-2026-97428 records a High severity (CVSS 7.7) vulnerability in drm/amdgpu: harden FRU PIA parsing with bounded helpers. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 7.7. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <813311512505e95e4e3c898ff94b11886a15e494 || >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <4396d74b0c7304946ee343a6611ac6dbc0bfbf78 || >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <c990c05eb6c74c98d1ff3acf67a19015312820b7 || >=0 <6.12.111 || >=0 <6.18.53 | 813311512505e95e4e3c898ff94b11886a15e494, 4396d74b0c7304946ee343a6611ac6dbc0bfbf78, c990c05eb6c74c98d1ff3acf67a19015312820b7, 6.12.111, 6.18.53 |
Published upstream
Sep 24, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 25, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 25, 2026
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: harden FRU PIA parsing with bounded helpers Replace the open-coded TLV walk with fru_pia_advance() and fru_pia_copy_field() helpers that bound every read by the actual EEPROM data length, preventing out-of-bounds reads on truncated or malformed FRU data.
Quoted source text, attributed separately from HOL analysis.