CVE Catalog

CVE-2026-93193

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, the drm/rockchip analogix_dp driver has an OF node reference leak in rockchip_dp_drm_encoder_enable(), because of_get_child_by_name() does not call of_node_put() symmetrically. The fix uses __free(device_node) to automatically manage reference release.

Risk Assessment

An OF node reference leak may lead to gradual resource exhaustion and system instability. It affects Rockchip platforms with DisplayPort output.

Recommendation

Update the Linux kernel to a version containing the fix that uses __free(device_node) in rockchip_dp_drm_encoder_enable().

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: drm/rockchip: analogix_dp: Fix OF node reference leak via auto cleanup Sashiko reported a reference leak in rockchip_dp_drm_encoder_enable(), the of_get_child_by_name() function does not call of_node_put() in a symmetrical way [1]. Fix the device node reference leak by using __free(device_node) to automatically manage of_node_put() for all device nodes.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS