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.
Published: 2026-08-10
Score: 4.1 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

In the Linux kernel’s Rockchip DRM driver for Analogix DP displays, a missing error check allows the driver to dereference a NULL pointer returned by platform_get_resource(). When the memory resource is unavailable, the unconditionally used pointer causes a kernel panic, leading to a denial of service on the affected system.

Affected Systems

The vulnerability affects any Linux kernel installation that includes the analogix_dp module within the Rockchip DRM stack. Devices that rely on Analogix DP output on Rockchip SoCs may be impacted. Because the advisory does not specify exact kernel versions, any kernel tree with the unpatched driver should be considered vulnerable.

Risk and Exploitability

The EPSS score is < 1% and the CVSS score is 4.1, indicating a moderate severity level. The issue is not listed in the CISA KEV catalog. Exploitation would require configuring the system or boot process so that the Analogix DP driver cannot obtain the expected memory resource, potentially via a crafted device tree or by disabling the resource. The missing NULL check leads to a kernel panic, causing a denial of service. With no public exploitation reported, the risk remains moderate until a patched kernel is deployed.

Generated by OpenCVE AI on August 13, 2026 at 04:27 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the kernel to a version that includes the patch correcting the null-pointer check.
  • If an upgrade is not possible, temporarily disable or prevent loading the analogix_dp module during boot.
  • As a local workaround, modify the driver source in your kernel tree to add a NULL check around platform_get_resource() before using the pointer or to skip the resource acquisition when a valid pointer is not returned.

Generated by OpenCVE AI on August 13, 2026 at 04:27 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 12 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

cvssV3_1

{'score': 4.1, 'vector': 'CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Moderate


Mon, 10 Aug 2026 17:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476

Mon, 10 Aug 2026 12:30:00 +0000

Type Values Removed Values Added
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.
Title drm/rockchip: analogix_dp: Add missing error check for platform_get_resource()
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-17T05:02:17.047Z

Reserved: 2026-07-30T09:28:09.379Z

Link: CVE-2026-68282

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-10T13:20:17.450

Modified: 2026-08-17T05:18:30.817

Link: CVE-2026-68282

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-10T12:02:14Z

Links: CVE-2026-68282 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T04:30:06Z

Weaknesses