CVE-2022-49462
MEDIUMLinux Kernel 4.19-5.18 - Refcount Leak in a6xx_gpu_init
Title source: llmDescription
In the Linux kernel, the following vulnerability has been resolved: drm/msm/a6xx: Fix refcount leak in a6xx_gpu_init of_parse_phandle() returns a node pointer with refcount incremented, we should use of_node_put() on it when not need anymore. a6xx_gmu_init() passes the node to of_find_device_by_node() and of_dma_configure(), of_find_device_by_node() will takes its reference, of_dma_configure() doesn't need the node after usage. Add missing of_node_put() to avoid refcount leak.
References (6)
Core 6
Core References
Scores
CVSS v3
5.5
EPSS
0.0026
EPSS Percentile
18.2%
Attack Vector
LOCAL
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
CISA SSVC
Vulnrichment
Exploitation
none
Automatable
no
Technical Impact
partial
Details
Status
published
Products (20)
linux/Kernel
4.19.0 - 5.4.198linux
linux/Kernel
5.11.0 - 5.15.46linux
linux/Kernel
5.16.0 - 5.17.14linux
linux/Kernel
5.18.0 - 5.18.3linux
linux/Kernel
5.5.0 - 5.10.121linux
Linux/Linux
< 4.19
Linux/Linux
4.19
Linux/Linux
4b565ca5a2cbbbb6345e8789da89c193b6b00e5a - 06907a374f1b74f8f2fb30720dc6df81331e4fb5
Linux/Linux
4b565ca5a2cbbbb6345e8789da89c193b6b00e5a - 48e82ce8cdb19c20a5020fa446b286d6a147450c
Linux/Linux
4b565ca5a2cbbbb6345e8789da89c193b6b00e5a - 65ddbc0d26824e2a5d6154d01d8cf39344900213
... and 10 more
Published
Feb 26, 2025
Tracked Since
Feb 18, 2026