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

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

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

(cherry picked from commit f952076f76d62f783e8ba4995a7c400d39354ccf)
Published: 2026-08-10
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The AMDGPU driver contained a BUG_ON that would trigger a kernel panic if a specific internal condition became true. The recent commit replaced BUG_ON with WARN_ON, allowing the kernel to continue running and merely emitting a warning. Prior to the patch, this coding flaw represented improper failure handling, a CWE-400 type weakness, and could be exploited to forcibly stop the system.

Affected Systems

Linux distributions using a kernel that includes the AMDGPU driver for AMD GPUs built on the gfx12 architecture, before the application of commit f952076f76d62f783e8ba4995a7c400d39354ccf. All impacted hosts, whether running a vendor‑supplied kernel or a custom build, are eligible for the fix.

Risk and Exploitability

Because no CVSS or EPSS score is published and the advisory is not listed in the CISA KEV catalog, the exploitation probability is uncertain. The high impact of a kernel panic makes it a serious issue; the attack vector is inferred to be local or requires kernel‑level privileges, as the vulnerable code runs in driver context. An attacker with sufficient exposure could trigger the condition and cause a denial of service by crashing the kernel, requiring a reboot to recover.

Generated by OpenCVE AI on August 10, 2026 at 21:35 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that includes commit f952076f76d62f783e8ba4995a7c400d39354ccf or later.
  • Apply any official AMDGPU driver update that incorporates the patched code.
  • If an immediate kernel upgrade is not possible, monitor dmesg or system logs for WARN_ON messages from the AMDGPU driver and consider disabling the affected driver feature until a formal patch is applied.

Generated by OpenCVE AI on August 10, 2026 at 21:35 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 10 Aug 2026 22:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-400
CWE-693

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: replace BUG_ON() with WARN_ON() There's no need to crash the kernel for these cases. (cherry picked from commit f952076f76d62f783e8ba4995a7c400d39354ccf)
Title drm/amdgpu/gfx12: 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:31.059Z

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

Link: CVE-2026-68113

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-10T21:45:03Z

Weaknesses
  • CWE-400

    Uncontrolled Resource Consumption

  • CWE-693

    Protection Mechanism Failure