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

drm/amdgpu/gfx8: drop unecessary BUG_ON()

There's no need to crash the kernel for this case.

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

Impact

The vulnerability arises from an unnecessary BUG_ON macro in the AMDGPU driver for gfx8 hardware that would trigger a kernel oops and bring the system down. The trigger is related to an integer underflow condition, identified as CWE-617. Removing the assert prevents the unwarranted crash and does not introduce additional security weaknesses.

Affected Systems

All Linux kernel releases that contain the legacy AMDGPU gfx8 driver and have not yet applied the patch with commit 4d7c25208ca612b. This applies to any distribution that ships with an unfixed kernel, including multiple mainstream releases.

Risk and Exploitability

The CVSS score of 5.5 indicates moderate severity, but the EPSS score of less than 1% and the fact that the vulnerability is not listed in the CISA KEV catalog suggest a very low likelihood of real‑world exploitation. Attacks would require triggering the specific code path that contained the BUG_ON, which is unlikely to be directly exploitable by an external actor.

Generated by OpenCVE AI on August 13, 2026 at 01:30 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that incorporates commit 4d7c25208ca612b (or later) so that the unnecessary BUG_ON has been removed.
  • If a patched kernel is not available from your distribution, manually apply the patch from commit 4d7c25208ca612b to the kernel source, rebuild, and install via your preferred package or binary mechanism.
  • Restrict access to the AMDGPU driver for gfx8 hardware during the upgrade period, or disable it if not required, to prevent accidental triggering of the BUG_ON path before the mitigation is in place.

Generated by OpenCVE AI on August 13, 2026 at 01:30 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 12: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


Wed, 12 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/gfx8: drop unecessary BUG_ON() There's no need to crash the kernel for this case. (cherry picked from commit 4d7c25208ca612b754f3bf39e9f16e725b828891)
Title drm/amdgpu/gfx8: drop unecessary BUG_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:35:27.984Z

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

Link: CVE-2026-68430

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-12T00:17:43.067

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

Link: CVE-2026-68430

cve-icon Redhat

Severity : Low

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

Links: CVE-2026-68430 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T02:30:12Z

Weaknesses