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: n/a
EPSS: n/a
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

No CVSS score and EPSS are unavailable, and the vulnerability is not listed in the CISA KEV catalog, indicating a low to moderate likelihood of exploitation in the wild. The exploit would require injection or manipulation of GPU commands that trigger the WARN_ON condition, a scenario that is not trivial but could be achieved with privileged access or a compromised driver. Absence of public exploits suggests the risk is not yet high, but a kernel panic would still disrupt availability if successfully triggered.

Generated by OpenCVE AI on August 10, 2026 at 13:45 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 10, 2026 at 13:45 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

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

Link: CVE-2026-68111

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-10T14:00:08Z

Weaknesses