← Back to CVE List

CVE-2022-49682

Published: 2025-02-26T07:01Z
Last Modified: 2025-03-11T21:55Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
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. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt