CVE-2023-53170
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
15/09/2025
Last modified:
15/09/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
net: dsa: Removed unneeded of_node_put in felix_parse_ports_node<br />
<br />
Remove unnecessary of_node_put from the continue path to prevent<br />
child node from being released twice, which could avoid resource<br />
leak or other unexpected issues.