Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: rtc: gamecube: Fix refcount leak in gamecube_rtc_read_offset_from_sram The of_find_compatible_node() function returns a node pointer with refcount incremented, We should use of_node_put() on it when done Add the missing of_node_put() to release the refcount.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 5.17, < 5.17.2 |
References
- https://git.kernel.org/stable/c/4b2dc39ca024990abe36ad5d145c4fe0c06afd34Patch
- https://git.kernel.org/stable/c/de66e4f28dfd11f954966c447b4430529ed040a2Patch
FAQ
What is CVE-2022-49150?
CVE-2022-49150 is a vulnerability with a CVSS score of 5.5 (MEDIUM). In the Linux kernel, the following vulnerability has been resolved: rtc: gamecube: Fix refcount leak in gamecube_rtc_read_offset_from_sram The of_find_compatible_node() function returns a node point...
How severe is CVE-2022-49150?
CVE-2022-49150 has been rated MEDIUM with a CVSS base score of 5.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2022-49150?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.