Security Advisory

CVE-2022-50539

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-10-07 15:21:05
Last updated 2026-05-11 19:21:22
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: ARM: OMAP2+: omap4-common: Fix refcount leak bug In omap4_sram_init(), of_find_compatible_node() will return a node pointer with refcount incremented. We should use of_node_put() when it is not used anymore.