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

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

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

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

Impact

The vulnerability in the Linux kernel’s AMDGPU driver stemmed from a BUG_ON assertion that would trigger a kernel panic whenever a specific condition in the gfx11 code path was satisfied. The bug has been fixed by replacing the assertion with WARN_ON, which logs a harmless warning instead of halting the system. The underlying weakness corresponds to CWE-617, and the patch removes the risk of denial of service caused by the kernel crash.

Affected Systems

All Linux kernel versions that have not incorporated the most recent amdgpu commit are vulnerable, regardless of distribution. Systems running kernels prior to the patch that still contain the original BUG_ON in the AMDGPU driver code are at risk. Kernels that have applied the patch commits are no longer affected.

Risk and Exploitability

The CVSS score of 4.4 indicates low severity, and the EPSS score of <1% suggests an extremely low likelihood of exploitation. The vulnerability is not listed in CISA KEV. Because the patch replaces the faulting assertion with a warning, the system no longer experiences a kernel panic, and no exploitation mechanism is documented. If an attacker attempts to trigger the specific graphics driver condition, the mitigated code will simply log a warning.

Generated by OpenCVE AI on August 13, 2026 at 09:50 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply a kernel update that contains the amdgpu patch replacing BUG_ON with WARN_ON
  • Reboot the system or reload the AMDGPU driver to load the updated code
  • Monitor system logs for amdgpu WARN_ON messages and investigate any persistent warnings

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


Thu, 13 Aug 2026 07:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-665

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.4, 'vector': 'CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:N/I:N/A:H'}

threat_severity

Moderate


Mon, 10 Aug 2026 18:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-665

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

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

Link: CVE-2026-68246

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-10T13:20:13.073

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

Link: CVE-2026-68246

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-10T12:01:12Z

Links: CVE-2026-68246 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T10:00:05Z

Weaknesses