AUGUST 16, 2026
Live Feed
Back to database
Case File

CVE-2026-68104

HIGH · CVSS 7.8 EPSS 0.13%

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

CyberRota Analysis

AI-Generated

The vulnerability affects the Linux kernel's amdgpu driver, specifically in the handling of power management for the generic power domain (genpd). Failing to properly unregister from the global list before freeing memory can lead to potential memory corruption issues, which may impact system stability or security. Linux system administrators and developers working with the amdgpu driver should prioritize applying the relevant updates to mitigate these risks.

CVE
CVE-2026-68104
Severity
HIGH
CVSS
7.8
EPSS
0.13%
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: invoke pm_genpd_remove() before freeing genpd Call pm_genpd_remove() to unregister from global list prior to releasing acp_genpd memory, and clear the pointer after free. (cherry picked from commit cd8650d7a91ee8b768e202354672553faa5cc1f2)