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

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

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

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

Impact

The vulnerability stems from a hard assert using BUG_ON in the AMDGPU DRM driver for the gfx10 hardware. The assertion caused the kernel to panic when an unexpected condition was met, leading to an immediate system crash. The fix replaces the BUG_ON with WARN_ON, preventing a kernel panic and instead logging a warning. This change removes the denial‑of‑service potential that the original BUG_ON introduced, as the system can continue to operate after the warning is issued.

Affected Systems

This issue affects the Linux kernel driver for AMD GPUs, specifically the drm/amdgpu/gfx10 code path. No specific kernel version range is listed in the data; the patch appears in the Linux kernel mainline commit history (see commit references). The vendor is the Linux kernel maintainers.

Risk and Exploitability

The CVSS score is 4.7, and the EPSS score is less than 1%, indicating a low exploitation probability; the vulnerability is not listed in the CISA KEV catalog. Because the vulnerability is an unhandled assertion that caused a kernel panic, the risk is primarily denial‑of‑service and not a direct code‑execution or data‑exposure flaw. The exploitability is low to moderate: an attacker would need to trigger the specific driver path that hits the assert condition, and the amended WARN_ON removes the crash. Without a known exploit, the practical risk is limited but an unpatched kernel could be abused to cause service disruption.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a version that includes the commit replacing BUG_ON with WARN_ON
  • Reboot the system after the kernel upgrade so the updated driver is loaded and the warning path is exercised
  • If kernel updates are unavailable, apply a local patch replacing BUG_ON with WARN_ON in the drm/amdgpu/gfx10 driver and rebuild the kernel

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


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

Type Values Removed Values Added
Weaknesses CWE-398

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

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

Link: CVE-2026-68115

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-10T13:19:56.440

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

Link: CVE-2026-68115

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-10T11:58:33Z

Links: CVE-2026-68115 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T08:15:05Z

Weaknesses