CVE-2022-50184
In the Linux kernel, the following vulnerability has been resolved: drm/meson: encoder_hdmi: Fix refcount leak in meson_encoder_hdmi_init of_graph_get_remote_node() returns remote device nodepointer with refcount incremented, we should use of_node_put()…
Does this matter?
Lower severity and a low EPSS score (0.22%). Track it; it rarely justifies an emergency change on its own.
Description
In the Linux kernel, the following vulnerability has been resolved: drm/meson: encoder_hdmi: Fix refcount leak in meson_encoder_hdmi_init of_graph_get_remote_node() returns remote device nodepointer with refcount incremented, we should use of_node_put() on it when done. Add missing of_node_put() to avoid refcount leak.
- 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.22% probability · 13th percentile
- CISA KEV
- Not listed
- Affected
- linux/linux kernel
- Source
- 416baaa9-dc9f-4396-8d5f-8c081fb06d67
References
- https://git.kernel.org/stable/c/013e67e7dd898170cbf54981cf1ed7616f822566Patch
- https://git.kernel.org/stable/c/275fed7142fff5b27e176e53508196715043de5cPatch
- https://git.kernel.org/stable/c/994bc82df85564d948037f1dfdd47c907e8a084bPatch
- https://git.kernel.org/stable/c/d82a5a4aae9d0203234737caed1bf470aa317568Patch
Source: NVD record, EPSS from FIRST.org, KEV from CISA. Refreshed daily.