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

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

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

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

Impact

The vulnerability was a kernel bug in the AMD GPU driver (sdma7.1) that triggered a BUG_ON when an unexpected condition was encountered, causing the kernel to panic and crash. The upstream fix replaces the BUG_ON with WARN_ON, turning the fatal failure into a non-crashing warning. This change removes the immediate denial of service that would have been caused by the kernel panic but does not necessarily correct the underlying logic error.

Affected Systems

Affected systems are any installations of the Linux kernel that include the amdgpu driver before the commit c4f230b51cf2d3e7e8b1c800331f3dbed2a9e3f5. The exact kernel releases are not listed in the data, so all kernel versions that built with the pre-fix amdgpu (likely 5.x series and later) are potentially vulnerable. The issue originates in the DRM subsystem's AMD GPU driver.

Risk and Exploitability

The CVSS, EPSS, and KEV metrics are not provided, and the vulnerability is not listed in CISA’s KEV catalog, indicating no publicly known exploitation. However the kernel panic was a severe denial of service. The patch removes the crash but the warning may still surface. Since there is no evidence of a remote exploit, the risk remains limited to machines that could trigger the condition through driver input, which is typically a local privilege scenario.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the system to a Linux kernel version that includes the commit c4f230b51cf2d3e7e8b1c800331f3dbed2a9e3f5, ensuring the amdgpu driver uses WARN_ON instead of BUG_ON.
  • Disable or limit usage of the sdma7.1 path in the amdgpu driver if a kernel update is not yet available, to reduce the likelihood of hitting the condition.
  • Monitor kernel logs (dmesg, syslog) for WARN_ON messages related to amdgpu and investigate any repeated warnings as potential indicators of underlying logic issues.
  • Keep abreast of further upstream releases that address any remaining logic errors in the amdgpu driver, and apply them promptly.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 10 Aug 2026 14:15:00 +0000

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

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

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

Link: CVE-2026-68109

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-10T14:00:08Z

Weaknesses