CVE-2022-50120
In the Linux kernel, the following vulnerability has been resolved: remoteproc: imx_rproc: Fix refcount leak in imx_rproc_addr_init of_parse_phandle() returns a node pointer with refcount incremented, we should use of_node_put() on it when not needed…
Does this matter?
Lower severity and a low EPSS score (0.18%). Track it; it rarely justifies an emergency change on its own.
Description
In the Linux kernel, the following vulnerability has been resolved: remoteproc: imx_rproc: Fix refcount leak in imx_rproc_addr_init of_parse_phandle() returns a node pointer with refcount incremented, we should use of_node_put() on it when not needed anymore. This function has two paths missing of_node_put().
- CVSS 3.1
- 5.5 MEDIUMCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
- EPSS
- 0.18% probability · 7th percentile
- CISA KEV
- Not listed
- Affected
- linux/linux kernel
- Source
- 416baaa9-dc9f-4396-8d5f-8c081fb06d67
References
- https://git.kernel.org/stable/c/0dc1663e3fc22c72e1ab33be7701a0d51cca84efPatch
- https://git.kernel.org/stable/c/16da9f84e26f89e58cac194ff19fefd9de27d975Patch
- https://git.kernel.org/stable/c/61afafe8b938bc74841cf4b1a73dd08b9d287c5aPatch
- https://git.kernel.org/stable/c/d8ac68927856c3a6d197a95be73c92ec0bd4b012Patch
Source: NVD record, EPSS from FIRST.org, KEV from CISA. Refreshed daily.