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

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

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

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

Impact

The AMDGPU driver’s SDMA 5.2 subsystem contained a BUG_ON assertion that would trigger a kernel panic when an unexpected condition arose. The patch replaces this hard assertion with a WARN_ON, allowing the kernel to continue operation while logging a warning. This change removes a potential local denial‑of‑service vector that could bring the whole system down. The weakness is described by CWE‑617.

Affected Systems

Linux kernels that include the AMDGPU driver SDMA 5.2 path before the commit that replaces BUG_ON with WARN_ON are impacted. All distributions running a kernel version lacking this change may execute the vulnerable code when the SDMA subsystem encounters the failure condition. The issue is limited to the AMDGPU SDMA code and does not affect other kernel subsystems.

Risk and Exploitability

The CVSS score of 4.7 and an EPSS score of less than 1 % indicate low‑to‑moderate risk. It is not listed in CISA’s KEV catalog. The likely attack vector is local, as exploitation would require triggering the SDMA path within the kernel. Based on the description, it is inferred that a user with sufficient privilege to interact with the AMDGPU driver could potentially trigger the condition, but no remote exploitation path is documented. After applying the patch, the risk of a kernel crash is eliminated, leaving only a very low residual risk tied to anomalous warning logs.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that contains the commit replacing BUG_ON with WARN_ON.
  • If a kernel upgrade is not immediately possible, disable the AMDGPU driver or turn off SDMA functionality to prevent the affected code from executing.
  • Monitor kernel log messages for WARN_ON triggers to confirm that the vulnerable path is not being exercised in production.

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

Type Values Removed Values Added
Weaknesses CWE-391
CWE-399

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

Type Values Removed Values Added
Weaknesses CWE-391
CWE-399

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

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

Link: CVE-2026-68250

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-68250

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-68250 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T10:15:07Z

Weaknesses