CVE-2023-53818
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-12-09

Last updated on: 2025-12-09

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: ARM: zynq: Fix refcount leak in zynq_early_slcr_init of_find_compatible_node() returns a node pointer with refcount incremented, we should use of_node_put() on error path. Add missing of_node_put() to avoid refcount leak.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-12-09
Last Modified
2025-12-09
Generated
2026-06-16
AI Q&A
2025-12-09
EPSS Evaluated
2026-06-15
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

This vulnerability is a reference count leak in the Linux kernel's ARM zynq platform initialization code. Specifically, the function of_find_compatible_node() returns a node pointer with its reference count incremented, but the error handling path was missing a call to of_node_put() to decrement the reference count. This missing call causes a reference count leak, which was fixed by adding the missing of_node_put() call.

Impact Analysis

The reference count leak can lead to resource leaks in the kernel, potentially causing increased memory usage or instability over time on affected ARM zynq systems. However, the exact impact depends on the usage and environment.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2023-53818. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart