CVE-2026-68109
Received Received - Intake

AMDGPU SDMA7.1 Kernel Crash Fix via WARN_ON Replacement

Vulnerability report for CVE-2026-68109, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-10

Last updated on: 2026-08-17

Assigner: kernel.org

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)

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-10
Last Modified
2026-08-17
Generated
2026-08-30
AI Q&A
2026-08-10
EPSS Evaluated
2026-08-29
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability involves a change in the Linux kernel's AMD GPU SDMA 7.1 driver where a BUG_ON() call was replaced with WARN_ON(). BUG_ON() would crash the kernel when triggered, while WARN_ON() only issues a warning without crashing, improving system stability.

Detection Guidance

This vulnerability is specific to the Linux kernel's AMDGPU SDMA7.1 driver and involves replacing a BUG_ON() with WARN_ON(). Detection requires checking kernel logs for warnings related to AMDGPU SDMA7.1 or kernel crashes. No direct network detection is applicable. Use commands like dmesg | grep -i amdgpu or journalctl -k | grep -i sdma7 to inspect kernel logs for related warnings or errors.

Impact Analysis

This vulnerability does not represent a security flaw but rather a code improvement. It prevents unnecessary kernel crashes when certain conditions occur in the AMD GPU SDMA 7.1 driver, reducing system instability and potential downtime.

Compliance Impact

This vulnerability does not directly affect compliance with standards like GDPR or HIPAA as it relates to a kernel crash prevention in AMD GPU drivers rather than data privacy or security controls.

Mitigation Strategies

Update the Linux kernel to a patched version that resolves the AMDGPU SDMA7.1 BUG_ON() issue. Monitor kernel logs for warnings related to sdma7.1 after applying updates.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-68109. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart