Security Advisory

CVE-2022-50017

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-06-18 11:01:21
Last updated 2026-05-11 19:11:11
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: mips: cavium-octeon: Fix missing of_node_put() in octeon2_usb_clocks_start We should call of_node_put() for the reference uctl_node returned by of_get_parent() which will increase the refcount. Otherwise, there will be a refcount leak bug.