← Back to CVE List

CVE-2024-55639

Published: 2025-01-11T13:15Z
Last Modified: 2025-01-11T13:15Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
In the Linux kernel, the following vulnerability has been resolved: net: renesas: rswitch: avoid use-after-put for a device tree node The device tree node saved in the rswitch_device structure is used at several driver locations. So passing this node to of_node_put() after the first use is wrong. Move of_node_put() for this node to exit paths. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt