CVE-2026-93193

Unknown

Last modified

CVE-2026-93193 is a vulnerability of currently unknown severity. 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..

Description

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.

Affected Software

Source: CNA advisory (CVE.org). NVD analysis pending.

VendorProductVersions
LinuxLinux>= 729f8eefdcadaff98606931e691910f17d8d59d6, < 396a193867c6e8ee810287d6f79624144b5629e9; >= 729f8eefdcadaff98606931e691910f17d8d59d6, < 887315e5d2eb87c3d6d0da9f7610bc5b3113ae30; >= 729f8eefdcadaff98606931e691910f17d8d59d6, < 87e060521371257ddbb77964b66e60d80afcc7b2
LinuxLinux6.16

References

Timeline

Published
Last Modified
Status
Received

Frequently Asked Questions

What is CVE-2026-93193?
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.
How severe is CVE-2026-93193?
Severity scoring for CVE-2026-93193 is pending analysis.
How do I fix CVE-2026-93193?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

How Strix Helps

Related CVEs from 2026

Are you affected by CVE-2026-93193?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST