CVE Catalog

CVE-2026-97493

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, the drm/amdgpu driver does not properly bound the GPIO I2C table entry count from VBIOS. The fix rejects undersized tables and caps the derived entry count to AMDGPU_MAX_I2C_BUS to avoid overrunning adev->i2c_bus[] or walking an absurd number of entries on corrupt size fields.

Risk Assessment

Overrunning the i2c_bus[] array or excessive resource consumption may lead to kernel memory corruption or system hang. Requires the ability to modify or corrupt VBIOS.

Recommendation

Update the Linux kernel to a version containing the fix that validates the table size and caps the entry count to AMDGPU_MAX_I2C_BUS.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Bound GPIO I2C table entry count from VBIOS Reject undersized tables and cap the derived entry count to AMDGPU_MAX_I2C_BUS so we do not overrun adev->i2c_bus[] or walk an absurd number of entries on corrupt size fields.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS