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

drm/amdgpu/gfx12.1: replace BUG_ON() with WARN_ON()

There's no need to crash the kernel for these cases.

(cherry picked from commit e4d99e04b2e9b13b97d3b17804c735f62689db23)
Published: 2026-08-10
Score: 4.7 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel’s AMDGPU driver for gfx12.1 originally included an unconditional BUG_ON assertion that could trigger a kernel panic if a specific, undocumented condition is met. In the release that contains this CVE, that BUG_ON has been replaced by WARN_ON, turning the potential crash into a warning. The updated code eliminates the denial‑of‑service risk of a kernel panic while still alerting observers to an abnormal state.

Affected Systems

All Linux systems that ship the AMDGPU driver for AMD gfx12.1 GPUs and include the kernel image affected are impacted. This includes at least any distribution using the default kernel binaries that contain that driver version, as noted by the CNA vendor list of Linux:Linux.

Risk and Exploitability

The CVSS score of 4.7 indicates moderate severity and the EPSS < 1% suggests a low likelihood of exploitation. The vulnerability is not listed in the CISA KEV catalog. The attack vector is inferred to be local with privilege escalation, as the condition that would trigger the original BUG_ON would likely require manipulation of the driver from a privileged or kernel‑level context. With the patch converting to a WARN_ON, the system no longer crashes; however the warning may still signal an unstable state that could be leveraged in a chain of exploits if exploited locally. This inference is based on limited information and is not explicitly stated in the description.

Generated by OpenCVE AI on August 13, 2026 at 11:24 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that contains the patched AMDGPU driver with WARN_ON instead of BUG_ON.
  • Check system logs for any AMDGPU warning messages indicating abnormal behavior and document them for further investigation.
  • If a timely kernel upgrade is not possible, consider disabling the AMDGPU kernel module or disabling graphics hardware usage in environments where the driver might be exposed.

Generated by OpenCVE AI on August 13, 2026 at 11:24 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 13 Aug 2026 10:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-758

Wed, 12 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-617
References
Metrics threat_severity

None

cvssV3_1

{'score': 4.7, 'vector': 'CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Moderate


Mon, 10 Aug 2026 20:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-758

Mon, 10 Aug 2026 12:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/gfx12.1: replace BUG_ON() with WARN_ON() There's no need to crash the kernel for these cases. (cherry picked from commit e4d99e04b2e9b13b97d3b17804c735f62689db23)
Title drm/amdgpu/gfx12.1: replace BUG_ON() with WARN_ON()
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-08-18T06:55:39.489Z

Reserved: 2026-07-30T09:28:09.369Z

Link: CVE-2026-68114

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-10T13:19:56.337

Modified: 2026-08-18T07:16:50.267

Link: CVE-2026-68114

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-10T11:58:32Z

Links: CVE-2026-68114 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T11:30:16Z

Weaknesses