Bug 2373570 (CVE-2022-50188) - CVE-2022-50188 kernel: drm/meson: Fix refcount leak in meson_encoder_hdmi_init
Summary: CVE-2022-50188 kernel: drm/meson: Fix refcount leak in meson_encoder_hdmi_init
Keywords:
Status: NEW
Alias: CVE-2022-50188
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-06-18 12:08 UTC by OSIDB Bzimport
Modified: 2025-06-19 11:06 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-06-18 12:08:47 UTC
In the Linux kernel, the following vulnerability has been resolved:

drm/meson: Fix refcount leak in meson_encoder_hdmi_init

of_find_device_by_node() takes reference, we should use put_device()
to release it when not need anymore.
Add missing put_device() in error path to avoid refcount
leak.

Comment 1 Avinash Hanwate 2025-06-19 10:57:25 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2025061835-CVE-2022-50188-926e@gregkh/T


Note You need to log in before you can comment on or make changes to this bug.