In the Linux kernel, the following vulnerability has been...
Moderate severity
Unreviewed
Published
Jul 16, 2024
to the GitHub Advisory Database
•
Updated Jul 23, 2024
Description
Published by the National Vulnerability Database
Jul 16, 2024
Published to the GitHub Advisory Database
Jul 16, 2024
Last updated
Jul 23, 2024
In the Linux kernel, the following vulnerability has been resolved:
net: marvell: prestera: Add missing of_node_put() in prestera_switch_set_base_mac_addr
This node pointer is returned by of_find_compatible_node() with
refcount incremented. Calling of_node_put() to aovid the refcount leak.
References