cve/2024/CVE-2024-55639.md
2025-09-29 21:09:30 +02:00

1000 B

CVE-2024-55639

Description

In the Linux kernel, the following vulnerability has been resolved:net: renesas: rswitch: avoid use-after-put for a device tree nodeThe device tree node saved in the rswitch_device structure is used atseveral driver locations. So passing this node to of_node_put() afterthe first use is wrong.Move of_node_put() for this node to exit paths.

POC

Reference

No PoCs from references.

Github