CVE-2022-49188

MEDIUM

Linux kernel - Use After Free

Title source: llm

Description

In the Linux kernel, the following vulnerability has been resolved: remoteproc: qcom_q6v5_mss: Fix some leaks in q6v5_alloc_memory_region The device_node pointer is returned by of_parse_phandle() or of_get_child_by_name() with refcount incremented. We should use of_node_put() on it when done. This function only call of_node_put(node) when of_address_to_resource succeeds, missing error cases.

Scores

CVSS v3 5.5
EPSS 0.0003
EPSS Percentile 10.1%
Attack Vector LOCAL
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Classification

CWE
CWE-401
Status published

Affected Products (5)

linux/linux_kernel < 5.10.110
linux/Kernel < 5.10.110linux
linux/Kernel < 5.15.33linux
linux/Kernel < 5.16.19linux
linux/Kernel < 5.17.2linux

Timeline

Published Feb 26, 2025
Tracked Since Feb 18, 2026