Reference Count Leak in QCOM OCMEM for Linux Kernel
CVE-2022-50196

Currently unrated

Key Information:

Vendor

Linux

Status
Vendor
CVE Published:
18 June 2025

What is CVE-2022-50196?

A reference count leak was identified in the Qualcomm OCMEM implementation within the Linux kernel. The function of_parse_phandle() is supposed to return a node pointer while incrementing its reference count. However, if this node is not released appropriately using of_node_put(), it can lead to a refcount leak. This leak could compromise system stability over time by preventing the memory from being freed correctly. The issue was addressed by adding the necessary of_node_put() calls to ensure proper memory management.

Affected Version(s)

Linux 88c1e9404f1deee02e52d13aae3d9ee2cabd66f5 < 07aea6819d569d1e172227486655e4fb5bd4cdb9

Linux 88c1e9404f1deee02e52d13aae3d9ee2cabd66f5 < 84a928b44cb303d5756e3bff2734921de8dce4f6

Linux 88c1e9404f1deee02e52d13aae3d9ee2cabd66f5

References

Timeline

  • Vulnerability published

  • Vulnerability Reserved

.
CVE-2022-50196 : Reference Count Leak in QCOM OCMEM for Linux Kernel