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

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

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

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

Impact

The AMDGPU SDMA 6.0 driver in the Linux kernel contains an assertion that used BUG_ON to trigger a kernel panic when a specific internal condition occurs. This transforms a non‑fatal condition into a fatal one, causing system‑wide shutdowns. The weakness corresponds to improper handling of error conditions (CWE‑617). The exploit does not provide code execution or information disclosure; its impact is loss of availability for the affected system.

Affected Systems

All Linux kernel distributions that incorporated the AMDGPU SDMA 6.0 driver before commit c17a508a7d652da3728f8bbc481bfffe96d65a87 are affected. The fix replaces BUG_ON with WARN_ON to prevent crashes. Exact kernel version ranges are not listed, so any kernel containing the pre‑commit code is vulnerable, while kernels that contain the commit or later are safe.

Risk and Exploitability

The CVSS score is 5.5 and the EPSS score is < 1%, indicating low public visibility. The vulnerability is not listed in KEV. An attacker must have kernel‑level or privileged access to trigger the condition, so the attack vector is inferred to be internal or based on privileged code execution. The risk is a potential denial of service if the fault condition can be reached, but automated exploitation is unlikely due to the lack of external triggers and low exploitation probability.

Generated by OpenCVE AI on August 13, 2026 at 07:37 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a release that includes commit c17a508a7d652da3728f8bbc481bfffe96d65a87, which replaces BUG_ON with WARN_ON to prevent kernel panics.
  • If an immediate kernel upgrade is not feasible, disable or restrict use of the AMDGPU SDMA 6.0 driver in environments where the fault condition could be triggered, such as by blacklisting the module or disabling GPU features at boot.
  • As a temporary measure, apply a local patch that substitutes WARN_ON for the BUG_ON in the driver code, then rebuild the kernel or module.

Generated by OpenCVE AI on August 13, 2026 at 07:37 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 06:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-400
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': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Low


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

Type Values Removed Values Added
Weaknesses CWE-400
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/sdma6.0: replace BUG_ON() with WARN_ON() There's no need to crash the kernel for these cases. (cherry picked from commit c17a508a7d652da3728f8bbc481bfffe96d65a87)
Title drm/amdgpu/sdma6.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:23.355Z

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

Link: CVE-2026-68251

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-68251

cve-icon Redhat

Severity : Low

Publid Date: 2026-08-10T00:00:00Z

Links: CVE-2026-68251 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T07:45:17Z

Weaknesses