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

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

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

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

Impact

The Linux kernel previously contained a defensive assertion using BUG_ON in the AMDGPU driver for the gfx9.4.3 family. When the asserted condition failed, the kernel would immediately crash, potentially disrupting system availability. The fix replaces BUG_ON with WARN_ON, which logs a warning instead of halting execution, thus preventing an unplanned kernel reboot. The primary impact of the original flaw was a denial‑of‑service condition, limiting confidentiality, integrity, and availability only because the system would become inoperative.

Affected Systems

The affected component is the Linux kernel’s AMDGPU DRM driver for the gfx9.4.3 hardware family. No specific kernel or driver version range is publicly documented beyond this driver area, and the bug exists under the kernel distribution provided by Linux.

Risk and Exploitability

Because the exploit requires an attacker to trigger the specific BUG_ON condition within the AMDGPU driver, the attack surface is limited to environments running the affected driver. The EPSS score is not available, and the vulnerability is not listed in the CISA KEV catalog, indicating a lower public exploitation probability. Nonetheless, any system using the affected driver that can receive malicious graphics commands could be coerced into a kernel crash, representing a moderate risk until the patch is applied.

Generated by OpenCVE AI on August 10, 2026 at 13:44 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the kernel update that includes the BUG_ON to WARN_ON change from the AMDGPU driver
  • Ensure the system is running a patched, recent Linux kernel or apply backported patches if using a distribution kernel that lags the mainline
  • Verify driver integrity by checking audit logs for repeated WARN_ON messages to detect attempts to trigger the previously faulty condition

Generated by OpenCVE AI on August 10, 2026 at 13:44 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Weaknesses CWE-459

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

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

Link: CVE-2026-68112

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-10T16:15:04Z

Weaknesses