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: 4.7 Medium
EPSS: < 1% Very Low
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 likely attack vector is inferred, as it hinges on sending malicious graphics commands that reach the driver. The EPSS score is < 1%, and the vulnerability is not listed in the CISA KEV catalog, indicating a lower public exploitation probability. The CVSS score of 4.7 indicates moderate severity. 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 13, 2026 at 10:34 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the kernel update that replaces BUG_ON with WARN_ON in the AMDGPU driver, directly addressing the Assertion (CWE‑617) vulnerability and preventing the improper control flow that could lead to a denial of service.
  • Ensure the system runs a version of the Linux kernel that contains this change or backport the patch if using a distribution kernel that lags mainline release.
  • Monitor kernel logs for repeated WARN_ON messages or unexpected graphics hardware errors and consider disabling or restricting graphics command processing from untrusted sources as a temporary workaround.

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

Thu, 13 Aug 2026 09:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-459

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: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-18T06:55:36.971Z

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

Link: CVE-2026-68112

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

Modified: 2026-08-18T07:16:50.080

Link: CVE-2026-68112

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-68112 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T10:45:04Z

Weaknesses