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

drm/amdgpu/sdma4.4.2: replace BUG_ON() with WARN_ON()

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

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

Impact

The vulnerability involved a BUG_ON assertion in the amdgpu SDMA component of the Linux kernel. When a specific condition occurred, the assertion caused the kernel to panic, resulting in a system crash. The identified fix replaced the BUG_ON with WARN_ON, turning the hard crash into a warning and allowing the system to continue running. The primary impact was a denial of service through kernel panic.

Affected Systems

The issue affects Linux kernels that incorporate the amdgpu SDMA 4.4.2 module. No specific version range is listed; any kernel build that contains the faulty BUG_ON path before the commit that replaced it is considered affected. The patch is integrated into recent kernel releases following the referenced commit.

Risk and Exploitability

No EPSS score is available and the vulnerability is not listed in the CISA KEV catalog, suggesting a low likelihood of widespread exploitation. The CVSS score is not provided, but the nature of the flaw indicates a moderate risk for local users capable of triggering the condition. The recommended mitigation is to update the kernel to include the commit that replaces BUG_ON with WARN_ON, which removes the crash trigger.

Generated by OpenCVE AI on August 10, 2026 at 19:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a release that includes the commit replacing BUG_ON with WARN_ON in the amdgpu SDMA component.
  • If applying a custom kernel build, audit the amdgpu source code to confirm that no remaining BUG_ON statements exist in the SDMA path.
  • As a temporary measure, disable SDMA support by adjusting the driver configuration or recompiling the driver without the SDMA component until a full kernel update can be applied.

Generated by OpenCVE AI on August 10, 2026 at 19:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Weaknesses CWE-20

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/sdma4.4.2: replace BUG_ON() with WARN_ON() There's no need to crash the kernel for these cases. (cherry picked from commit fa4f86a148271e325e95287630a3a15a9cd35fdc)
Title drm/amdgpu/sdma4.4.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-10T11:58:27.478Z

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

Link: CVE-2026-68110

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-20

    Improper Input Validation