Security Advisory

CVE-2022-49682

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-02-26 02:24:10
Last updated 2026-05-11 19:04:39
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: xtensa: Fix refcount leak bug in time.c In calibrate_ccount(), of_find_compatible_node() will return a node pointer with refcount incremented. We should use of_node_put() when it is not used anymore.