CVE-2023-53818
CVE-2023-53818: Linux kernel ARM zynq refcount leak in zynq_early_slcr_init. of_find_compatible_node() returns a node pointer with an incremented refcount; the fix adds of_node_put() on error paths to prevent the leak. Affected: Linux kernel (ARM zynq). Impact: potential refcount leak; exploitati...