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: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability was identified in the Linux kernel AMDGPU driver for the gfx12.1 architecture, where a BUG_ON assertion could trigger a kernel panic when certain conditions were met. The patch changes the code to use WARN_ON, which records a warning instead of terminating the kernel, preventing the crash but still indicating a potentially harmful state. From a security standpoint, this addresses a potential denial‑of‑service condition caused by a kernel‑level fault.

Affected Systems

All Linux installations that ship the AMDGPU driver for the gfx12.1 graphics hardware are impacted. This includes recent distributions that use the default kernel image containing that driver. The vendor impact list notes Linux:Linux for the affected product.

Risk and Exploitability

The EPSS score is not available and the vulnerability is not listed in the CISA KEV database. No CVSS score is provided, but because the flaw involved an unconditional BUG_ON that would bring the system down, the risk level is high for any attacker capable of triggering the check. The mitigation reduces the impact to a warning, but an attacker with sufficient privileges could still exploit the same kernel code path to trigger the problematic condition, potentially leading to a denial‑of‑service if the kernel were re‑patched by a future release. The attack vector is likely local or privilege‑escalation based, as a kernel driver bug typically requires elevated access.

Generated by OpenCVE AI on August 10, 2026 at 19:53 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a version that includes the patched AMDGPU driver for gfx12.1, which replaces BUG_ON with WARN_ON.
  • Monitor system logs for AMDGPU warning messages related to gfx12.1 failures, and apply any additional vendor patches if they become available.
  • If unable to update the kernel promptly, consider disabling the AMDGPU driver or virtualization workloads that may expose the graphics hardware until the update is applied.
  • Regularly review vendor advisories for any new information about the AMDGPU driver, and ensure that related modules are updated in sync with kernel releases.

Generated by OpenCVE AI on August 10, 2026 at 19:53 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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-10T11:58:32.559Z

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

Link: CVE-2026-68114

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-10T20:00:03Z

Weaknesses
  • CWE-758

    Reliance on Undefined, Unspecified, or Implementation-Defined Behavior