AUGUST 22, 2026
Live Feed
Back to database
Case File

CVE-2026-68109

UNKNOWN · CVSS N/A EPSS 0.15%

Source: NVD + CISA KEV + EPSS · Published 2026-08-10 · Last synced 2026-08-22

CyberRota Analysis

AI-Generated

The vulnerability affects the Linux kernel, specifically within the AMD GPU driver, where a critical error handling mechanism (BUG_ON) has been replaced with a less severe warning (WARN_ON). This change prevents unnecessary kernel crashes in certain error conditions, enhancing system stability. Organizations using affected Linux distributions or F5 products should prioritize applying updates to mitigate potential system disruptions.

CVE
CVE-2026-68109
Severity
UNKNOWN
CVSS
N/A
EPSS
0.15%
Linux F5

Original NVD 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)