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

drm/amdgpu/sdma5.0: replace BUG_ON() with WARN_ON()

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

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

Impact

The AMD GPU SDMA 5.0 driver in the Linux kernel originally used a BUG_ON assertion that would cause a kernel panic when an unexpected internal condition occurred. The patch replaced BUG_ON with WARN_ON, so instead of crashing, the kernel will log a warning and continue running. Thus the direct denial‑of‑service path that resulted in a crash has been removed, but the warning can still indicate abnormal GPU behavior.

Affected Systems

Any machine running a Linux kernel that includes the AMD GPU SDMA 5.0 driver compiled from source before the commit that substituted WARN_ON for BUG_ON is affected. No specific kernel version numbers are listed, so any prior version that has not yet incorporated the change is considered vulnerable.

Risk and Exploitability

The CVSS score of 4.7 denotes moderate severity, while the EPSS score of <1% shows a very low likelihood of exploitation. Because the kernel no longer panics on the condition, a remote attacker cannot trigger a denial‑of‑service via this vector. The only exposure left is internal anomalous GPU conditions that will generate WARN_ON messages; there is no known public exploitation activity and it is not in the CISA KEV catalog.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a release that includes the AMD GPU SDMA 5.0 patch replacing BUG_ON with WARN_ON.
  • If using a custom kernel, ensure the build includes the updated source or manually apply the patch before compiling.
  • Monitor system logs for WARN_ON entries that may indicate anomalous GPU behavior and investigate GPU workloads or firmware if such messages appear.

Generated by OpenCVE AI on August 13, 2026 at 08:29 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:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-479

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

Type Values Removed Values Added
Weaknesses CWE-479

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

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

Link: CVE-2026-68249

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-68249

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-68249 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T08:30:11Z

Weaknesses