CVE-2026-97428

Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
24/09/2026
Last modified:
25/09/2026

Description

In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> drm/amdgpu: harden FRU PIA parsing with bounded helpers<br /> <br /> Replace the open-coded TLV walk with fru_pia_advance()<br /> and fru_pia_copy_field() helpers that bound every read<br /> by the actual EEPROM data length, preventing out-of-bounds<br /> reads on truncated or malformed FRU data.