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

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

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

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

Impact

In the Linux AMDGPU driver for gfx9, a BUG_ON macro previously caused the kernel to panic when a specific internal condition was hit. The patch replaces that call with WARN_ON to emit a warning instead of crashing. The vulnerability therefore allowed an attacker that could trigger the offending condition—such as malformed GPU instructions—to force a kernel panic, resulting in a denial‑of‑service. The likely attack vector is exploitation of GPU driver during command submission or driver misuse; this inference is based on the description of the function affected.

Affected Systems

The affected product is the Linux kernel’s AMDGPU driver, specifically the gfx9 architecture. Exact affected kernel versions are not listed in the data; however, the fix is present in the commit identified by b71604f8685b0eba07866f4e8dc30f93e1931054, so any kernels before this commit are potentially vulnerable.

Risk and Exploitability

The CVSS score is 4.7, indicating a low severity vulnerability. The EPSS score is less than 1%, suggesting that the likelihood of exploitation in the wild is very low. The vulnerability is not listed in the CISA KEV catalog. Exploitation would still require an attacker to trigger the WARN_ON condition, likely through malformed GPU commands or malicious driver activity. While no public exploits are known, a successful trigger would cause a kernel panic, resulting in a denial‑of‑service.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a version that includes commit b71604f8685b0eba07866f4e8dc30f93e1931054.
  • If an immediate kernel upgrade is not possible, isolate or disable the affected AMDGPU device(s) and monitor the system for WARN_ON logs indicating abnormal GPU activity.
  • Apply general kernel hardening practices such as enabling SELinux or AppArmor and maintaining a minimal set of kernel modules to reduce attack surface.

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

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4745-1 linux-6.12 security update
History

Wed, 19 Aug 2026 16:45:00 +0000


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 14:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476

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

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

Link: CVE-2026-68111

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

Modified: 2026-08-19T17:20:29.127

Link: CVE-2026-68111

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-68111 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T08:15:05Z

Weaknesses