Bug 2426102 (CVE-2022-50836) - CVE-2022-50836 kernel: remoteproc: sysmon: fix memory leak in qcom_add_sysmon_subdev()
Summary: CVE-2022-50836 kernel: remoteproc: sysmon: fix memory leak in qcom_add_sysmon...
Keywords:
Status: NEW
Alias: CVE-2022-50836
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-12-30 13:09 UTC by OSIDB Bzimport
Modified: 2025-12-31 09:10 UTC (History)
0 users

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-12-30 13:09:08 UTC
In the Linux kernel, the following vulnerability has been resolved:

remoteproc: sysmon: fix memory leak in qcom_add_sysmon_subdev()

The kfree() should be called when of_irq_get_byname() fails or
devm_request_threaded_irq() fails in qcom_add_sysmon_subdev(),
otherwise there will be a memory leak, so add kfree() to fix it.


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