Linux kernel
0 remedies
cpe:2.3:a:linux:linux_kernel:*:*:*:*:*:*:*, +3 more
A refcount leak vulnerability has been addressed in the Linux kernel's dpaa2-ptp component. The issue arose because a node pointer returned by of_find_compatible_node() had an incremented refcount, which was not properly decremented, leading to the leak. The vulnerability has been fixed by adding a call to of_node_put() to correct the refcount management.
Exploitation of this vulnerability could lead to a refcount leak, potentially causing memory management issues.