CVE-2022-49462
Last modified
CVE-2022-49462 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. 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.. EPSS estimates a 0.25% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 4.19, < 5.4.198 |
| Linux | Linux Kernel | >= 5.5, < 5.10.121 |
| Linux | Linux Kernel | >= 5.11, < 5.15.46 |
| Linux | Linux Kernel | >= 5.16, < 5.17.14 |
| Linux | Linux Kernel | >= 5.18, < 5.18.3 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2022-49462?
How severe is CVE-2022-49462?
How do I fix CVE-2022-49462?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2022
- CVE-2022-49457In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49458In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49459In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-4946The Frontend Post WordPress Plugin WordPress plugin through …5.4
- CVE-2022-49460In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49461In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49463In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49464In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2022-49465In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2022-49466In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49467In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49468In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2022-49462?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
