AUGUST 22, 2026
Live Feed
Back to database
Case File

CVE-2026-68282

UNKNOWN · CVSS N/A EPSS 0.17%

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

CyberRota Analysis

AI-Generated

The vulnerability in the Linux kernel affects the drm/rockchip driver, where a missing error check for the platform_get_resource() function can lead to a NULL pointer dereference if the memory resource is unavailable. This could result in system crashes or instability, particularly impacting systems utilizing the Rockchip platform. Linux distributions and developers working with the affected kernel versions should prioritize applying the patch to mitigate potential disruptions.

CVE
CVE-2026-68282
Severity
UNKNOWN
CVSS
N/A
EPSS
0.17%
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: drm/rockchip: analogix_dp: Add missing error check for platform_get_resource() Add missing error check for platform_get_resource() return value to prevent NULL pointer dereference when memory resource is not available.