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

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

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

(cherry picked from commit 9723a8bed3aa251a26bee4583bac9d8fb064dd44)
Published: 2026-08-10
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel's AMDGPU SDMA 7.0 driver included a BUG_ON that would trigger a kernel panic when specific internal conditions were met. The patch changes the check to a WARN_ON, preventing the crash. This change indicates that the earlier code path could be abused to cause a denial of service, allowing an attacker to destabilize the system by provoking a kernel panic.

Affected Systems

All Linux kernel releases that ship with the drm/amdgpu/sdma7.0 driver before the application of commit 9723a8b are affected. The issue resides within the kernel's AMDGPU subsystem, covering all vendors that distribute the kernel with this driver compiled in.

Risk and Exploitability

The EPSS value is not available and the vulnerability is not listed in CISA’s KEV catalog, suggesting a low to moderate probability of exploitation. The CVSS score is not supplied, but the potential impact of a kernel panic points to a high severity. A likely attack vector would involve an attacker gaining local privilege or manipulating a user‑space application to trigger the erroneous condition in the GPU driver. The mitigation requires updating to a kernel that includes the patch or applying the kernel change manually.

Generated by OpenCVE AI on August 10, 2026 at 17:33 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the installed Linux kernel to a version that includes the commit replacing BUG_ON with WARN_ON, such as kernel 6.10 or later.
  • If a full kernel update is not feasible, apply the relevant patch from the provided git commit to the driver source and rebuild the kernel.
  • Monitor system logs for WARN_ON messages related to the AMDGPU driver and isolate any processes invoking GPU operations to prevent repeated panic conditions.

Generated by OpenCVE AI on August 10, 2026 at 17:33 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Weaknesses CWE-730
CWE-739

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/sdma7.0: replace BUG_ON() with WARN_ON() There's no need to crash the kernel for these cases. (cherry picked from commit 9723a8bed3aa251a26bee4583bac9d8fb064dd44)
Title drm/amdgpu/sdma7.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-10T12:01:18.379Z

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

Link: CVE-2026-68252

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-10T19:15:17Z

Weaknesses