2 matches found
EUVD-2026-86041
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 frupiaadvance and frupiacopyfield helpers that bound every read by the actual EEPROM data length, preventing out-of-bounds reads on...
5.8AI score
SaveExploits0References3
CVE-2026-97428
The Linux kernel (specifically the drm/amdgpu driver) is vulnerable to out-of-bounds reads when parsing FRU (Firmware Resource Unit) PIA data. The root cause is an open-coded TLV walk that fails to validate data boundaries against the actual EEPROM data length. To remediate this, the vulnerabilit...
5.8AI score
SaveExploits0References3
20