mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-28 18:48:49 +00:00
20 lines
1000 B
Markdown
20 lines
1000 B
Markdown
### [CVE-2024-55639](https://cve.mitre.org/cgi-bin/cvename.cgi?name=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
|
|
- https://github.com/oogasawa/Utility-security
|
|
|