CVE-2026-93193: drm/rockchip: analogix_dp: Fix OF node reference leak via auto cleanup

Published Sep 17, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

drm/rockchip: analogixdp: Fix OF node reference leak via auto cleanup

Sashiko reported a reference leak in rockchipdpdrmencoderenable(), the ofgetchildbyname() function does not call ofnodeput() in a symmetrical way [1].

Fix the device node reference leak by using free(devicenode) to automatically manage ofnodeput() for all device nodes.

Affected Software

1 affected component
Linux Kernel

Event History

Sep 17, 2026
CVE Published
via MITRE·04:12 PM
Data Sourced
via MITRE·04:12 PM
Description

Frequently Asked Questions

1

Which systems are affected by this issue?

Systems using the Linux kernel's DRM Rockchip Analogix DisplayPort driver may be affected when rockchip_dp_drm_encoder_enable() obtains device-tree child nodes.

2

What is the impact of triggering the flaw?

The issue leaks device-tree node references because references returned by of_get_child_by_name() were not released symmetrically. The provided information does not describe a security impact beyond this resource leak.

3

How is the issue addressed?

The fix changes device-node lifetime handling to use __free(device_node), which automatically performs of_node_put() cleanup for the relevant device nodes.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203