SEPTEMBER 20, 2026
Live Feed
Back to database
Case File

CVE-2026-80705

UNKNOWN · CVSS N/A EPSS 0.14%

Source: NVD + CISA KEV + EPSS · Published 2026-08-28 · Last synced 2026-09-20

CyberRota Analysis

AI-Generated

The vulnerability in the Linux kernel affects the AMD display driver, specifically in the handling of phantom plane allocations within the `dml21_add_phantom_plane()` function. If the allocation fails and is not properly checked, it could lead to a segmentation fault, potentially causing system instability or crashes. Users and administrators of Linux systems utilizing AMD graphics should prioritize this issue to ensure system reliability and prevent unexpected failures.

CVE
CVE-2026-80705
Severity
UNKNOWN
CVSS
N/A
EPSS
0.14%
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: check if dml21_add_phantom_plane() is successful Verify that the phantom plane was allocated to avoid a later segfault. (cherry picked from commit 5adb54abe5a8e82cbff7f8806db30a5f4924329f)