Description
In the Linux kernel, the following vulnerability has been resolved:

drm/amdgpu: fix buffer overflow during vBIOS update

Clamp the buffer postion to write by setting the bin attribute
to the maximum buffer size so that VFS layer will block the
out-of-bounds accessing.
Published: 2026-09-24
Score: n/a
EPSS: < 1% Very Low
KEV: No
Impact: Remote code execution potential
Action: Immediate patch
AI Analysis

Impact

An out‑of‑bounds write occurs in the AMDGPU driver of the Linux kernel when the firmware (vBIOS) is updated. The vulnerable code fails to clamp the buffer position appropriately, permitting an attacker who can trigger a vBIOS update to overwrite kernel memory. Such corruption could allow arbitrary code execution or destabilize the kernel, leading to denial of service.

Affected Systems

The flaw resides in the Linux kernel’s drm/amdgpu driver and thus affects all Linux distributions that include the unpatched AMDGPU code. No specific kernel versions are listed, so any kernel build containing this driver logic prior to the commit referenced in the advisory is potentially impacted.

Risk and Exploitability

The CVSS score and EPSS are not available, and the vulnerability is not listed in CISA KEV, so the exact likelihood of exploitation is unknown. The flaw could be triggered only by an entity with the privilege to perform a vBIOS update, typically a local administrator or privileged user. If exploited, the out‑of‑bounds write could lead to code execution or system crash, indicating a high potential impact if the attack vector is attained.

Generated by OpenCVE AI on September 25, 2026 at 07:08 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the kernel patch that clamps the buffer position during vBIOS updates (see the commit references provided).
  • Reboot into the updated kernel once the patch is in place.
  • If an immediate kernel upgrade is not possible, limit the use of the vBIOS update feature to trusted administrators and monitor for unauthorized update attempts.

Generated by OpenCVE AI on September 25, 2026 at 07:08 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 25 Sep 2026 07:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119
CWE-122

Thu, 24 Sep 2026 16:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix buffer overflow during vBIOS update Clamp the buffer postion to write by setting the bin attribute to the maximum buffer size so that VFS layer will block the out-of-bounds accessing.
Title drm/amdgpu: fix buffer overflow during vBIOS update
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-09-25T12:44:01.128Z

Reserved: 2026-09-24T14:53:16.868Z

Link: CVE-2026-97425

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-24T17:17:20.450

Modified: 2026-09-25T13:17:26.057

Link: CVE-2026-97425

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-25T07:15:17Z

Weaknesses
  • CWE-119

    Improper Restriction of Operations within the Bounds of a Memory Buffer

  • CWE-122

    Heap-based Buffer Overflow